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

Carsten Leonhardt cl-guest at moszumanska.debian.org
Fri Jul 24 08:40:31 UTC 2015


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

cl-guest pushed a commit to branch master
in repository bacula.

commit 88e8bda5615c711b4bb156e1b0ab771754e27608
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