Hello community, here is the log from the commit of package aaa_base for openSUSE:Factory checked in at Tue Oct 18 13:56:13 CEST 2011.
-------- --- openSUSE:Factory/aaa_base/aaa_base.changes 2011-10-04 18:06:23.000000000 +0200 +++ /mounts/work_src_done/STABLE/aaa_base/aaa_base.changes 2011-10-14 15:03:10.000000000 +0200 @@ -1,0 +2,6 @@ +Fri Oct 14 13:02:54 UTC 2011 - [email protected] + +- mount /media as tmpfs +- resolve symlink for rcXX -> XX.service sytemd magic + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base/files/etc/init.d/boot.localfs new/aaa_base/files/etc/init.d/boot.localfs --- old/aaa_base/files/etc/init.d/boot.localfs 2011-09-16 16:04:33.000000000 +0200 +++ new/aaa_base/files/etc/init.d/boot.localfs 2011-10-14 15:02:14.000000000 +0200 @@ -291,6 +291,9 @@ if test -d /var/run && ! mountpoint -q /var/run; then mount -n --bind /run /var/run fi + if test -d /media && ! mountpoint -q /media; then + mount -n -t tmpfs -o mode=0755,nodev,nosuid tmpfs /media + fi # now handle uncommon mount points memfs_nonudev diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/aaa_base/files/etc/rc.status new/aaa_base/files/etc/rc.status --- old/aaa_base/files/etc/rc.status 2011-09-16 16:04:33.000000000 +0200 +++ new/aaa_base/files/etc/rc.status 2011-10-14 15:02:14.000000000 +0200 @@ -42,7 +42,13 @@ /etc/init.d/*) _rc_base=${0##*/} ;; */rc*) - _rc_base=${0##*/rc} ;; + if test -L "$0"; then + _rc_base=`readlink "$0"` + _rc_base=${_rc_base##*/} + else + _rc_base=${0##*/rc} + fi + ;; esac if test -n "$_rc_base" -a -x /bin/systemctl ; then exec /bin/systemctl $1 "${_rc_base}.service" continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
