--- file_not_specified_in_diff +++ file_not_specified_in_diff @@ -, +, @@ --- glusterd 2012-03-30 11:23:52.000000000 -0500 +++ glusterd.new 2012-04-24 16:36:49.000000000 -0500 @@ -21,16 +21,5 @@ stop() { ebegin "Stopping glusterd" start-stop-daemon --stop -q --pidfile "${PIDFILE}" - eindent - - einfo "Unmounting GlusterFS filesystems" - umount -t fuse.glusterfs -a - - einfo "Killing remaining GlusterFS processes" - for PID in $(find /var/lib/glusterd/ -type f -name "*.pid" -exec cat {} \;); do - kill "${PID}" - done - - eoutdent eend $? }