From de3f852e535b22e3e15043207ac42db9f27c0980 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Mon, 10 Nov 2008 22:48:31 -0500 Subject: [PATCH] invirt-reload should force-reload, not just reload svn path=/trunk/packages/invirt-base/; revision=1609 --- debian/changelog | 6 ++++++ scripts/invirt-reload | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 294a2c1..36dc0d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +invirt-base (0.0.8) unstable; urgency=low + + * invirt-reload should force-reload, not just reload + + -- Greg Price Mon, 10 Nov 2008 22:45:07 -0500 + invirt-base (0.0.7) unstable; urgency=low * Move invirt.remote module to invirt-remote-server package diff --git a/scripts/invirt-reload b/scripts/invirt-reload index 11005fc..75e9503 100755 --- a/scripts/invirt-reload +++ b/scripts/invirt-reload @@ -2,6 +2,6 @@ for script in $(run-parts --test /etc/init.d); do if [ "${script#/etc/init.d/invirt-}" != "$script" ]; then - invoke-rc.d "${script#/etc/init.d/}" reload + invoke-rc.d "${script#/etc/init.d/}" force-reload fi done -- 1.7.9.5