[pkg-bacula-commits] [bacula] 01/01: Only change user, not group for bacula-sd.conf

Sven Hartge hartge-guest at moszumanska.debian.org
Wed Oct 19 20:22:09 UTC 2016


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

hartge-guest pushed a commit to branch hardcode-users
in repository bacula.

commit 736b87f0b67c4ee3056308356ba811ca38e3bcbd
Author: Sven Hartge <sven at svenhartge.de>
Date:   Wed Oct 19 22:21:43 2016 +0200

    Only change user, not group for bacula-sd.conf
---
 debian/bacula-sd.postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/bacula-sd.postinst b/debian/bacula-sd.postinst
index c615dd6..24ca6d2 100644
--- a/debian/bacula-sd.postinst
+++ b/debian/bacula-sd.postinst
@@ -20,7 +20,7 @@ case "$1" in
 		-e s~XXX_MONSDPASSWORD_XXX~$SDMPASSWD~ \
 		-i $TARGET
 	else
-	    chown bacula:bacula $TARGET
+	    chown bacula $TARGET
 	fi
     ;;
 esac

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