diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-21 07:04:56 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-21 07:04:56 +0000 |
commit | 2bf9a89a3a0089c985b47fe23b35d60f38191dbe (patch) | |
tree | 4a3db26e26330193d2b883af0e8533ae17459bca /irc | |
parent | 4d0093ccd3c77811e4fdba03765ed5bda0a7d537 (diff) | |
download | ports-2bf9a89a3a0089c985b47fe23b35d60f38191dbe.tar.gz ports-2bf9a89a3a0089c985b47fe23b35d60f38191dbe.zip |
- Unregister the old UID/GID and register the new one in the
valid range.
- Bump PORTREVISION
- Add warning entry in pkg-message and UPDATING
Notes
Notes:
svn path=/head/; revision=109595
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircd-hybrid-ru/Makefile | 4 | ||||
-rw-r--r-- | irc/ircd-hybrid-ru/pkg-install | 2 | ||||
-rw-r--r-- | irc/ircd-hybrid-ru/pkg-message | 5 |
3 files changed, 7 insertions, 4 deletions
diff --git a/irc/ircd-hybrid-ru/Makefile b/irc/ircd-hybrid-ru/Makefile index 66684bf0e024..0be89380441a 100644 --- a/irc/ircd-hybrid-ru/Makefile +++ b/irc/ircd-hybrid-ru/Makefile @@ -7,7 +7,7 @@ PORTNAME= ircd PORTVERSION= 7.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc russian MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://rusunix.org/pub/FreeBSD/distfiles/ @@ -18,8 +18,6 @@ DISTNAME= ircd-hybrid-ru-7.1rc2 MAINTAINER= aquatique-ports@rambler.ru COMMENT= Russian version of well known hybrid IRC server -BROKEN= "Uses unregistered, out-of-range uid" - CONFLICTS= ircd* WRKSRC= ${WRKDIR}/${PORTNAME}${PKGNAMESUFFIX} diff --git a/irc/ircd-hybrid-ru/pkg-install b/irc/ircd-hybrid-ru/pkg-install index 60e4cbea2d5b..8aba8b1985ec 100644 --- a/irc/ircd-hybrid-ru/pkg-install +++ b/irc/ircd-hybrid-ru/pkg-install @@ -17,7 +17,7 @@ EOF exit 1 fi -uid=6667 +uid=555 user=ircdru gid=$uid group=$user diff --git a/irc/ircd-hybrid-ru/pkg-message b/irc/ircd-hybrid-ru/pkg-message index 83c0ab174a7c..ef4f0eb17000 100644 --- a/irc/ircd-hybrid-ru/pkg-message +++ b/irc/ircd-hybrid-ru/pkg-message @@ -1,6 +1,11 @@ ---------------------------------------------------- +If you updated this port to version 7.1_1, please +don't forget to remove the old UID/GID - 6667 + +This port uses now UID/GID - 555 + ircd-hybrid-ru has been installed. This port create user ircdru and group ircdru |