aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-28correction for unmounting volumes with weird characters, thanks BrantJory A. Pratt
Gurganus <brant@gurganus.name>
2010-10-27allow net_fs_list to be extended but not replacedWilliam Hubbs
This fixes bug #342825.
2010-10-23remove 'use hostname' bug 340991, Thanks DiegoJory A. Pratt
2010-09-30surpress output of loadkeys, fix setfont path checkJory A. Pratt
2010-09-14allow ifplugd to work on wireless interfacesWilliam Hubbs
this fixes bug #335494.
2010-09-02release openrc-0.6.3William Hubbs
2010-09-02Revert "fix bug 266395"William Hubbs
This reverts commit 1a188f8f725186b2c2d6d7c67e79c2ff5ea9d05e. This revert fixes bug #334663.
2010-08-22Fix for make-3.82 breakage.Jory A. Pratt
2010-08-19release openrc-0.6.2William Hubbs
2010-08-19fix detection of renamed vlan interfacesWilliam Hubbs
This fixes bug 327059, thanks to Jonathan for reporting this and for the patch.
2010-08-18fix bug 266395William Hubbs
Do not stop wpa_supplicant or wpa_cli if they are in the background. Thanks to Slava Gorbunov for the patch.
2010-08-13Fixes bug #332383. Thanks Lutz Heermann.Anthony G. Basile
2010-08-13Fix bug #332181. Thanks Lutz Heermann.Anthony G. Basile
2010-08-10update consolefont/keymap to include -lxc in keywordsJory A. Pratt
2010-08-09allow ip to be in /sbin or /binWilliam Hubbs
This makes it possible for the "ip" program in iproute2 to be installed in /sbin or /bin.
2010-07-28fix bug #330173William Hubbs
This fixes a typo in the comments in net.example.
2010-07-12Fix bug #301237, update example to list proper package for mii-toolJory A. Pratt
2010-07-12on_ac_power needs to exit not return bug #322037Jory A. Pratt
2010-07-10fix typoWilliam Hubbs
I made a typo while manually transferring over Roy's last commit. This fixes that typo.
2010-07-07fix metricWilliam Hubbs
This change was also taken from Roy Marples' git.
2010-07-07remove extra routeWilliam Hubbs
This was taken from Roy Marples' git repository.
2010-04-09restore init.d pause optionMike Frysinger
2010-04-09restore old e* func outputMike 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-30Allow dhclient per $IFACE arguments.Seth Robertson
2010-03-27Support sysfs.Michal Gorny
Fixes #214
2010-03-26Fix -s and -S.Roy Marples
2010-03-24Try and describe bonding errors a bit more.Roy Marples
2010-03-24Fix tentative ip addressesRoy Marples
2010-03-22Release openrc-0.6.1Roy Marples
2010-03-17Fix two leaks.Roy Marples
2010-03-16Send SIGKILL after 2 failed SIGTERM when unmounting.Roy Marples
2010-02-26Mount xenfs early so OpenRC can detect it.Juan RP
2010-02-20Fix rc_${rc_svcname}_need.Roy Marples
Display config depends in service depend function also.
2010-02-09Allow bridge interfaces to be called bridge.Trevor Summers Smith
2010-01-08random spelling fixesMike Frysinger
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2010-01-08Fix BSD compile.Roy Marples
2009-12-31Use IFACE variable instead of iface.Daniel Mierswa
Signed-off-by: Daniel Mierswa <impulze@impulze.org>
2009-12-21Release openrc-0.6.0Roy Marples
2009-12-21Fix comments.Christopher Head
2009-12-21Remove non working bash sequence expansion examples.Roy Marples
2009-12-19default route commands on Linux now require gw or via (iproute2).William Hubbs
2009-12-19add example for defaultiproute6William Hubbs
2009-12-14Support inet6 routes.Roy Marples
2009-12-14Allow "dev eth0" to work for a default route.Roy Marples
2009-12-14Fix restart with iproute2Roy Marples
2009-12-14Don't add broadcast addresss to ipv6Roy Marples
2009-12-14start-stop-daemon can now set process IO scheduling.Roy Marples
2009-12-11TypoRoy Marples
2009-12-10Move on_ac_power to a shell script.Roy Marples
Fixes #204
2009-12-10Allow ip to add the default route.William Hubbs
Fixes #211.