Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-19 | release openrc-0.6.2 | William Hubbs | |
2010-08-19 | fix detection of renamed vlan interfaces | William Hubbs | |
This fixes bug 327059, thanks to Jonathan for reporting this and for the patch. | |||
2010-08-18 | fix bug 266395 | William Hubbs | |
Do not stop wpa_supplicant or wpa_cli if they are in the background. Thanks to Slava Gorbunov for the patch. | |||
2010-08-13 | Fixes bug #332383. Thanks Lutz Heermann. | Anthony G. Basile | |
2010-08-13 | Fix bug #332181. Thanks Lutz Heermann. | Anthony G. Basile | |
2010-08-10 | update consolefont/keymap to include -lxc in keywords | Jory A. Pratt | |
2010-08-09 | allow ip to be in /sbin or /bin | William Hubbs | |
This makes it possible for the "ip" program in iproute2 to be installed in /sbin or /bin. | |||
2010-07-28 | fix bug #330173 | William Hubbs | |
This fixes a typo in the comments in net.example. | |||
2010-07-12 | Fix bug #301237, update example to list proper package for mii-tool | Jory A. Pratt | |
2010-07-12 | on_ac_power needs to exit not return bug #322037 | Jory A. Pratt | |
2010-07-10 | fix typo | William Hubbs | |
I made a typo while manually transferring over Roy's last commit. This fixes that typo. | |||
2010-07-07 | fix metric | William Hubbs | |
This change was also taken from Roy Marples' git. | |||
2010-07-07 | remove extra route | William Hubbs | |
This was taken from Roy Marples' git repository. | |||
2010-04-09 | restore init.d pause option | Mike Frysinger | |
2010-04-09 | restore old e* func output | Mike Frysinger | |
Gentoo has always used the sytle: * moo ... [ ok ] Latest openrc now does: * moo... [ok] Realistically, 4 spaces out of 80 on reduced terminals doesn't make any sort of realistic difference and it's been just fine for the last 10 years, so keep the default behavior. | |||
2010-03-30 | Allow dhclient per $IFACE arguments. | Seth Robertson | |
2010-03-27 | Support sysfs. | Michal Gorny | |
Fixes #214 | |||
2010-03-26 | Fix -s and -S. | Roy Marples | |
2010-03-24 | Try and describe bonding errors a bit more. | Roy Marples | |
2010-03-24 | Fix tentative ip addresses | Roy Marples | |
2010-03-22 | Release openrc-0.6.1 | Roy Marples | |
2010-03-17 | Fix two leaks. | Roy Marples | |
2010-03-16 | Send SIGKILL after 2 failed SIGTERM when unmounting. | Roy Marples | |
2010-02-26 | Mount xenfs early so OpenRC can detect it. | Juan RP | |
2010-02-20 | Fix rc_${rc_svcname}_need. | Roy Marples | |
Display config depends in service depend function also. | |||
2010-02-09 | Allow bridge interfaces to be called bridge. | Trevor Summers Smith | |
2010-01-08 | random spelling fixes | Mike Frysinger | |
Signed-off-by: Mike Frysinger <vapier@gentoo.org> | |||
2010-01-08 | Fix BSD compile. | Roy Marples | |
2009-12-31 | Use IFACE variable instead of iface. | Daniel Mierswa | |
Signed-off-by: Daniel Mierswa <impulze@impulze.org> | |||
2009-12-21 | Release openrc-0.6.0 | Roy Marples | |
2009-12-21 | Fix comments. | Christopher Head | |
2009-12-21 | Remove non working bash sequence expansion examples. | Roy Marples | |
2009-12-19 | default route commands on Linux now require gw or via (iproute2). | William Hubbs | |
2009-12-19 | add example for defaultiproute6 | William Hubbs | |
2009-12-14 | Support inet6 routes. | Roy Marples | |
2009-12-14 | Allow "dev eth0" to work for a default route. | Roy Marples | |
2009-12-14 | Fix restart with iproute2 | Roy Marples | |
2009-12-14 | Don't add broadcast addresss to ipv6 | Roy Marples | |
2009-12-14 | start-stop-daemon can now set process IO scheduling. | Roy Marples | |
2009-12-11 | Typo | Roy Marples | |
2009-12-10 | Move on_ac_power to a shell script. | Roy Marples | |
Fixes #204 | |||
2009-12-10 | Allow ip to add the default route. | William Hubbs | |
Fixes #211. | |||
2009-12-10 | Typo | Olivier Huber | |
2009-12-05 | Document multiple routes, fixes #210. | Roy Marples | |
2009-12-05 | Add support for iproute2 in staticroute. | Roy Marples | |
Fixes #208. | |||
2009-12-05 | Support phy80211, fixes #209. | Alon Bar-Lev | |
2009-12-04 | Comment out static routes | Roy Marples | |
2009-12-02 | Correct homepage. | Roy Marples | |
2009-12-02 | Release openrc-0.5.3 | Roy Marples | |
2009-11-25 | Only add metric to dhcpcd if not given. | Roy Marples | |
Fixes Gentoo #294312 |