Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-11 | Fix regex pattern for umounts during shutdown | Christian Ruppert | |
This patch fixes the regex pattern for /lib -> /lib(32|64)? as well as the pattern for RC_SVCDIR if it contains /lib(32|64)?/. This fixes bug 381783. X-Gentoo-Bug: 381783 X-Gentoo-Bug-URL: https://bugs.gentoo.org/381783 | |||
2011-07-07 | save and restore IFS correctly | Kirill Elagin | |
X-Gentoo-Bug: 371141 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=371141 | |||
2011-07-05 | fix issue with extra_net_fs_list | William Hubbs | |
The extra_net_fs_list variable was not being included as it should have been for the net file systems because it was being expanded before it was set by the user. X-Gentoo-Bug: 374133 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=374133 | |||
2011-06-29 | drop useless "All rights reserved" notice | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2011-06-24 | localmount: make OIFS and CIFS local in stop function | Kirill Elagin | |
X-Gentoo-Bug: 371141 X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=371141 | |||
2011-04-18 | Don't unmount /run on shutdown | Lars Wendler | |
This is needed so that udev will stop properly on shutdown. X-Gentoo-Bug: 363971 X-Gentoo-Bug-Url: http://bugs.gentoo.org/show_bug.cgi?id=363971 | |||
2011-02-14 | Fix bug #354805 | Anthony G. Basile | |
2010-12-11 | Add "after lvm modules" as Flameeyes reports that LVM is starting too late ↵ | Robin H. Johnson | |
on his system in some cases. | |||
2010-11-30 | localmount should only use the -O option for linux systems | William Hubbs | |
This fixes bug #347307. | |||
2010-11-15 | do not mount local file systems with the _netdev option in fstab | William Hubbs | |
This fixes #344947. | |||
2009-11-04 | Add support for Linux Containers, fixes #202. | Roy Marples | |
Patch by bug reporter. | |||
2009-07-01 | We should use -feature instead of nofeature. | Roy Marples | |
This matches the ifconfig and Gentoo USE flag syntax and is hopefully easier to read. Fixes #178. | |||
2009-05-23 | Move non compiled libraries from /lib/rc to /libexec/rc | Roy Marples | |
OpenRC version is now stored as plaintext in /libexec/rc/version Plugins (cursplash, splashutils) will have to be re-compiled to pickup the new directories. State data needs to be moved from /lib/rc/init.d to /libexec/rc/init.d as well. | |||
2009-05-01 | Add (c) to Copyright | Roy Marples | |
2009-04-27 | Style. | Roy Marples | |
2009-04-19 | Move special umount of tmpfs to the swap init script where it belongs, #149. | Roy Marples | |
2009-04-16 | Don't unmount /bin,/sbin,/lib,/libexec in the very silly cases where they ↵ | Roy Marples | |
are not on / | |||
2008-07-09 | Fix last commit | Roy Marples | |
2008-07-09 | Add a knob to avoid the unmounting of some points. | Roy Marples | |
2008-03-05 | localmount uses lvm | Roy Marples | |
2008-03-03 | Split VPS into VSERVER and OPENVZ | Roy Marples | |
2008-03-02 | Ensure that our scripts call prefixed runscript. | Roy Marples | |
2008-03-02 | Don't check for root in prefix. | Roy Marples | |