[pkg-bacula-commits] [bacula] 03/16: call adduser correctly in debian/bacula-common.preinst

Carsten Leonhardt leo at moszumanska.debian.org
Mon Dec 7 18:22:52 UTC 2015


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

leo pushed a commit to branch bacula-fd5.2
in repository bacula.

commit b780da91fb7f189cd40729149af2745457ddb1b4
Author: Carsten Leonhardt <leo at debian.org>
Date:   Fri Jul 24 10:40:01 2015 +0200

    call adduser correctly in debian/bacula-common.preinst
---
 debian/bacula-common.preinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/bacula-common.preinst b/debian/bacula-common.preinst
index 11542fc..4e796ae 100644
--- a/debian/bacula-common.preinst
+++ b/debian/bacula-common.preinst
@@ -7,7 +7,7 @@ case "$1" in
 	install)
 		if ! getent passwd bacula >/dev/null; then
 			echo -n "Adding user 'bacula'... "
-			adduser --system --no-create-home --home /var/lib/bacula bacula --group bacula 2>&1 > /dev/null
+			adduser --system --group --home /var/lib/bacula bacula 2>&1 > /dev/null
 			usermod -c "Bacula" bacula
 			usermod -G tape bacula
 			echo "Ok."

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