mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
- Give irc/hybserv a unique UID/GID
- Remove conflict with irc/ircservices Reported by: kris
This commit is contained in:
parent
d6f2c862bb
commit
3fbf5ae415
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=188888
4 changed files with 3 additions and 4 deletions
1
GIDs
1
GIDs
|
@ -14,6 +14,7 @@ network:*:69:
|
||||||
pgsql:*:70:
|
pgsql:*:70:
|
||||||
ircd:*:72:
|
ircd:*:72:
|
||||||
simscan:*:74:
|
simscan:*:74:
|
||||||
|
hybserv:*:76:
|
||||||
audit:*:77:
|
audit:*:77:
|
||||||
virtuoso:*:79:
|
virtuoso:*:79:
|
||||||
www:*:80:
|
www:*:80:
|
||||||
|
|
1
UIDs
1
UIDs
|
@ -18,6 +18,7 @@ ircd:*:72:72:IRC daemon:/nonexistent:/nonexistent
|
||||||
ircservices:*:73:73:IRC services:/nonexistent:/nonexistent
|
ircservices:*:73:73:IRC services:/nonexistent:/nonexistent
|
||||||
simscan:*:74:74:Simscan User:/nonexistent:/sbin/nologin
|
simscan:*:74:74:Simscan User:/nonexistent:/sbin/nologin
|
||||||
ifmail:*:75:66:Ifmail user:/nonexistent:/nonexistent
|
ifmail:*:75:66:Ifmail user:/nonexistent:/nonexistent
|
||||||
|
hybserv:*:76:76:HybServ Daemon:/nonexistent:/sbin/nologin
|
||||||
virtuoso:*:79:79:Virtuoso Universal Server:/usr/local/virtuoso:/bin/sh
|
virtuoso:*:79:79:Virtuoso Universal Server:/usr/local/virtuoso:/bin/sh
|
||||||
www:*:80:80:World Wide Web Owner:/nonexistent:/sbin/nologin
|
www:*:80:80:World Wide Web Owner:/nonexistent:/sbin/nologin
|
||||||
alias:*:81:81:QMail user:/var/qmail/alias:/nonexistent
|
alias:*:81:81:QMail user:/var/qmail/alias:/nonexistent
|
||||||
|
|
|
@ -14,9 +14,6 @@ MASTER_SITE_SUBDIR= hybserv2
|
||||||
MAINTAINER= laszlof@FreeBSD.org
|
MAINTAINER= laszlof@FreeBSD.org
|
||||||
COMMENT= HybServ2 IRCD Services
|
COMMENT= HybServ2 IRCD Services
|
||||||
|
|
||||||
# uses a uid registered to the ircservices user
|
|
||||||
CONFLICT= ircservices-*
|
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ fi
|
||||||
|
|
||||||
USER=hybserv
|
USER=hybserv
|
||||||
GROUP=${USER}
|
GROUP=${USER}
|
||||||
UID=73
|
UID=76
|
||||||
GID=${UID}
|
GID=${UID}
|
||||||
if pw group show "${GROUP}" 2>/dev/null; then
|
if pw group show "${GROUP}" 2>/dev/null; then
|
||||||
echo "You already have a group \"${GROUP}\", so I will use it."
|
echo "You already have a group \"${GROUP}\", so I will use it."
|
||||||
|
|
Loading…
Add table
Reference in a new issue