diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-04-19 13:11:29 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-04-19 13:11:29 +0800 |
commit | bf8e6f1353695faca09005a7259e7cc762ba0429 (patch) | |
tree | 1e24a62ab3e6daaf6388031e6ace2dd08ba9ea70 /news/ifmail | |
parent | e6815de0a79e646924131e747feb61467c76496f (diff) | |
download | freebsd-ports-gnome-bf8e6f1353695faca09005a7259e7cc762ba0429.tar.gz freebsd-ports-gnome-bf8e6f1353695faca09005a7259e7cc762ba0429.tar.zst freebsd-ports-gnome-bf8e6f1353695faca09005a7259e7cc762ba0429.zip |
Postgress used this uid 70 which creates now build conflicts.
Despite the registration of ifmail is older,
I change ifmail uid to UID 75.
bumped PORTREVISION
Diffstat (limited to 'news/ifmail')
-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 |