summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Imhof <tantive@gentoo.org>2007-11-26 08:17:39 +0000
committerMichael Imhof <tantive@gentoo.org>2007-11-26 08:17:39 +0000
commit426231fa680841512f4052674e9b0df554fb07af (patch)
treef61d00d724f9ef83b41dc9a642f0eb390ed2a6ea /sys-power/apcupsd/files/3.14
parentRemove older versions. (diff)
downloadgentoo-2-426231fa680841512f4052674e9b0df554fb07af.tar.gz
gentoo-2-426231fa680841512f4052674e9b0df554fb07af.tar.bz2
gentoo-2-426231fa680841512f4052674e9b0df554fb07af.zip
Version bump. Closes #65211, #197022.
Diffstat (limited to 'sys-power/apcupsd/files/3.14')
-rw-r--r--sys-power/apcupsd/files/3.14/apcupsd.in.patch15
-rw-r--r--sys-power/apcupsd/files/3.14/etc.patch61
2 files changed, 76 insertions, 0 deletions
diff --git a/sys-power/apcupsd/files/3.14/apcupsd.in.patch b/sys-power/apcupsd/files/3.14/apcupsd.in.patch
new file mode 100644
index 000000000000..69dad9d74d1c
--- /dev/null
+++ b/sys-power/apcupsd/files/3.14/apcupsd.in.patch
@@ -0,0 +1,15 @@
+--- platforms/gentoo/apcupsd.in
++++ platforms/gentoo/apcupsd.in
+@@ -6,6 +6,12 @@
+ APCPID=@PIDDIR@/apcupsd.pid
+ APCUPSD=@sbindir@/apcupsd
+
++depend() {
++ after hotplug
++ after usb
++ after net
++}
++
+ start() {
+ rm -f /etc/apcupsd/powerfail
+ ebegin "Starting APC UPS daemon"
diff --git a/sys-power/apcupsd/files/3.14/etc.patch b/sys-power/apcupsd/files/3.14/etc.patch
new file mode 100644
index 000000000000..cc8370b7618b
--- /dev/null
+++ b/sys-power/apcupsd/files/3.14/etc.patch
@@ -0,0 +1,61 @@
+*** platforms/etc.bak/changeme.in 2007-02-18 14:58:16.000000000 +0100
+--- platforms/etc/changeme.in 2007-02-18 15:01:36.000000000 +0100
+***************
+*** 13,18 ****
+--- 13,19 ----
+ #
+ (
+ echo "Subject: $MSG"
++ echo "To: $SYSADMIN"
+ echo " "
+ echo "$MSG"
+ echo " "
+*** platforms/etc.bak/commfailure.in 2007-02-18 14:58:16.000000000 +0100
+--- platforms/etc/commfailure.in 2007-02-18 15:01:56.000000000 +0100
+***************
+*** 13,18 ****
+--- 13,19 ----
+ #
+ (
+ echo "Subject: $MSG"
++ echo "To: $SYSADMIN"
+ echo " "
+ echo "$MSG"
+ echo " "
+*** platforms/etc.bak/commok.in 2007-02-18 14:58:16.000000000 +0100
+--- platforms/etc/commok.in 2007-02-18 15:02:24.000000000 +0100
+***************
+*** 13,18 ****
+--- 13,19 ----
+ #
+ (
+ echo "Subject: $MSG"
++ echo "To: $SYSADMIN"
+ echo " "
+ echo "$MSG"
+ echo " "
+*** platforms/etc.bak/offbattery.in 2007-02-18 14:58:16.000000000 +0100
+--- platforms/etc/offbattery.in 2007-02-18 15:04:43.000000000 +0100
+***************
+*** 13,18 ****
+--- 13,19 ----
+ #
+ (
+ echo "Subject: $MSG"
++ echo "To: $SYSADMIN"
+ echo " "
+ echo "$MSG"
+ echo " "
+*** platforms/etc.bak/onbattery.in 2007-02-18 14:58:16.000000000 +0100
+--- platforms/etc/onbattery.in 2007-02-18 15:04:47.000000000 +0100
+***************
+*** 13,18 ****
+--- 13,19 ----
+ #
+ (
+ echo "Subject: $MSG"
++ echo "To: $SYSADMIN"
+ echo " "
+ echo "$MSG"
+ echo " "
+