diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-02-14 03:51:45 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2005-02-14 03:51:45 +0000 |
commit | 030cf21ece68b25a6ae87b57422042e585f503c4 (patch) | |
tree | 0138a6e6b03d6a2d805619e183fc76b95c43726b /security | |
parent | b59f852aa95fe62f1edfb421f9f2ecf1e949b608 (diff) | |
download | ports-030cf21ece68b25a6ae87b57422042e585f503c4.tar.gz ports-030cf21ece68b25a6ae87b57422042e585f503c4.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/amavisd-new/files/INSTALL.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/amavisd-new/files/INSTALL.tmpl b/security/amavisd-new/files/INSTALL.tmpl index c91bbfc8e940..276fc401077f 100644 --- a/security/amavisd-new/files/INSTALL.tmpl +++ b/security/amavisd-new/files/INSTALL.tmpl @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/security/amavisd-new/files/Attic/INSTALL.tmpl,v 1.5 2005-02-13 17:35:35 leeym Exp $ +# $FreeBSD: /tmp/pcvs/ports/security/amavisd-new/files/Attic/INSTALL.tmpl,v 1.6 2005-02-14 03:51:45 leeym Exp $ # USER=%%AMAVISUSER%% @@ -13,7 +13,7 @@ if [ "$2" = "PRE-INSTALL" ]; then if /usr/sbin/pw groupshow "${GROUP}" 2>/dev/null; then echo "You already have a group \"${GROUP}\", so I will use it." else - if /usr/sbin/pw groupadd ${GROUP} -h -g 110 - + if /usr/sbin/pw groupadd ${GROUP} -h - -g 110 then echo "Added group \"${GROUP}\"." else |