summaryrefslogtreecommitdiff
path: root/init.d/net.lo.in
Commit message (Collapse)AuthorAge
* We should use -feature instead of nofeature.Roy Marples2009-07-01
| | | | | | This matches the ifconfig and Gentoo USE flag syntax and is hopefully easier to read. Fixes #178.
* Update copyrightRoy Marples2009-06-05
|
* Only delete addresses for interfaces that exist.Roy Marples2009-05-29
|
* Move non compiled libraries from /lib/rc to /libexec/rcRoy Marples2009-05-23
| | | | | | | | 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.
* Add (c) to CopyrightRoy Marples2009-05-01
|
* Fix working on zshRoy Marples2008-12-30
|
* Restore interface_exists, interface_up and interface_exists, #123.Roy Marples2008-11-10
|
* Fix adding just the default route, #119 thanks to pva.Roy Marples2008-10-14
|
* Let ifdown control all interfaces.Roy Marples2008-06-03
|
* Add ifdown_eth0=NO so that the interface stays up for WakeOnLan, Gentoo #220875Roy Marples2008-05-09
|
* We need to ensure that the init script started is correct, translating ↵Roy Marples2008-04-29
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.