summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarayan Desai <desai@mcs.anl.gov>2006-08-02 14:54:18 +0000
committerNarayan Desai <desai@mcs.anl.gov>2006-08-02 14:54:18 +0000
commit1234abeabb385d00a2d3c53a163f047e2992e7de (patch)
tree5fc3729a91d4cc9ddb3c316e38b6a7c286afc6c3
parent26a92c11cc3269498611e778b1849b6aa61b63c2 (diff)
downloadbcfg2-1234abeabb385d00a2d3c53a163f047e2992e7de.tar.gz
bcfg2-1234abeabb385d00a2d3c53a163f047e2992e7de.tar.bz2
bcfg2-1234abeabb385d00a2d3c53a163f047e2992e7de.zip
More packaging changes from Ressu
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@2025 ce84e21b-d406-0410-9b95-82705330c041
-rw-r--r--debian/bcfg2-server.postrm4
-rw-r--r--debian/bcfg2.postinst9
-rw-r--r--debian/bcfg2.postrm4
-rw-r--r--debian/changelog9
4 files changed, 7 insertions, 19 deletions
diff --git a/debian/bcfg2-server.postrm b/debian/bcfg2-server.postrm
index 5a3c220e0..1eb191fd7 100644
--- a/debian/bcfg2-server.postrm
+++ b/debian/bcfg2-server.postrm
@@ -35,8 +35,4 @@ esac
#DEBHELPER#
-if [ "$1" = "purge" ] ; then
- update-rc.d bcfg2-server remove >/dev/null || exit $?
-fi
-
exit 0
diff --git a/debian/bcfg2.postinst b/debian/bcfg2.postinst
index c287c962a..ebdef9d6b 100644
--- a/debian/bcfg2.postinst
+++ b/debian/bcfg2.postinst
@@ -38,15 +38,6 @@ esac
#DEBHELPER#
-if [ -x "/etc/init.d/bcfg2" ]; then
- update-rc.d bcfg2 defaults >/dev/null
- if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
- invoke-rc.d bcfg2 start || exit $?
- else
- /etc/init.d/bcfg2 start || exit $?
- fi
-fi
-
exit 0
diff --git a/debian/bcfg2.postrm b/debian/bcfg2.postrm
index 91f552c52..c1ae4800c 100644
--- a/debian/bcfg2.postrm
+++ b/debian/bcfg2.postrm
@@ -39,8 +39,4 @@ esac
#DEBHELPER#
-if [ "$1" = "purge" ] ; then
- update-rc.d bcfg2 remove >/dev/null || exit $?
-fi
-
exit 0
diff --git a/debian/changelog b/debian/changelog
index 4a934eff1..b373589cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
-bcfg2 (0.8.2+svn060731-1) unstable; urgency=low
+bcfg2 (0.8.2+svn060801-1) unstable; urgency=low
* new packaging code
+ * Use dh_installinit to add init-script handling in post/pre scripts, invoke
+ it after compiling python modules.
+ * revert init scripts to lsb 3.0
+ * fix bcfg2-server pidfile handling.
+ * fix cron scripts
- -- Sami Haahtinen <ressu@debian.org> Mon, 31 Jul 2006 20:58:29 -0500
+ -- Sami Haahtinen <ressu@debian.org> Tue, 01 Aug 2006 09:53:19 -0500
bcfg2 (0.8.2+svn060725-1) unstable; urgency=low