diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index 6bc11ee1a..1f0c26ab8 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -1,11 +1,13 @@ -This is not only the CHANGELOG of the desktop target, but also of the -whole rxr-tree. - *) 2003-08-19 (2.0.0-camp - 2.0.0-rc1) - Benjamin Schieder: gpsdrive - added ldap support to gnupg and converted the package to new-style + - fake: added libfame and libmpeg3 needs a52 objects + - Piotr Esden-Tempski: no dialog installed (#67) + - Daniel Pischl: Gaim + - Sebastian Jaenicke: fxed nessus init script + - removed /tmp mounting from system.init - fails with real filesystem *) 2003-08-18 (2.0.0-camp - 2.0.0-rc1) diff --git a/package/base/sysfiles/system.init b/package/base/sysfiles/system.init index 6ec1d7e5e..aa4defe40 100644 --- a/package/base/sysfiles/system.init +++ b/package/base/sysfiles/system.init @@ -27,12 +27,11 @@ # main_begin - block_begin(start, `Mounting /dev, /proc, /dev/shm and /tmp.') + block_begin(start, `Mounting /dev, /proc and /dev/shm.') check(`[ -e /dev/.devfsd ] || mount -n /dev') check(`mount -n /proc') check(`mount -n /dev/shm') mount -n /dev/pts 2> /dev/null - mount -n /tmp 2> /dev/null dnl if [ -f /etc/conf/hardware ]; then . /etc/conf/hardware