From: Adam Heath Date: Thu, 29 Aug 2002 20:12:24 +0000 (+0000) Subject: Remove /usr/sbin/start-stop-daemon. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6fb1a59f7b968a81d29a8a8eded505516756bf29;p=dpkg Remove /usr/sbin/start-stop-daemon. --- diff --git a/ChangeLog b/ChangeLog index 914d0fad..8d05af86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Aug 29 15:13:59 CDT 2002 Adam Heath + + * debian/rules: Remove /usr/sbin/start-stop-daemon. + Thu Aug 29 14:51:35 CDT 2002 Adam Heath * lib/dbmodify.c, lib/dump.c, lib/lock.c, lib/startup.c, lib/tarfn.c diff --git a/debian/changelog b/debian/changelog index 4393c972..0d361c14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,7 @@ dpkg (1.10.5) unstable; urgency=low * Fix corruption of available file, caused by use of memory that was previously freed. Closes: #154257. * Fix several minor memleaks. + * Remove /usr/sbin/start-stop-daemon. Closes: #156437. -- Adam Heath UNRELEASED diff --git a/debian/rules b/debian/rules index 220033b8..cfb0cc76 100755 --- a/debian/rules +++ b/debian/rules @@ -103,8 +103,8 @@ binary-dpkg-most binary-dpkg-static-most: binary-dpkg%-most: stamp-binary% set -e ; for i in info alternatives parts updates ; do \ cp -a $(INSTALL_TMP)/var/lib/dpkg/$$i $(TMP_DPKG)/var/lib/dpkg/ ; \ done - cp -a $(INSTALL_TMP)/usr/sbin/start-stop-daemon $(TMP_DPKG)/sbin/ cp -a $(INSTALL_TMP)/usr/sbin $(TMP_DPKG)/usr/ + mv $(TMP_DPKG)/usr/sbin/start-stop-daemon $(TMP_DPKG)/sbin/ cp -a $(INSTALL_TMP)/usr/lib/dpkg/mksplit $(TMP_DPKG)/usr/lib/dpkg/ cp -a $(INSTALL_TMP)/usr/lib/dpkg/enoent $(TMP_DPKG)/usr/lib/dpkg/ cp -a $(INSTALL_TMP)/usr/share/locale $(TMP_DPKG)/usr/share/