devel/clixon: Add user and group

- clixon user and group will be used to listen to a socket
- Updated pkg-message

PR:		246264
Submitted by:	Dave Cornejo <dcornejo@netgate.com> (maintainer)
Sponsored by:	Rubicon Communications, LLC (Netgate)
This commit is contained in:
Renato Botelho 2020-05-07 20:32:24 +00:00
parent 0874b694d6
commit d541d1407a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534288
4 changed files with 9 additions and 7 deletions

2
GIDs
View File

@ -748,7 +748,7 @@ clickhouse:*:800:
# free: 805
# free: 806
# free: 807
# free: 808
clixon:*:808:
# free: 809
# free: 810
# free: 811

2
UIDs
View File

@ -753,7 +753,7 @@ clickhouse:*:800:800::0:0:ClickHouse Daemon:/var/db/clickhouse:/usr/sbin/nologin
# free: 805
# free: 806
# free: 807
# free: 808
clixon:*:808:808::0:0:Clixon Daemon:/nonexistent:/usr/sbin/nologin
# free: 809
# free: 810
# free: 811

View File

@ -2,6 +2,7 @@
PORTNAME= clixon
PORTVERSION= 4.4.0
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= dcornejo@netgate.com
@ -23,6 +24,9 @@ GH_ACCOUNT= clicon
MAKE_ARGS= wwwdir=${PREFIX}/sbin \
wwwuser=${WWWOWN}
GROUPS= clixon
USERS= clixon
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --sysconfdir=${ETCDIR} \
--with-cligen=${LOCALBASE}

View File

@ -1,11 +1,9 @@
[
{ type: upgrade, maximum_version: 4, message: <<EOT
Version 4.3.3 is stricter and more standards compliant
Clixon is undergoing rapid development on it's way to better
RFC compliance,
You will need to change your code, pay attention to XML handling
and api-paths.
See https://github.com/clicon/clixon/blob/master/CHANGELOG.md
Please see https://github.com/clicon/clixon/blob/master/CHANGELOG.md
for details.
EOT
}