View | Details | Raw Unified | Return to bug 133818 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	bacula
8
PORTNAME=	bacula
9
DISTVERSION=	2.5.42-b2
9
DISTVERSION=	2.5.42-b2
10
PORTREVISION=	1
10
CATEGORIES=	sysutils
11
CATEGORIES=	sysutils
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	bacula
13
MASTER_SITE_SUBDIR=	bacula
(-)pkg-install (-1 / +1 lines)
Lines 49-55 Link Here
49
		fi
49
		fi
50
	else
50
	else
51
		if pw useradd ${USER} -u ${UID} -g ${GROUP} -G operator -h - \
51
		if pw useradd ${USER} -u ${UID} -g ${GROUP} -G operator -h - \
52
			-d ${BACULA_DIR} -s /sbin/nologin -c "Bacula Daemon"
52
			-d ${BACULA_DIR} -s /bin/sh -c "Bacula Daemon"
53
		then
53
		then
54
			echo "Added user \"${USER}\"."
54
			echo "Added user \"${USER}\"."
55
		else
55
		else

Return to bug 133818