]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- apply SOURCES/rc-scripts-fuser.patch
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 26 Nov 2007 20:06:26 +0000 (20:06 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Mon, 26 Nov 2007 20:06:26 +0000 (20:06 +0000)
svn-id: @9098

rc.d/rc.shutdown

index d1865b46bf41a72a37a845f8963fc305fa0ce20f..783429785f963ea3f63fdc4d010e5dc0d946c7ba 100755 (executable)
@@ -87,7 +87,7 @@ if ! is_yes "$VSERVER"; then
                sleep 2
                remaining=$(awk '!/(^#| proc | loopfs | devfs | devpts | shm | iso9660 | ramfs | tmpfs | sysfs | securityfs | squashfs |^none|^\/dev\/root| \/ )/ {print $2}' /proc/mounts)
                [ -z "$remaining" ] && break
-               /sbin/fuser -k -m $sig $remaining > /dev/null
+               fuser -k -m $sig $remaining > /dev/null
                sleep 5
                retry=$(($retry-1))
                sig=-9
This page took 0.180103 seconds and 4 git commands to generate.