Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-22 | sh/rc-functions.sh: add need_if_exists convenience function | William Hubbs | |
2017-02-23 | sh/rc-functions.sh.in: add get_bootparam_value function | William Hubbs | |
2015-12-03 | add support for -containers keyword | William Hubbs | |
2015-12-01 | rc-functions.sh: add support for user-defined want dependencies | William Hubbs | |
2015-04-27 | convert all references from runscript to openrc-run | William Hubbs | |
2013-01-16 | rc-functions.sh: add ceph to net fs list | Mike Frysinger | |
X-Gentoo-Bug: 452552 X-Gentoo-Bug-URL: https://bugs.gentoo.org/452552 Reported-by: Tomas Mozes <hydrapolic@gmail.com> Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2012-11-07 | checkbashisms: clean up export statements. | Robin H. Johnson | |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | |||
2011-07-06 | The is_net_fs function should use extra_net_fs_list | William Hubbs | |
This was pointed out to me by Morse on #gentoo-base, so I would like to thank him for the patch. | |||
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> | |||
2010-10-27 | allow net_fs_list to be extended but not replaced | William Hubbs | |
This fixes bug #342825. | |||
2010-02-20 | Fix rc_${rc_svcname}_need. | Roy Marples | |
Display config depends in service depend function also. | |||
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-26 | Stop using needless {} in vars | Roy Marples | |
2008-11-28 | Save screen space. | Roy Marples | |
2008-11-13 | Fix lib. | Roy Marples | |
2008-11-12 | Mark the addon code as deprecated. | Roy Marples | |
2008-09-22 | Allow forcefsck instead of gentoo=forcefsck on the kernel command line. | Roy Marples | |
2008-03-27 | No need for the extra rc. | Roy Marples | |
2008-03-27 | Fix mulitlib issues. | Roy Marples | |
2008-02-28 | Support the use of PREFIX and PKG_PREFIX. | Roy Marples | |
2008-02-27 | Makefile SH variable now tweaks the default shell used by our scripts. | Roy Marples | |