diff options
author | Dirk von Suchodoletz | 2008-12-22 20:01:19 +0100 |
---|---|---|
committer | Dirk von Suchodoletz | 2008-12-22 20:01:19 +0100 |
commit | 6ad0e3615becb019cbcd38595fc0a97e69d72cf5 (patch) | |
tree | f23e2c62fe073bf013945df644553edf3a00113a /VERSIONS | |
parent | Stub files (not really matched yet) for new distributions ... (diff) | |
download | core-6ad0e3615becb019cbcd38595fc0a97e69d72cf5.tar.gz core-6ad0e3615becb019cbcd38595fc0a97e69d72cf5.tar.xz core-6ad0e3615becb019cbcd38595fc0a97e69d72cf5.zip |
Ping to the nfs server added to init: Before the NFS root is mounted an
ICMP package is sent (waiting for max. of 15 seconds). This might help
to get a proper TCP NFS mount running (please report). And the rest for
the new distributions (Engine.pm) ...
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2444 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'VERSIONS')
-rw-r--r-- | VERSIONS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ OPENSLX_VERSION_MAJOR="4" OPENSLX_VERSION_MINOR="9" -OPENSLX_VERSION_RELEASE="3" +OPENSLX_VERSION_RELEASE="5" OPENSLX_VERSION_STRING="${OPENSLX_VERSION_MAJOR}.${OPENSLX_VERSION_MINOR}.${OPENSLX_VERSION_RELEASE}${OPENSLX_SVN_SNAPSHOT:+rev$OPENSLX_VERSION_SVNREV}" |