diff --git a/debian/changelog b/debian/changelog index 83c3488..1b6fd10 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,8 +12,10 @@ nut (2.7.1-1) UNRELEASED; urgency=low (Closes: #694717) * debian/nut-server.install, debian/nut-server.manpages: Install new drivers * Move bash-completion file to /usr/share/bash-completion/ + * debian/patches/0007-killpower-path.patch: Revert POWERDOWNFLAG back to + /etc/killpower - -- Laurent Bigonville Sun, 24 Nov 2013 17:53:49 +0100 + -- Laurent Bigonville Sun, 24 Nov 2013 19:09:07 +0100 nut (2.6.5-4) unstable; urgency=low diff --git a/debian/patches/0007-killpower-path.patch b/debian/patches/0007-killpower-path.patch new file mode 100644 index 0000000..537b585 --- /dev/null +++ b/debian/patches/0007-killpower-path.patch @@ -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 diff --git a/debian/patches/series b/debian/patches/series index aaccd1f..45dbe55 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -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