diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-16 03:17:13 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-09-16 03:17:13 +0000 |
commit | c21ac8a53c873e181d6498019464ebf364782be4 (patch) | |
tree | f2dd26ce0feacdf32069183123500ab6fe342b71 /mail/sendmail812/pkg-plist | |
parent | 9300b7c32a64e4a0edc0d5aa5cd40d07ae3f75d9 (diff) |
Notes
Diffstat (limited to 'mail/sendmail812/pkg-plist')
-rw-r--r-- | mail/sendmail812/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/sendmail812/pkg-plist b/mail/sendmail812/pkg-plist index 24285b4f098a..b4147a5ff8af 100644 --- a/mail/sendmail812/pkg-plist +++ b/mail/sendmail812/pkg-plist @@ -1,4 +1,4 @@ -@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail812/Attic/pkg-plist,v 1.14 2002-07-03 16:01:00 dinoex Exp $ +@comment $FreeBSD: /tmp/pcvs/ports/mail/sendmail812/Attic/pkg-plist,v 1.15 2002-09-16 03:17:13 dinoex Exp $ @exec if ! pw groupshow smmsp 2>/dev/null; then pw groupadd smmsp -g 25; fi @exec if ! pw usershow smmsp 2>/dev/null; then pw useradd smmsp -g smmsp -u 25 -h - -d /nonexistent -s /nonexistent -c "Sendmail Queue"; fi @exec mkdir -p /var/spool/clientmqueue @@ -12,8 +12,8 @@ bin/newaliases bin/purgestat bin/rmail bin/vacation -etc/rc.d/sm-client.sh.sample -etc/rc.d/sendmail.sh.sample +%%ETCPORT%%etc/rc.d/sm-client.sh.sample +%%ETCPORT%%etc/rc.d/sendmail.sh.sample libexec/mail.local libexec/smrsh sbin/editmap |