summaryrefslogtreecommitdiff
path: root/sys-power/apcupsd/files/apcupsd-3.14.9-commfailure.patch
blob: 49641c06bef302244524c87d0c7e1d6087e5074b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Tero Janka <tero.janka@mbnet.fi>
Description: apcaccess call blocking commfailure mails (Closes: #409734).

Index: apcupsd/platforms/etc/commfailure.in
===================================================================
--- apcupsd.orig/platforms/etc/commfailure.in
+++ apcupsd/platforms/etc/commfailure.in
@@ -13,7 +13,5 @@ MSG="$HOSTNAME Communications with UPS $
    echo "Subject: $MSG"
    echo " "
    echo "$MSG"
-   echo " "
-   @sbindir@/apcaccess status
 ) | $APCUPSD_MAIL -s "$MSG" $SYSADMIN
 exit 0