aboutsummaryrefslogtreecommitdiff
path: root/sh/gendepends.sh
AgeCommit message (Expand)Author
2008-01-02Allow rc_$service_$deptype in rc.confRoy Marples
2007-12-30We should export SVCNAME so service_* functions work in dependRoy Marples
2007-12-14Remove Gentoo copyright from all files that I know I have writtenRoy Marples
2007-12-14Allow services to be in /usr/local/etc/init.d, but disallow them being added ...Roy Marples
2007-12-05Remove rc_service_wait as runscript.c should do the waiting. rc_deptree_depen...Roy Marples
2007-11-28Massive whitespace cleanupRoy Marples
2007-11-23Move /etc/conf.d/rc to /etc/rc.conf.Roy Marples
2007-11-14relicense as 2-clause BSD, with the kind permission of GentooRoy Marples
2007-09-02Don't use local hereRoy Marples
2007-08-31Only generate dependencies for Gentoo scripts, #190547.Roy Marples
2007-08-15`config /etc/fstab' can now be used in depend() functions to show thatRoy Marples
2007-07-22whitespaceRoy Marples
2007-07-22Had a brain fart - just echo to fd3Roy Marples
2007-07-22Cater for einfo calls inside the depend functionRoy Marples
2007-07-22Harden gendepends.sh some more so we only capture the stdout we want fromRoy Marples
2007-05-03Load the config file before the init script to stop badly coded init scripts ...Roy Marples
2007-04-05Rewrite the core parts in C. We now provide librc so other programs canRoy Marples