Index: Makefile =================================================================== RCS file: /ncvs/ports/sysutils/bacula-server-devel/Makefile,v retrieving revision 1.34 diff -u -r1.34 Makefile --- Makefile 15 Apr 2009 13:51:47 -0000 1.34 +++ Makefile 23 Apr 2009 19:03:58 -0000 @@ -7,6 +7,7 @@ PORTNAME= bacula DISTVERSION= 2.5.42-b2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bacula Index: pkg-install =================================================================== RCS file: /ncvs/ports/sysutils/bacula-server-devel/pkg-install,v retrieving revision 1.2 diff -u -r1.2 pkg-install --- pkg-install 30 Mar 2006 19:35:57 -0000 1.2 +++ pkg-install 23 Apr 2009 19:03:58 -0000 @@ -49,7 +49,7 @@ fi else if pw useradd ${USER} -u ${UID} -g ${GROUP} -G operator -h - \ - -d ${BACULA_DIR} -s /sbin/nologin -c "Bacula Daemon" + -d ${BACULA_DIR} -s /bin/sh -c "Bacula Daemon" then echo "Added user \"${USER}\"." else