chiark / gitweb /
@@ -1,3 +1,9 @@
authorian <ian>
Sat, 1 Nov 2003 14:59:30 +0000 (14:59 +0000)
committerian <ian>
Sat, 1 Nov 2003 14:59:30 +0000 (14:59 +0000)
+userv (1.0.3-0.0.99.1) unstable; urgency=low
+
+  * type -p invoke-rc.d changed to type, in postinst and prerm.
+
+ --
+
 userv (1.0.3) unstable; urgency=medium

   Bugfixes:

debian/changelog
debian/postinst
debian/prerm

index 33f676a1d75e58870256599e818745dbb9916288..967f46bb2f630adf700710e230bd6f707e647493 100644 (file)
@@ -1,3 +1,9 @@
+userv (1.0.3-0.0.99.1) unstable; urgency=low
+
+  * type -p invoke-rc.d changed to type, in postinst and prerm.
+
+ --
+
 userv (1.0.3) unstable; urgency=medium
 
   Bugfixes:
index 0341112c35655a66cd1b5c77bea87a955534d0ed..583b1b719c5abd47a72d1e610b53906db9a62e46 100644 (file)
@@ -2,7 +2,7 @@
 set -e
 update-rc.d userv defaults 19 50 > /dev/null
 
-if type -p invoke-rc.d >/dev/null 2>&1; then
+if type invoke-rc.d >/dev/null 2>&1; then
     invoke-rc.d userv start
 else
     /etc/init.d/userv start
index fb21d38f71ece0c97b5721323a07f2d3a4c2313c..c40e404a32257905feab1dbc69b6c935387c9643 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 set -e
-if type -p invoke-rc.d >/dev/null 2>&1; then
+if type invoke-rc.d >/dev/null 2>&1; then
        invoke-rc.d userv stop
 else
        /etc/init.d/userv stop