aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-17If already started or stopped, abort.Roy Marples
2009-05-11procfs should use modules.Roy Marples
2009-05-07Unset PAM environment variables if not setRoy Marples
2009-05-07Supply a working default inittabRoy Marples
2009-05-06Enable wpa_supplicant for >1 wireless interface if found.Roy Marples
2009-05-05Fix compile on NetBSDRoy Marples
2009-05-05Ignore more foo for the BSDsRoy Marples
2009-05-05Fix compile on NetBSD and FreeBSDRoy Marples
2009-05-02We shouldn't use -L/libRoy Marples
2009-05-02TypoRoy Marples
2009-05-02Add runlevel stacking, #88Roy Marples
This implementation has the limitation that you cannot have a stacked runlevel and service of the same name in a runlevel.
2009-05-02Ignore test resultsRoy Marples
2009-05-01Add (c) to CopyrightRoy Marples
2009-05-01Ensure that rc.d services are not started twice if PKG_DIR is blank.Roy Marples
Fixes #170
2009-05-01Add -i, --ifexists so that we can do thisRoy Marples
rc-sercice -i foo -- restart instead of this rc-service -e foo && rc-service foo -- restart
2009-05-01Fix git versioningRoy Marples
2009-04-30Add -Z, --dry-run option to show which services we would start/stopRoy Marples
without actually doing so. Fixes #151.
2009-04-30Avoid more gcc warning about not checking return values ...Roy Marples
2009-04-30Brand with git version instead of svnRoy Marples
2009-04-30Fix parensJuan RP
2009-04-30Go back to gitRoy Marples
2009-04-28Don't start services when their need dependency is brokenRoy Marples
2009-04-27Fix a brain fartRoy Marples
2009-04-27Although the noshutdown keyword is nice, we shouldn't use it for network or ↵Roy Marples
dhcpcd. Instead fake network shutdown so it comes back up correctly at boot and KILL dhcpcd to preserve network.
2009-04-27Allow templates to define a stop signalRoy Marples
2009-04-27Set correct prefixRoy Marples
2009-04-27Add noshutdown to dhcpcd and wpa_supplicant. Tweak for style.Roy Marples
2009-04-27Add the noshutdown keyword to special case the shutdown.Roy Marples
2009-04-27Fix the nstop keyword.Roy Marples
2009-04-27Style.Roy Marples
2009-04-26Add the nostop keyword so that we don't stop the network init script by default.Roy Marples
2009-04-26Stop using needless {} in varsRoy Marples
2009-04-26Document tap interface creation.Roy Marples
2009-04-26Use /bin/bash or user shell in /etc/passwd if none set before /bin/sh.Roy Marples
2009-04-26Try and set a keymap as early as possible, #169Roy Marples
2009-04-25Use kill for the pid check as it's fast.Roy Marples
2009-04-25Don't report final eends for interfaces as they make no sense.Roy Marples
2009-04-25Document interfaces variable useage a bit better.Roy Marples
2009-04-25Verbosely report vars correctly.Roy Marples
2009-04-24Don't drop to sulogin by default, but make this configurable.Roy Marples
2009-04-24We should match the full variable name.Roy Marples
2009-04-24Add missing show levels switch.Roy Marples
2009-04-24rc-status -c now lists services that have crashed.Roy Marples
It returns 0 if there are crashed services, otherwise 1. This it easy to restart crashed services automatically. More for #120.
2009-04-24Remove .depend before creating it.Roy Marples
2009-04-24Cast to intRoy Marples
2009-04-24Allow rc to start (optionally stop) crashed services, #120Roy Marples
2009-04-24Describe interval unitsRoy Marples
2009-04-23Improve style for KNFRoy Marples
2009-04-23StyleRoy Marples
2009-04-23Fix logic, thanks to Maryasin SemenRoy Marples