aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-02Move _shell_var shell function to shell_var C appletRoy Marples
2008-01-02_opts -> _args to match other scriptsRoy Marples
2008-01-02Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples
2008-01-01the reason we need portmap/rpcbind is so we can communicate with rpc.statd, s...Mike Frysinger
2007-12-31Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples
2007-12-31Fix the adding of default routesRoy Marples
2007-12-31Fix metric_$IFVARRoy Marples
2007-12-31iproute2 uses via, not gwRoy Marples
2007-12-30dont pollute namespace with our own local restrict keywordMike Frysinger
2007-12-30We should export SVCNAME so service_* functions work in dependRoy Marples
2007-12-29Merge branch 'master' of git@git.overlays.gentoo.org:proj/openrcRoy Marples
2007-12-29Clean the failed dir when we start and end rc so that failed services can be ...Roy Marples
2007-12-29Move net.example to /usr/share/doc/openrcRoy Marples
2007-12-28Install the modules config fileRoy Marples
2007-12-28modules init script now uses it's own config file instead of random foo in /etcRoy Marples
2007-12-28Add whitespace as conf is appendedRoy Marples
2007-12-28Prefer ifplugd over netplugdRoy Marples
2007-12-28Don't install relative symlinksRoy Marples
2007-12-28Although OpenRC requires C99, linking to us should not.Roy Marples
2007-12-28Relative links seem to cause an issue, so don't use them.Roy Marples
2007-12-28runlevel links are not relavtive, so don't install defaults as such.Roy Marples
2007-12-28net modules should always be installedRoy Marples
2007-12-27Add a license and do more quotingRoy Marples
2007-12-27Fix RC_COLDPLUG shim for real.Roy Marples
2007-12-27Add a misc var section and add unicode to it.Roy Marples
2007-12-27We no longer install rmnologinRoy Marples
2007-12-27Supply a default $INSTALL for GNU make.Roy Marples
2007-12-27Don't allow RPATH of . to escape to a tarball.Roy Marples
2007-12-27Fix displayRoy Marples
2007-12-24whitespaceRoy Marples
2007-12-24Automagically link our man pages.Roy Marples
2007-12-24add commaRoy Marples
2007-12-24Add man pages for all librc functions.Roy Marples
2007-12-24Remove forces spaces from ebracket and ensure ok matches eend output.Roy Marples
2007-12-24rc-update show not default to showRoy Marples
2007-12-24Add document ebracketRoy Marples
2007-12-24Add a man page for einfo.3Roy Marples
2007-12-20Don't mix code and decsRoy Marples
2007-12-20Remove rc-help.sh and replace with a man page for runscript 8.Roy Marples
2007-12-20Add a manpage for rc.8Roy Marples
2007-12-20Let service_started_daemon work off SVCNAMERoy Marples
2007-12-20Add restrict keyword to einfoRoy Marples
2007-12-20Constant data and pointersRoy Marples
2007-12-20Fix service_*_valueRoy Marples
2007-12-19checkown -> checkpathRoy Marples
2007-12-19get_options -> service_get_value and save_options -> service_set_valueRoy Marples
2007-12-19No need for that includeRoy Marples
2007-12-19cbasename -> basename_cRoy Marples
2007-12-19syslogd uses netRoy Marples
2007-12-19Introduce cbasename so we don't have to strdup(basename) and free all the time.Roy Marples