Gentoo Archives: gentoo-commits

From: "Michael Imhof (tantive)" <tantive@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-power/apcupsd/files/3.14: apcupsd.in.patch etc.patch
Date: Mon, 26 Nov 2007 08:17:45
Message-Id: E1IwZ9v-0001ch-RE@stork.gentoo.org
1 tantive 07/11/26 08:17:39
2
3 Added: apcupsd.in.patch etc.patch
4 Log:
5 Version bump. Closes #65211, #197022.
6
7 Revision Changes Path
8 1.1 sys-power/apcupsd/files/3.14/apcupsd.in.patch
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/files/3.14/apcupsd.in.patch?rev=1.1&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/files/3.14/apcupsd.in.patch?rev=1.1&content-type=text/plain
12
13 Index: apcupsd.in.patch
14 ===================================================================
15 --- platforms/gentoo/apcupsd.in
16 +++ platforms/gentoo/apcupsd.in
17 @@ -6,6 +6,12 @@
18 APCPID=@PIDDIR@/apcupsd.pid
19 APCUPSD=@sbindir@/apcupsd
20
21 +depend() {
22 + after hotplug
23 + after usb
24 + after net
25 +}
26 +
27 start() {
28 rm -f /etc/apcupsd/powerfail
29 ebegin "Starting APC UPS daemon"
30
31
32
33 1.1 sys-power/apcupsd/files/3.14/etc.patch
34
35 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/files/3.14/etc.patch?rev=1.1&view=markup
36 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-power/apcupsd/files/3.14/etc.patch?rev=1.1&content-type=text/plain
37
38 Index: etc.patch
39 ===================================================================
40 *** platforms/etc.bak/changeme.in 2007-02-18 14:58:16.000000000 +0100
41 --- platforms/etc/changeme.in 2007-02-18 15:01:36.000000000 +0100
42 ***************
43 *** 13,18 ****
44 --- 13,19 ----
45 #
46 (
47 echo "Subject: $MSG"
48 + echo "To: $SYSADMIN"
49 echo " "
50 echo "$MSG"
51 echo " "
52 *** platforms/etc.bak/commfailure.in 2007-02-18 14:58:16.000000000 +0100
53 --- platforms/etc/commfailure.in 2007-02-18 15:01:56.000000000 +0100
54 ***************
55 *** 13,18 ****
56 --- 13,19 ----
57 #
58 (
59 echo "Subject: $MSG"
60 + echo "To: $SYSADMIN"
61 echo " "
62 echo "$MSG"
63 echo " "
64 *** platforms/etc.bak/commok.in 2007-02-18 14:58:16.000000000 +0100
65 --- platforms/etc/commok.in 2007-02-18 15:02:24.000000000 +0100
66 ***************
67 *** 13,18 ****
68 --- 13,19 ----
69 #
70 (
71 echo "Subject: $MSG"
72 + echo "To: $SYSADMIN"
73 echo " "
74 echo "$MSG"
75 echo " "
76 *** platforms/etc.bak/offbattery.in 2007-02-18 14:58:16.000000000 +0100
77 --- platforms/etc/offbattery.in 2007-02-18 15:04:43.000000000 +0100
78 ***************
79 *** 13,18 ****
80 --- 13,19 ----
81 #
82 (
83 echo "Subject: $MSG"
84 + echo "To: $SYSADMIN"
85 echo " "
86 echo "$MSG"
87 echo " "
88 *** platforms/etc.bak/onbattery.in 2007-02-18 14:58:16.000000000 +0100
89 --- platforms/etc/onbattery.in 2007-02-18 15:04:47.000000000 +0100
90 ***************
91 *** 13,18 ****
92 --- 13,19 ----
93 #
94 (
95 echo "Subject: $MSG"
96 + echo "To: $SYSADMIN"
97 echo " "
98 echo "$MSG"
99 echo " "
100
101
102
103
104 --
105 gentoo-commits@g.o mailing list