aboutsummaryrefslogtreecommitdiff
path: root/sh/rc-mount.sh
AgeCommit message (Expand)Author
2010-10-28correction for unmounting volumes with weird characters, thanks BrantJory A. Pratt
2010-03-16Send SIGKILL after 2 failed SIGTERM when unmounting.Roy Marples
2009-05-01Add (c) to CopyrightRoy Marples
2009-04-26Stop using needless {} in varsRoy Marples
2008-11-04Move romount to mount-ro and use the umount -r option as it's more reliable f...Roy Marples
2008-10-09Fix umounting reporting exit status, Gentoo #239922.Roy Marples
2008-03-21Clean up error display.Roy Marples
2008-03-21Some OS's block on umount -f, so don't use it.Roy Marples
2008-03-04Don't rely on fuser being presentRoy Marples
2008-01-30Fix unmounting shared and bind mounts, Gentoo bug #207611.Roy Marples
2008-01-11Update copyrights, my email and license.Roy Marples
2008-01-11Adopt a more C style for scripts and remove vim settings.Roy Marples
2008-01-11Remove full license text from shell cripts.Roy Marples
2007-12-14Remove Gentoo copyright from all files that I know I have writtenRoy Marples
2007-11-28Massive whitespace cleanupRoy Marples
2007-11-21The BSD's don't need to umount cleanly when shuttind down, as they have a spe...Roy Marples
2007-11-14relicense as 2-clause BSD, with the kind permission of GentooRoy Marples
2007-10-09netmount, localmount, halt.sh and net scripts now check OS specific flags to ...Roy Marples
2007-09-21No need for this convulted sed now our prefixed output is on a direct termina...Roy Marples
2007-07-11Don't unmount network filesystems in localmount or halt.sh, #175602.Roy Marples
2007-05-30Use killall5 again so we can cleanly remount / readonly, #168977Roy Marples
2007-05-30Don't use -f with mountRoy Marples
2007-05-30Call umount with LC_ALL=C so that we can umount /usrRoy Marples
2007-04-25Fix Makefile to clean and remove .svn when making dist. rc-mount no longer ap...Roy Marples
2007-04-05Rewrite the core parts in C. We now provide librc so other programs canRoy Marples