summaryrefslogtreecommitdiff
path: root/sh/gendepends.sh.in
Commit message (Collapse)AuthorAge
* Fix shebangs in services to point to the correct location of runscriptAndrew Gregory2013-02-23
| | | | | | | | SBINDIR and BINDIR can be set independently of PREFIX. This fixes broken shebangs in service files when SBINDIR is set to something other than PREFIX/sbin Signed-off-by: Andrew Gregory <andrew.gregory.8@gmail.com>
* checkbashisms: clean up export statements.Robin H. Johnson2012-11-07
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* fix references to functions.shWilliam Hubbs2012-04-26
| | | | | | | 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.
* drop useless "All rights reserved" noticeMike Frysinger2011-06-29
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Fix rc_${rc_svcname}_need.Roy Marples2010-02-20
| | | | Display config depends in service depend function also.
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Stop using needless {} in varsRoy Marples2009-04-26
|
* Avoid needless forking, #165Roy Marples2009-04-16
| | | | | Thanks to Natanael Copa.
* There could be a space between #! and /sbin/runscript, Gentoo #218001.Roy Marples2008-05-01
|
* We should only check dependencies in files.Roy Marples2008-04-16
|
* Try and fix more prefix stuff.Roy Marples2008-03-25
|
* SVCNAME -> RC_SVCNAME, but export SVCNAME still for compat.Roy Marples2008-03-19
|
* Fix the old RC_USE names.Roy Marples2008-03-10
|
* Support baselayout-2 uppercase RC_NEED vars, #38.Roy Marples2008-03-08
|
* Add tunable SYSCONFDIRRoy Marples2008-03-05
|
* Introduce LOCAL_PREFIX for a user maintained script location.Roy Marples2008-03-03
|
* Ensure that our scripts call prefixed runscript.Roy Marples2008-03-02
|
* Makefile SH variable now tweaks the default shell used by our scripts.Roy Marples2008-02-27