debian/patches/0007-killpower-path.patch: Revert POWERDOWNFLAG back to /etc/killpower

This commit is contained in:
Laurent Bigonville 2013-11-24 19:10:48 +01:00
parent cbf85f6779
commit bd7c860a72
3 changed files with 15 additions and 1 deletions

View file

@ -0,0 +1,11 @@
--- a/conf/upsmon.conf.sample.in
+++ b/conf/upsmon.conf.sample.in
@@ -196,7 +196,7 @@ DEADTIME 15
#
# See the shutdown.txt file in the docs subdirectory for more information.
-POWERDOWNFLAG @CONFPATH@/killpower
+POWERDOWNFLAG /etc/killpower
# --------------------------------------------------------------------------
# NOTIFYMSG - change messages sent by upsmon when certain events occur

View file

@ -3,3 +3,4 @@
0004-fix-systemd-service.patch
0005-Provide-retry-options-for-upsdrvctl-and-drivers.patch
0006-ups-conf-maxretry.patch
0007-killpower-path.patch