You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-power/apcupsd/files/apcupsd-3.14.9-commfailure....

16 lines
519 B

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