summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* release openrc-0.6.7openrc-0.6.7William Hubbs2010-12-03
|
* Avoid race condition in runscript (bug #319865)Thomas Pfaff2010-12-03
| | | | | | | | | | | | | | | | Under normal conditions, runscript creates one child and waits for its termination, which is signaled by a pipe write from the SIGCHLD sighandler. When running killprocs however more than one SIGHCLD signal is generated, at least on all of my amd64 boxes running on real hardware and in vmware. When the first SIGCHLD occurs svc_exec leaves the loop and closes the pipe. Subsequent SIGCHLDs during the close can lead to a race condition and create an EBADF error in the pipe write (pipe is closed but the file handle is still != -1). We avoid this by blocking SIGHCHLD during the pipe close.
* release openrc-0.6.6openrc-0.6.6William Hubbs2010-11-30
|
* localmount should only use the -O option for linux systemsWilliam Hubbs2010-11-30
| | | | This fixes bug #347307.
* send error output from chattr command to /dev/nullWilliam Hubbs2010-11-26
| | | | This is for bug #346659.
* release openrc-0.6.5openrc-0.6.5William Hubbs2010-11-21
|
* Revert "allow ifplugd to work on wireless interfaces"William Hubbs2010-11-18
| | | | | | | | This reverts commit 4ea75dd1d6c1e475f103f027fd05861d237add4d. This caused a regression, see bug #345795. Ifplugd is only designed to support wireless interfaces that use the older wireless extentions.
* remove "use hostname" from sysctl for bsd systemsWilliam Hubbs2010-11-16
|
* do not mount local file systems with the _netdev option in fstabWilliam Hubbs2010-11-15
| | | | This fixes #344947.
* release openrc-0.6.4openrc-0.6.4William Hubbs2010-11-15
|
* remove support for local.start and local.stop for bug #343709William Hubbs2010-11-10
| | | | | The openrc ebuild now migrates these files to /etc/conf.d/local, so we do not need to support them.
* add warnings about local.start and local.stop for bug #343709William Hubbs2010-11-05
| | | | | | We need to warn users that they should be using /etc/conf.d/local instead of /etc/conf.d/local.start and /etc/conf.d/local.stop. This adds those warnings.
* update documentation for rc_interactiveWilliam Hubbs2010-11-01
| | | | | | rc_interactive is automatically disabled if rc_parallel is set to YES. Update the documentation in rc.conf to reflect this. This fixes bug #327305.
* ensure bonding interface is down before we attempt to configure, alsoJory A. Pratt2010-10-31
| | | | | mode has to be configure before any other arguements are passed. Thanks Ed Wildgoose <gentoo@wildgooses.com> for patch.
* Allow cleaning up of pam_mktemp-based temporary directories.Diego Elio Pettenò2010-10-31
| | | | | This was blacklisted before, so the .private directories never had their content cleaned up, even if WIPE_TMP was set to yes.
* correction for unmounting volumes with weird characters, thanks BrantJory A. Pratt2010-10-28
| | | | Gurganus <brant@gurganus.name>
* allow net_fs_list to be extended but not replacedWilliam Hubbs2010-10-27
| | | | This fixes bug #342825.
* remove 'use hostname' bug 340991, Thanks DiegoJory A. Pratt2010-10-23
|
* surpress output of loadkeys, fix setfont path checkJory A. Pratt2010-09-30
|
* allow ifplugd to work on wireless interfacesWilliam Hubbs2010-09-14
| | | | this fixes bug #335494.
* release openrc-0.6.3openrc-0.6.3William Hubbs2010-09-02
|
* Revert "fix bug 266395"William Hubbs2010-09-02
| | | | | | This reverts commit 1a188f8f725186b2c2d6d7c67e79c2ff5ea9d05e. This revert fixes bug #334663.
* Fix for make-3.82 breakage.Jory A. Pratt2010-08-22
|
* release openrc-0.6.2openrc-0.6.2William Hubbs2010-08-19
|
* fix detection of renamed vlan interfacesWilliam Hubbs2010-08-19
| | | | This fixes bug 327059, thanks to Jonathan for reporting this and for the patch.
* fix bug 266395William Hubbs2010-08-18
| | | | | Do not stop wpa_supplicant or wpa_cli if they are in the background. Thanks to Slava Gorbunov for the patch.
* Fixes bug #332383. Thanks Lutz Heermann.Anthony G. Basile2010-08-13
|
* Fix bug #332181. Thanks Lutz Heermann.Anthony G. Basile2010-08-13
|
* update consolefont/keymap to include -lxc in keywordsJory A. Pratt2010-08-10
|
* allow ip to be in /sbin or /binWilliam Hubbs2010-08-09
| | | | | This makes it possible for the "ip" program in iproute2 to be installed in /sbin or /bin.
* fix bug #330173William Hubbs2010-07-28
| | | | This fixes a typo in the comments in net.example.
* Fix bug #301237, update example to list proper package for mii-toolJory A. Pratt2010-07-12
|
* on_ac_power needs to exit not return bug #322037Jory A. Pratt2010-07-12
|
* fix typoWilliam Hubbs2010-07-10
| | | | | I made a typo while manually transferring over Roy's last commit. This fixes that typo.
* fix metricWilliam Hubbs2010-07-07
| | | | This change was also taken from Roy Marples' git.
* remove extra routeWilliam Hubbs2010-07-07
| | | | This was taken from Roy Marples' git repository.
* restore init.d pause optionMike Frysinger2010-04-09
|
* restore old e* func outputMike Frysinger2010-04-09
| | | | | | | | | | | 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.
* Allow dhclient per $IFACE arguments.Seth Robertson2010-03-30
|
* Support sysfs.Michal Gorny2010-03-27
| | | | Fixes #214
* Fix -s and -S.Roy Marples2010-03-26
|
* Try and describe bonding errors a bit more.Roy Marples2010-03-24
|
* Fix tentative ip addressesRoy Marples2010-03-24
|
* Release openrc-0.6.1openrc-0.6.1Roy Marples2010-03-22
|
* Fix two leaks.Roy Marples2010-03-17
|
* Send SIGKILL after 2 failed SIGTERM when unmounting.Roy Marples2010-03-16
|
* Mount xenfs early so OpenRC can detect it.Juan RP2010-02-26
|
* Fix rc_${rc_svcname}_need.Roy Marples2010-02-20
| | | | Display config depends in service depend function also.
* Allow bridge interfaces to be called bridge.Trevor Summers Smith2010-02-09
|
* random spelling fixesMike Frysinger2010-01-08
| | | | Signed-off-by: Mike Frysinger <vapier@gentoo.org>