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