Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-01 | We 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-21 | Use 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-13 | Ensure that tmp dirs are +rw as well as +t. | Roy Marples | |
2009-06-12 | hwclock now sends help to stderr. | Natanael Copa | |
2009-06-08 | Linux FHS requires /var/lib/misc | Roy Marples | |
Stop fuser from being chatty | |||
2009-06-05 | Release openrc-0.5.0 | Roy Marples | |
2009-06-05 | Ignore more foo | Roy Marples | |
2009-06-05 | Update copyright | Roy Marples | |
2009-06-01 | Warn about going inactive correctly. | Roy Marples | |
2009-06-01 | nexthop routes don't use metrics | Roy Marples | |
2009-05-29 | Ignore termencoding | Roy Marples | |
2009-05-29 | Skip sysctl errors | Roy Marples | |
2009-05-29 | Add FreeBSD support for AC power. | Roy Marples | |
2009-05-29 | Support NetBSD envstat for working out if on AC power. | Roy Marples | |
2009-05-29 | If not running on AC power don't run fsck to preserve battery life. | Roy Marples | |
2009-05-29 | Only delete addresses for interfaces that exist. | Roy Marples | |
2009-05-29 | Merge branch 'master' of ssh://roy.marples.name/var/git/openrc | Roy Marples | |
2009-05-28 | Ignore more foo | Roy Marples | |
2009-05-26 | We need to use eval so we can pass "*" as an argument. | Roy Marples | |
2009-05-23 | Move non compiled libraries from /lib/rc to /libexec/rc | Roy 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-17 | If already started or stopped, abort. | Roy Marples | |
2009-05-11 | procfs should use modules. | Charlie | |
2009-05-11 | procfs should use modules. | Roy Marples | |
2009-05-07 | Unset PAM environment variables if not set | Roy Marples | |
2009-05-07 | Supply a working default inittab | Roy Marples | |
2009-05-06 | Enable wpa_supplicant for >1 wireless interface if found. | Roy Marples | |
2009-05-05 | Fix compile on NetBSD | Roy Marples | |
2009-05-05 | Ignore more foo for the BSDs | Roy Marples | |
2009-05-05 | Fix compile on NetBSD and FreeBSD | Roy Marples | |
2009-05-02 | We shouldn't use -L/lib | Roy Marples | |
2009-05-02 | Typo | Roy Marples | |
2009-05-02 | Add runlevel stacking, #88 | Roy Marples | |
This implementation has the limitation that you cannot have a stacked runlevel and service of the same name in a runlevel. | |||
2009-05-02 | Ignore test results | Roy Marples | |
2009-05-01 | Add (c) to Copyright | Roy Marples | |
2009-05-01 | Ensure that rc.d services are not started twice if PKG_DIR is blank. | Roy Marples | |
Fixes #170 | |||
2009-05-01 | Add -i, --ifexists so that we can do this | Roy Marples | |
rc-sercice -i foo -- restart instead of this rc-service -e foo && rc-service foo -- restart | |||
2009-05-01 | Fix git versioning | Roy Marples | |
2009-04-30 | Add -Z, --dry-run option to show which services we would start/stop | Roy Marples | |
without actually doing so. Fixes #151. | |||
2009-04-30 | Avoid more gcc warning about not checking return values ... | Roy Marples | |
2009-04-30 | Brand with git version instead of svn | Roy Marples | |
2009-04-30 | Fix parens | Juan RP | |
2009-04-30 | Go back to git | Roy Marples | |
2009-04-28 | Don't start services when their need dependency is broken | Roy Marples | |
2009-04-27 | Fix a brain fart | Roy Marples | |
2009-04-27 | Although 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-27 | Allow templates to define a stop signal | Roy Marples | |
2009-04-27 | Set correct prefix | Roy Marples | |
2009-04-27 | Add noshutdown to dhcpcd and wpa_supplicant. Tweak for style. | Roy Marples | |
2009-04-27 | Add the noshutdown keyword to special case the shutdown. | Roy Marples | |
2009-04-27 | Fix the nstop keyword. | Roy Marples | |