From 1f33258d1a687b64d7252fc144c2dd5530740272 Mon Sep 17 00:00:00 2001 From: joey Date: Thu, 23 Aug 2001 19:52:25 +0000 Subject: r487: * dh_movefiles: Typo, Closes: #106532 * Use -x to test for existance of init scripts, rather then -e since we'll be running them, Closes: #109692 * dh_clean: remove debian/*.debhelper. No need to name files specifically; any file matching that is a debhelper temp file. Closes: #106514, #85520 --- autoscripts/prerm-init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoscripts/prerm-init') diff --git a/autoscripts/prerm-init b/autoscripts/prerm-init index 9ffa64b7..9882c7c0 100644 --- a/autoscripts/prerm-init +++ b/autoscripts/prerm-init @@ -1,3 +1,3 @@ -if [ -e "/etc/init.d/#SCRIPT#" ]; then +if [ -x "/etc/init.d/#SCRIPT#" ]; then /etc/init.d/#SCRIPT# stop fi -- cgit v1.2.3