Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-26 | fix references to functions.sh | William Hubbs | |
There were a couple of places where we were sourcing functions.sh in @SYSCONFDIR@/init.d. This is only a backward compatibility symlink, so it should not be used for openrc. The correct place to source this from is @LIBEXECDIR@/sh. | |||
2011-06-29 | drop useless "All rights reserved" notice | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2010-02-20 | Fix rc_${rc_svcname}_need. | Roy Marples | |
Display config depends in service depend function also. | |||
2009-05-01 | Add (c) to Copyright | Roy Marples | |
2009-04-26 | Stop using needless {} in vars | Roy Marples | |
2009-04-16 | Avoid needless forking, #165 | Roy Marples | |
Thanks to Natanael Copa. | |||
2008-05-01 | There could be a space between #! and /sbin/runscript, Gentoo #218001. | Roy Marples | |
2008-04-16 | We should only check dependencies in files. | Roy Marples | |
2008-03-25 | Try and fix more prefix stuff. | Roy Marples | |
2008-03-19 | SVCNAME -> RC_SVCNAME, but export SVCNAME still for compat. | Roy Marples | |
2008-03-10 | Fix the old RC_USE names. | Roy Marples | |
2008-03-08 | Support baselayout-2 uppercase RC_NEED vars, #38. | Roy Marples | |
2008-03-05 | Add tunable SYSCONFDIR | Roy Marples | |
2008-03-03 | Introduce LOCAL_PREFIX for a user maintained script location. | Roy Marples | |
2008-03-02 | Ensure that our scripts call prefixed runscript. | Roy Marples | |
2008-02-27 | Makefile SH variable now tweaks the default shell used by our scripts. | Roy Marples | |