diff options
author | laszlof <laszlof@FreeBSD.org> | 2007-03-31 20:53:57 +0800 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2007-03-31 20:53:57 +0800 |
commit | 18de4ba999ded4afa3743cc163df91570fcad3a7 (patch) | |
tree | 49bbb86ae62a8c116f9be4ecd164968a6915a3b1 /irc | |
parent | ab2599cb10a6dac540065def7832eb9661a311e5 (diff) | |
download | freebsd-ports-gnome-18de4ba999ded4afa3743cc163df91570fcad3a7.tar.gz freebsd-ports-gnome-18de4ba999ded4afa3743cc163df91570fcad3a7.tar.zst freebsd-ports-gnome-18de4ba999ded4afa3743cc163df91570fcad3a7.zip |
- Give irc/hybserv a unique UID/GID
- Remove conflict with irc/ircservices
Reported by: kris
Diffstat (limited to 'irc')
-rw-r--r-- | irc/hybserv/Makefile | 3 | ||||
-rw-r--r-- | irc/hybserv/pkg-install | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/irc/hybserv/Makefile b/irc/hybserv/Makefile index e83a81407c90..c78664d53987 100644 --- a/irc/hybserv/Makefile +++ b/irc/hybserv/Makefile @@ -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 diff --git a/irc/hybserv/pkg-install b/irc/hybserv/pkg-install index 31495522215b..197f04cf1c3a 100644 --- a/irc/hybserv/pkg-install +++ b/irc/hybserv/pkg-install @@ -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." |