diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-06-25 17:21:03 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-06-25 17:21:03 +0000 |
commit | b21a889f658782943898bfac74c37c3e00b67c32 (patch) | |
tree | cfd77a797fae66e83151d58de90b92270dcd7a54 /sys-power/nut | |
parent | Version bump. (diff) | |
download | gentoo-2-b21a889f658782943898bfac74c37c3e00b67c32.tar.gz gentoo-2-b21a889f658782943898bfac74c37c3e00b67c32.tar.bz2 gentoo-2-b21a889f658782943898bfac74c37c3e00b67c32.zip |
Bug #324609: more BL1 compat.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-power/nut')
-rw-r--r-- | sys-power/nut/ChangeLog | 6 | ||||
-rw-r--r-- | sys-power/nut/files/nut.powerfail.initd | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-power/nut/ChangeLog b/sys-power/nut/ChangeLog index 5c709aee714a..1c98ffd70f80 100644 --- a/sys-power/nut/ChangeLog +++ b/sys-power/nut/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-power/nut # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/ChangeLog,v 1.76 2010/06/18 13:11:10 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/ChangeLog,v 1.77 2010/06/25 17:21:03 robbat2 Exp $ + + 25 Jun 2010; Robin H. Johnson <robbat2@gentoo.org> + files/nut.powerfail.initd: + Bug #324609: more BL1 compat. 18 Jun 2010; Diego E. Pettenò <flameeyes@gentoo.org> Manifest: Remove .orig file from Manifest (it's not in CVS, likely caused by a fuzzy diff --git a/sys-power/nut/files/nut.powerfail.initd b/sys-power/nut/files/nut.powerfail.initd index 4d45a8e808f7..2765c46023eb 100644 --- a/sys-power/nut/files/nut.powerfail.initd +++ b/sys-power/nut/files/nut.powerfail.initd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/files/nut.powerfail.initd,v 1.2 2010/06/17 19:38:18 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/nut/files/nut.powerfail.initd,v 1.3 2010/06/25 17:21:03 robbat2 Exp $ description='Signal the UPS to kill power in a power failure condition' @@ -9,8 +9,8 @@ depend() { # This is only for baselayout2 if [ -f /etc/init.d/sysfs ]; then keyword -jail -lxc -openvz -prefix -uml -vserver -xenu -timeout + need mount-ro fi - need mount-ro } start() { |