- Give irc/hybserv a unique UID/GID

- Remove conflict with irc/ircservices

Reported by:	kris
This commit is contained in:
Frank J. Laszlo 2007-03-31 12:53:57 +00:00
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
View file

@ -14,6 +14,7 @@ network:*:69:
pgsql:*:70:
ircd:*:72:
simscan:*:74:
hybserv:*:76:
audit:*:77:
virtuoso:*:79:
www:*:80:

1
UIDs
View file

@ -18,6 +18,7 @@ ircd:*:72:72:IRC daemon:/nonexistent:/nonexistent
ircservices:*:73:73:IRC services:/nonexistent:/nonexistent
simscan:*:74:74:Simscan User:/nonexistent:/sbin/nologin
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
www:*:80:80:World Wide Web Owner:/nonexistent:/sbin/nologin
alias:*:81:81:QMail user:/var/qmail/alias:/nonexistent

View file

@ -14,9 +14,6 @@ MASTER_SITE_SUBDIR= hybserv2
MAINTAINER= laszlof@FreeBSD.org
COMMENT= HybServ2 IRCD Services
# uses a uid registered to the ircservices user
CONFLICT= ircservices-*
USE_GMAKE= yes
GNU_CONFIGURE= yes

View file

@ -6,7 +6,7 @@ fi
USER=hybserv
GROUP=${USER}
UID=73
UID=76
GID=${UID}
if pw group show "${GROUP}" 2>/dev/null; then
echo "You already have a group \"${GROUP}\", so I will use it."