summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-10-05 20:55:15 +0200
committerDirk von Suchodoletz2008-10-05 20:55:15 +0200
commit70a5a2924c6f43e7e5fb369fe53aa550baf0d44a (patch)
treee261b82ecbdff7a42e6a5d6ebbac8d808a77be0b
parent * removed change (see #280) (diff)
downloadcore-70a5a2924c6f43e7e5fb369fe53aa550baf0d44a.tar.gz
core-70a5a2924c6f43e7e5fb369fe53aa550baf0d44a.tar.xz
core-70a5a2924c6f43e7e5fb369fe53aa550baf0d44a.zip
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
-rw-r--r--VERSIONS4
-rw-r--r--initramfs/stage3-stuff/etc/functions2
-rw-r--r--os-plugins/plugins/desktop/OpenSLX/Distro/Base.pm1
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