Hello community, here is the log from the commit of package aaa_base checked in at Wed Dec 20 18:56:19 CET 2006. -------- --- aaa_base/aaa_base.changes 2006-12-08 10:30:30.000000000 +0100 +++ /mounts/work_src_done/STABLE/aaa_base/aaa_base.changes 2006-12-20 18:53:44.000000000 +0100 @@ -1,0 +2,6 @@ +Wed Dec 20 18:53:07 CET 2006 - ro@suse.de + +- call umount in "rcnfs stop" if there are any active nfs mounts + (#103217) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aaa_base.spec ++++++ --- /var/tmp/diff_new_pack.a04Uez/_old 2006-12-20 18:54:03.000000000 +0100 +++ /var/tmp/diff_new_pack.a04Uez/_new 2006-12-20 18:54:03.000000000 +0100 @@ -19,7 +19,7 @@ PreReq: /usr/bin/sed /usr/bin/grep /bin/mv /bin/cat /bin/date /usr/bin/cmp /bin/fillup /sbin/insserv net-tools Autoreqprov: on Version: 10.2 -Release: 40 +Release: 46 Summary: SUSE Linux Base Package BuildRoot: %{_tmppath}/%{name}-%{version}-build Source: aaa_base.tar.bz2 @@ -145,6 +145,9 @@ %defattr(-,root,root) %changelog -n aaa_base +* Wed Dec 20 2006 - ro@suse.de +- call umount in "rcnfs stop" if there are any active nfs mounts + (#103217) * Fri Dec 08 2006 - olh@suse.de - adapt s390 inittab patch * Thu Dec 07 2006 - olh@suse.de ++++++ aaa_base.tar.bz2 ++++++ diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore old/aaa_base/etc/init.d/nfs new/aaa_base/etc/init.d/nfs --- old/aaa_base/etc/init.d/nfs 2006-02-21 12:42:32.000000000 +0100 +++ new/aaa_base/etc/init.d/nfs 2006-12-20 18:51:16.000000000 +0100 @@ -82,6 +82,14 @@ ;; stop) echo -n "Remove Net File System (NFS)" + while read where what type options rest ; do + case "$where" in + \#*|"") ;; + *) if test "$type" = "nfs" ; then + nfs=yes + fi ;; + esac + done < /etc/mtab if test "$nfs" = "yes" ; then # # Unmount in background because during long timeouts ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@suse.de