From 70a5a2924c6f43e7e5fb369fe53aa550baf0d44a Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Sun, 5 Oct 2008 18:55:15 +0000 Subject: Minimal cosmetics. Setting version to 4.9.0 (preview of 5.0 release) ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2264 95ad53e4-c205-0410-b2fa-d234c58c8868 --- VERSIONS | 4 ++-- initramfs/stage3-stuff/etc/functions | 2 +- os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/VERSIONS b/VERSIONS index b568cc2f..8bd01818 100644 --- a/VERSIONS +++ b/VERSIONS @@ -1,4 +1,4 @@ OPENSLX_VERSION_MAJOR="4" -OPENSLX_VERSION_MINOR="8" -OPENSLX_VERSION_RELEASE="9" +OPENSLX_VERSION_MINOR="9" +OPENSLX_VERSION_RELEASE="0" OPENSLX_VERSION_STRING="${OPENSLX_VERSION_MAJOR}.${OPENSLX_VERSION_MINOR}.${OPENSLX_VERSION_RELEASE}${OPENSLX_SVN_SNAPSHOT:+rev$OPENSLX_VERSION_SVNREV}" diff --git a/initramfs/stage3-stuff/etc/functions b/initramfs/stage3-stuff/etc/functions index 9b26eaa4..a3242588 100644 --- a/initramfs/stage3-stuff/etc/functions +++ b/initramfs/stage3-stuff/etc/functions @@ -316,7 +316,7 @@ tftp_get () { do if [ "$countdown" = "0" ]; then [ $DEBUGLEVEL -ge 1 ] && \ - echo "[tftp_get] failed to get \"$file\" from \"$file_server\" !" + echo "[tftp_get] failed to get \"$file\" from \"$file_server\"!" return 0; fi tftp -g -r $file -l /tmp/$(basename $file) $file_server diff --git a/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm b/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm index 95b17892..bdbf4a2c 100644 --- a/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm +++ b/os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm @@ -142,7 +142,6 @@ sub setupGDMScript map { '/mnt' . $_ } ( dirname($configFile), @{$pathInfo->{paths}} ) ); my $script = unshiftHereDoc(<<" End-of-Here"); - #!/bin/ash # written by OpenSLX-plugin 'desktop' mkdir -p $paths 2>/dev/null -- cgit v1.2.3-55-g7522