aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-07-20Don't provide ourself, fixes #190Roy Marples
2009-07-09Only delete /etc/nologin if we can write to itRoy Marples
2009-07-08Apply MTU and txqueuelen after creating the tunnel.Roy Marples
2009-07-01Fix wpa_supplicant to find wireless interfaces on newer kernels.Roy Marples
Fixes #176.
2009-07-01Host should configure urandom.Roy Marples
Fixes #179.
2009-07-01We should use -feature instead of nofeature.Roy Marples
This matches the ifconfig and Gentoo USE flag syntax and is hopefully easier to read. Fixes #178.
2009-06-21Use rc_getline instead of assuming a fixed kernel cmdline length.Roy Marples
This is now requires as COMMAND_LINE_SIZE isn't exposed by kernel headers anymore. Fixes #177.
2009-06-13Ensure that tmp dirs are +rw as well as +t.Roy Marples
2009-06-12hwclock now sends help to stderr.Natanael Copa
2009-06-08Linux FHS requires /var/lib/miscRoy Marples
Stop fuser from being chatty
2009-06-05Release openrc-0.5.0Roy Marples
2009-06-05Ignore more fooRoy Marples
2009-06-05Update copyrightRoy Marples
2009-06-01Warn about going inactive correctly.Roy Marples
2009-06-01nexthop routes don't use metricsRoy Marples
2009-05-29Ignore termencodingRoy Marples
2009-05-29Skip sysctl errorsRoy Marples
2009-05-29Add FreeBSD support for AC power.Roy Marples
2009-05-29Support NetBSD envstat for working out if on AC power.Roy Marples
2009-05-29If not running on AC power don't run fsck to preserve battery life.Roy Marples
2009-05-29Only delete addresses for interfaces that exist.Roy Marples
2009-05-29Merge branch 'master' of ssh://roy.marples.name/var/git/openrcRoy Marples
2009-05-28Ignore more fooRoy Marples
2009-05-26We need to use eval so we can pass "*" as an argument.Roy Marples
2009-05-23Move non compiled libraries from /lib/rc to /libexec/rcRoy Marples
OpenRC version is now stored as plaintext in /libexec/rc/version Plugins (cursplash, splashutils) will have to be re-compiled to pickup the new directories. State data needs to be moved from /lib/rc/init.d to /libexec/rc/init.d as well.
2009-05-17If already started or stopped, abort.Roy Marples
2009-05-11procfs should use modules.Charlie
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.