diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-04-19 05:11:29 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-04-19 05:11:29 +0000 |
commit | 676748cd71f8c0158566eaac33beba7fe0c722ef (patch) | |
tree | 0f5bc91ff016115c2fb14c8a4c1f8bff1898a83c /news | |
parent | aaae62c6e6ff6502d5d8467b4f44fedfc7c79775 (diff) |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/ifmail/Makefile | 4 | ||||
-rw-r--r-- | news/ifmail/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/news/ifmail/Makefile b/news/ifmail/Makefile index e6f4f267265f..32bd80815e25 100644 --- a/news/ifmail/Makefile +++ b/news/ifmail/Makefile @@ -7,7 +7,7 @@ PORTNAME= ifmail PORTVERSION= 2.15 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/fido @@ -25,7 +25,7 @@ pre-configure: pre-install: .if !defined(IFMAIL_RUNAS) - if ! pw usershow ifmail; then pw useradd ifmail -g uucp -u 70 \ + if ! pw usershow ifmail; then pw useradd ifmail -g uucp -u 75 \ -h - -d /nonexistent -s /nonexistent -c "Ifmail Server"; fi .endif ${MKDIR} ${PREFIX}/libexec/ifmail diff --git a/news/ifmail/pkg-plist b/news/ifmail/pkg-plist index c5090222e010..ea2200d8954e 100644 --- a/news/ifmail/pkg-plist +++ b/news/ifmail/pkg-plist @@ -1,5 +1,5 @@ -@exec if ! pw usershow ifmail 2>/dev/null; then pw useradd ifmail -g uucp -u 70 -h - -d /nonexistent -s /nonexistent -c "Ifmail Server"; fi -@unexec if pw usershow ifmail | grep -q 70:70; then pw userdel ifmail; fi +@exec if ! pw usershow ifmail 2>/dev/null; then pw useradd ifmail -g uucp -u 75 -h - -d /nonexistent -s /nonexistent -c "Ifmail Server"; fi +@unexec if pw usershow ifmail | grep -q 75:66; then pw userdel ifmail; fi @owner ifmail @group uucp libexec/ifmail/ifcico |