[pkg-bacula-commits] [bacula] 02/02: Fix chown invocation

Carsten Leonhardt leo at moszumanska.debian.org
Thu Nov 2 08:09:43 UTC 2017


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

leo pushed a commit to branch master
in repository bacula.

commit e989b97f8566696701372c0fc94db16c440ecd5a
Author: Carsten Leonhardt <leo at debian.org>
Date:   Thu Nov 2 09:04:00 2017 +0100

    Fix chown invocation
---
 debian/bacula-console-qt.postinst | 2 +-
 debian/bacula-console.postinst    | 2 +-
 debian/bacula-director.postinst   | 2 +-
 debian/bacula-fd.postinst         | 2 +-
 debian/bacula-sd.postinst         | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/bacula-console-qt.postinst b/debian/bacula-console-qt.postinst
index 1f48094..e4d6c0c 100644
--- a/debian/bacula-console-qt.postinst
+++ b/debian/bacula-console-qt.postinst
@@ -15,7 +15,7 @@ case "$1" in
 	# create new bacula-fd.conf using the template
 	TMP_CONFIG="$(mktemp $PKG_NAME.conf.ucftmp-XXXXXXXXXX)"
 	chmod 640 $TMP_CONFIG
-	chown root.bacula $TMP_CONFIG
+	chown root:bacula $TMP_CONFIG
 
 	sed -e s~@debian_hostname@~`hostname`~ \
 	    -e s~XXX_DIRPASSWORD_XXX~$DIRPASSWD~ \
diff --git a/debian/bacula-console.postinst b/debian/bacula-console.postinst
index e5f99e5..8b11f62 100644
--- a/debian/bacula-console.postinst
+++ b/debian/bacula-console.postinst
@@ -15,7 +15,7 @@ case "$1" in
 	# create new bacula-fd.conf using the template
 	TMP_CONFIG="$(mktemp $PKG_NAME.conf.ucftmp-XXXXXXXXXX)"
 	chmod 640 $TMP_CONFIG
-	chown root.bacula $TMP_CONFIG
+	chown root:bacula $TMP_CONFIG
 
 	sed -e s~@debian_hostname@~`hostname`~ \
 	    -e s~XXX_DIRPASSWORD_XXX~$DIRPASSWD~ \
diff --git a/debian/bacula-director.postinst b/debian/bacula-director.postinst
index 56339e4..91a6597 100644
--- a/debian/bacula-director.postinst
+++ b/debian/bacula-director.postinst
@@ -27,7 +27,7 @@ case "$1" in
 	# create new bacula-dir.conf using the template
 	TMP_CONFIG="$(mktemp $PKG_NAME.conf.ucftmp-XXXXXXXXXX)"
 	chmod 640 $TMP_CONFIG
-	chown root.bacula $TMP_CONFIG
+	chown root:bacula $TMP_CONFIG
 
 	sed -e s~XXX_DIRPASSWORD_XXX~$DIRPASSWD~ \
 	    -e s~XXX_MONDIRPASSWORD_XXX~$DIRMPASSWD~ \
diff --git a/debian/bacula-fd.postinst b/debian/bacula-fd.postinst
index 3418d7f..db49b8a 100644
--- a/debian/bacula-fd.postinst
+++ b/debian/bacula-fd.postinst
@@ -15,7 +15,7 @@ case "$1" in
 	# create new bacula-fd.conf using the template
 	TMP_CONFIG="$(mktemp $PKG_NAME.conf.ucftmp-XXXXXXXXXX)"
 	chmod 640 $TMP_CONFIG
-	chown root.bacula $TMP_CONFIG
+	chown root:bacula $TMP_CONFIG
 
 	sed -e s~@debian_hostname@~`hostname`~ \
 	    -e s~XXX_FDPASSWORD_XXX~$FDPASSWD~ \
diff --git a/debian/bacula-sd.postinst b/debian/bacula-sd.postinst
index f0f5762..3779a15 100644
--- a/debian/bacula-sd.postinst
+++ b/debian/bacula-sd.postinst
@@ -15,7 +15,7 @@ case "$1" in
 	# create new bacula-sd.conf using the template
 	TMP_CONFIG="$(mktemp $PKG_NAME.conf.ucftmp-XXXXXXXXXX)"
 	chmod 640 $TMP_CONFIG
-	chown bacula.bacula $TMP_CONFIG
+	chown bacula:bacula $TMP_CONFIG
 
 	sed -e s~@debian_hostname@~`hostname`~ \
 	    -e s~XXX_SDPASSWORD_XXX~$SDPASSWD~ \

-- 
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