[pkg-bacula-commits] [bacula] 27/35: Make all maintainer scripts bash-independent

Carsten Leonhardt leo at moszumanska.debian.org
Wed Jul 20 10:21:40 UTC 2016


This is an automated email from the git hooks/post-receive script.

leo pushed a commit to tag development/2011-04-29
in repository bacula.

commit 149f30575f33e414fbd1386c74ffbb29f489ec29
Author: Jan Hauke Rahm <jhr at debian.org>
Date:   Fri Apr 29 00:03:41 2011 +0200

    Make all maintainer scripts bash-independent
---
 debian/bacula-common.preinst           | 2 +-
 debian/bacula-director-common.postinst | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/bacula-common.preinst b/debian/bacula-common.preinst
index 40c5eac..f802996 100644
--- a/debian/bacula-common.preinst
+++ b/debian/bacula-common.preinst
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /bin/sh
 set -e
 
 case "$1" in
diff --git a/debian/bacula-director-common.postinst b/debian/bacula-director-common.postinst
index 3d19ac8..74d9503 100644
--- a/debian/bacula-director-common.postinst
+++ b/debian/bacula-director-common.postinst
@@ -1,4 +1,4 @@
-#! /bin/bash
+#! /bin/sh
 set -e
 
 . /usr/share/debconf/confmodule

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bacula/bacula.git



More information about the pkg-bacula-commits mailing list