[Pkg-samba-maint] r1717 - trunk/ctdb/debian
mparent-guest at alioth.debian.org
mparent-guest at alioth.debian.org
Thu Jan 24 15:30:53 UTC 2008
Author: mparent-guest
Date: 2008-01-24 15:30:52 +0000 (Thu, 24 Jan 2008)
New Revision: 1717
Removed:
trunk/ctdb/debian/ctdb.postinst.debhelper
trunk/ctdb/debian/ctdb.postrm.debhelper
trunk/ctdb/debian/ctdb.prerm.debhelper
Log:
Debhelper files are created by ... debhelper
Deleted: trunk/ctdb/debian/ctdb.postinst.debhelper
===================================================================
--- trunk/ctdb/debian/ctdb.postinst.debhelper 2008-01-24 15:24:39 UTC (rev 1716)
+++ trunk/ctdb/debian/ctdb.postinst.debhelper 2008-01-24 15:30:52 UTC (rev 1717)
@@ -1,20 +0,0 @@
-# Automatically added by dh_installinit
-if [ -x "/etc/init.d/ctdb" ]; then
- update-rc.d ctdb defaults >/dev/null
- if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
- invoke-rc.d ctdb start || exit $?
- else
- /etc/init.d/ctdb start || exit $?
- fi
-fi
-# End automatically added section
-# Automatically added by dh_installinit
-if [ -x "/etc/init.d/ctdb" ]; then
- update-rc.d ctdb defaults >/dev/null
- if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
- invoke-rc.d ctdb start || exit $?
- else
- /etc/init.d/ctdb start || exit $?
- fi
-fi
-# End automatically added section
Deleted: trunk/ctdb/debian/ctdb.postrm.debhelper
===================================================================
--- trunk/ctdb/debian/ctdb.postrm.debhelper 2008-01-24 15:24:39 UTC (rev 1716)
+++ trunk/ctdb/debian/ctdb.postrm.debhelper 2008-01-24 15:30:52 UTC (rev 1717)
@@ -1,10 +0,0 @@
-# Automatically added by dh_installinit
-if [ "$1" = "purge" ] ; then
- update-rc.d ctdb remove >/dev/null || exit $?
-fi
-# End automatically added section
-# Automatically added by dh_installinit
-if [ "$1" = "purge" ] ; then
- update-rc.d ctdb remove >/dev/null || exit $?
-fi
-# End automatically added section
Deleted: trunk/ctdb/debian/ctdb.prerm.debhelper
===================================================================
--- trunk/ctdb/debian/ctdb.prerm.debhelper 2008-01-24 15:24:39 UTC (rev 1716)
+++ trunk/ctdb/debian/ctdb.prerm.debhelper 2008-01-24 15:30:52 UTC (rev 1717)
@@ -1,18 +0,0 @@
-# Automatically added by dh_installinit
-if [ -x "/etc/init.d/ctdb" ]; then
- if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
- invoke-rc.d ctdb stop || exit $?
- else
- /etc/init.d/ctdb stop || exit $?
- fi
-fi
-# End automatically added section
-# Automatically added by dh_installinit
-if [ -x "/etc/init.d/ctdb" ]; then
- if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
- invoke-rc.d ctdb stop || exit $?
- else
- /etc/init.d/ctdb stop || exit $?
- fi
-fi
-# End automatically added section
More information about the Pkg-samba-maint
mailing list