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-05 | Update copyright | Roy Marples | |
2009-05-29 | Only delete addresses for interfaces that exist. | 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-01 | Add (c) to Copyright | Roy Marples | |
2008-12-30 | Fix working on zsh | Roy Marples | |
2008-11-10 | Restore interface_exists, interface_up and interface_exists, #123. | Roy Marples | |
2008-10-14 | Fix adding just the default route, #119 thanks to pva. | Roy Marples | |
2008-06-03 | Let ifdown control all interfaces. | Roy Marples | |
2008-05-09 | Add ifdown_eth0=NO so that the interface stays up for WakeOnLan, Gentoo #220875 | Roy Marples | |
2008-04-29 | We need to ensure that the init script started is correct, translating ↵ | Roy Marples | |
symlinks. This has a new rule - multiplexed services must exist in the same dir as the master sript. So we need to ensuret that net.lo(0) is the real script and not a symlink itself. This fixes Gentoo #219526. |