commit aaa_base for openSUSE:Factory
Hello community, here is the log from the commit of package aaa_base for openSUSE:Factory checked in at Mon Mar 1 01:39:46 CET 2010. -------- --- aaa_base/aaa_base.changes 2010-02-25 18:59:22.000000000 +0100 +++ /mounts/work_src_done/STABLE/aaa_base/aaa_base.changes 2010-02-26 12:59:02.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Feb 26 12:58:31 CET 2010 - ro@suse.de + +- move remounting of /dev and /dev/shm to boot.localfs + (bnc#583247) + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.spec ++++++ --- /var/tmp/diff_new_pack.mlfxI5/_old 2010-03-01 01:39:38.000000000 +0100 +++ /var/tmp/diff_new_pack.mlfxI5/_new 2010-03-01 01:39:38.000000000 +0100 @@ -28,7 +28,7 @@ PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/ls /bin/date /usr/bin/cmp /bin/fillup /sbin/insserv AutoReqProv: on Version: 11.2 -Release: 60 +Release: 61 Summary: SUSE Linux Base Package BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: aaa_base.tar.bz2 ++++++ aaa_base.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base/etc/init.d/boot new/aaa_base/etc/init.d/boot --- old/aaa_base/etc/init.d/boot 2010-02-25 18:58:37.000000000 +0100 +++ new/aaa_base/etc/init.d/boot 2010-02-26 12:57:56.000000000 +0100 @@ -101,10 +101,6 @@ echo -n "Mounting devtmpfs at /dev" mount -n -t $DEVTMPFS -o mode=0755 $DEVTMPFS /dev rc_status -v -r -else - echo -n "Remounting /dev" - mount -o remount /dev - rc_status -v -r fi echo -n "Copying static /dev content" @@ -119,10 +115,6 @@ mkdir -p -m 1777 /dev/shm mount -t tmpfs -o mode=1777 tmpfs /dev/shm rc_status -v -r -else - echo -n "Remounting /dev/shm" - mount -o remount /dev/shm - rc_status -v -r fi DTYPE=$(stat -f -c "%T" /dev/pts 2>/dev/null) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base/etc/init.d/boot.localfs new/aaa_base/etc/init.d/boot.localfs --- old/aaa_base/etc/init.d/boot.localfs 2010-02-18 17:41:27.000000000 +0100 +++ new/aaa_base/etc/init.d/boot.localfs 2010-02-26 12:58:22.000000000 +0100 @@ -287,7 +287,9 @@ # remount to make sure options from fstab are honoured mount -oremount /proc mount -oremount /sys + mount -oremount /dev mount -oremount /dev/pts + mount -oremount /dev/shm # mount the rest mount -av -t $nofs -O no_netdev rc_status -v1 -r ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de