From 0eb4b213d1f4da3dd18c81a3b49a65a542390bc0 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Thu, 6 Nov 2008 22:22:15 -0500 Subject: [PATCH] Restart postfix after configuring it svn path=/trunk/packages/xvm-mail-config/; revision=1553 --- debian/changelog | 6 ++++++ debian/xvm-mail-config.postinst | 1 + 2 files changed, 7 insertions(+) mode change 100644 => 100755 debian/xvm-mail-config.postinst diff --git a/debian/changelog b/debian/changelog index ea53a3b..25a7a1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xvm-mail-config (0.0.2) unstable; urgency=low + + * Restart postfix after configuring it + + -- Evan Broder Thu, 06 Nov 2008 22:04:29 -0500 + xvm-mail-config (0.0.1) unstable; urgency=low * Initial Release. diff --git a/debian/xvm-mail-config.postinst b/debian/xvm-mail-config.postinst old mode 100644 new mode 100755 index 234449f..23f711b --- a/debian/xvm-mail-config.postinst +++ b/debian/xvm-mail-config.postinst @@ -26,6 +26,7 @@ set -e case "$1" in configure) newaliases + invoke-rc.d postfix restart ;; abort-upgrade|abort-remove|abort-deconfigure) -- 1.7.9.5