# /etc/default/umountfs
#
# sourced by /etc/init.d/umountfs

# Partition where "/" is.
#ROOTFS="/dev/hda1"

# Show all not cleanly stoped services.
#fuser -mc /usr/ | xargs ps -fp

# Kill all not cleanly stoped services.
#fuser -mk /usr/ > /dev/null 2>&1
