summaryrefslogtreecommitdiff
path: root/sh
Commit message (Collapse)AuthorAge
* There could be a space between #! and /sbin/runscript, Gentoo #218001.Roy Marples2008-05-01
|
* We need to ensure that the init script started is correct, translating ↵Roy Marples2008-04-29
| | | | symlinks. This has a new rule - multiplexed services must exist in the same dir as the master sript. So we need to ensuret that net.lo(0) is the real script and not a symlink itself. This fixes Gentoo #219526.
* Always define template start/stop functions so that the real script name ↵Roy Marples2008-04-26
| | | | isn't hidden when errors are in the real start/stop functions, Gentoo #219179
* Fix logic for templates.Roy Marples2008-04-21
|
* TypoRoy Marples2008-04-21
|
* Punt is_function in favour of POSIX shell builtin command, thanks to Harald ↵Roy Marples2008-04-21
| | | | van Dijk for the idea.
* We should check type output to ensure that we're really calling a shell ↵Roy Marples2008-04-18
| | | | function and not some badly named binary like stop from boinc, Gentoo #218063.
* We should only check dependencies in files.Roy Marples2008-04-16
|
* Add a silly rc_runlevel function to appease SpanKY :)Roy Marples2008-04-08
|
* Tests now work on NetBSD.Roy Marples2008-04-07
|
* Some systems are only detectable after /proc is mounted, so re-test if unknown.Roy Marples2008-04-06
|
* We would sanitize $RC_LIBDIR/sbin as well. If it's really needed then ↵Roy Marples2008-03-27
| | | | rc-functions.sh will add it back.
* Sanitize the write rc dir.Roy Marples2008-03-27
|
* No need for the extra rc.Roy Marples2008-03-27
|
* Fix mulitlib issues.Roy Marples2008-03-27
|
* Ignore more files.Roy Marples2008-03-26
|
* Fix linux compile.Roy Marples2008-03-26
|
* use $CP and $SED instead of cp and sedRoy Marples2008-03-26
|
* .sh.BSD.in is a better extension.Roy Marples2008-03-26
|
* Split sysctl into Linux and BSD specific files.Roy Marples2008-03-26
|
* Try and fix more prefix stuff.Roy Marples2008-03-25
|
* INITDIR should already be prefixed.Roy Marples2008-03-25
|
* These now need to be prefixed.Roy Marples2008-03-25
|
* INITDIR should already be prefixed.Roy Marples2008-03-25
|
* Rework our folder structure so that we don't have OS specific dirs, making ↵Roy Marples2008-03-25
| | | | it easier to share init and conf files per OS.
* setup a bit of a test frameworkMike Frysinger2008-03-24
|
* dont leak the _e varMike Frysinger2008-03-24
|
* Clean up error display.Roy Marples2008-03-21
|
* Some OS's block on umount -f, so don't use it.Roy Marples2008-03-21
|
* More pathing fixes.Roy Marples2008-03-21
|
* Fix pathing again.Roy Marples2008-03-20
|
* SVCNAME -> RC_SVCNAME, but export SVCNAME still for compat.Roy Marples2008-03-19
|
* Fix building on Linux.Roy Marples2008-03-19
|
* Add rc-service and update all softlevel refs to runlevel.Roy Marples2008-03-19
|
* Ensure that our path includes packages and localRoy Marples2008-03-19
|
* RC_SERVICE now points to the service file, so daemons can recall us directly.Roy Marples2008-03-11
|
* 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
|
* Don't rely on fuser being presentRoy Marples2008-03-04
|
* Split VPS into VSERVER and OPENVZRoy Marples2008-03-03
|
* Add a gitignore make target.Roy Marples2008-03-03
|
* Use exlicit make targets, not directory contents.Roy Marples2008-03-03
|
* Introduce LOCAL_PREFIX for a user maintained script location.Roy Marples2008-03-03
|
* Fix prefixed net.shRoy Marples2008-03-03
|
* Ensure that our scripts call prefixed runscript.Roy Marples2008-03-02
|
* Fix installing into PREFIX.Roy Marples2008-03-01
|
* ignore more stuffRoy Marples2008-02-28
|
* TypoRoy Marples2008-02-28
|
* Support the use of PREFIX and PKG_PREFIX.Roy Marples2008-02-28
|