Date: Sat, 11 Oct 2014 00:28:31 +0000 (UTC) From: Mark Felder <feld@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370620 - in head: . net-mgmt/rancid3 Message-ID: <201410110028.s9B0SVfr098702@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: feld Date: Sat Oct 11 00:28:30 2014 New Revision: 370620 URL: https://svnweb.freebsd.org/changeset/ports/370620 QAT: https://qat.redports.org/buildarchive/r370620/ Log: Add an official rancid user and set the home directory This will speed up initial setup for new endusers Modified: head/GIDs head/UIDs head/net-mgmt/rancid3/Makefile head/net-mgmt/rancid3/pkg-plist Modified: head/GIDs ============================================================================== --- head/GIDs Sat Oct 11 00:28:12 2014 (r370619) +++ head/GIDs Sat Oct 11 00:28:30 2014 (r370620) @@ -151,6 +151,7 @@ spread:*:282: devmon:*:283: vnstat:*:284: exaddos:*:285:exaddos +rancid:*:286: backuppc:*:300: _sphinx:*:312: dkfilter:*:325: Modified: head/UIDs ============================================================================== --- head/UIDs Sat Oct 11 00:28:12 2014 (r370619) +++ head/UIDs Sat Oct 11 00:28:30 2014 (r370620) @@ -157,6 +157,7 @@ spread:*:282:282::0:0:Spread user:/nonex devmon:*:283:283::0:0:devmon monitor:/nonexistent:/usr/sbin/nologin vnstat:*:284:284::0:0:vnStat Network Monitor:/nonexistent:/usr/sbin/nologin exaddos:*:285:285::0:0:exaddos daemon user:/nonexistent:/usr/sbin/nologin +rancid:*:286:286::0:0:RANCID daemon user:/usr/local/var/rancid:/bin/sh backuppc:*:300:300::0:0:BackupPC pseudo-user:/nonexistent:/usr/sbin/nologin _sphinx:*:312:312::0:0:Sphinxsearch Owner:/nonexistent:/usr/sbin/nologin dkfilter:*:325:325::0:0:DK Filter Owner:/nonexistent:/usr/sbin/nologin Modified: head/net-mgmt/rancid3/Makefile ============================================================================== --- head/net-mgmt/rancid3/Makefile Sat Oct 11 00:28:12 2014 (r370619) +++ head/net-mgmt/rancid3/Makefile Sat Oct 11 00:28:30 2014 (r370620) @@ -3,6 +3,7 @@ PORTNAME= rancid PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.shrubbery.net/pub/rancid/ PKGNAMESUFFIX= 3 @@ -17,6 +18,9 @@ USES= gmake perl5 shebangfix perl_OLD_CMD= @PERLV_PATH@ SHEBANG_FILES= bin/* +USERS= rancid +GROUPS= rancid + SUB_FILES= pkg-message GNU_CONFIGURE= yes Modified: head/net-mgmt/rancid3/pkg-plist ============================================================================== --- head/net-mgmt/rancid3/pkg-plist Sat Oct 11 00:28:12 2014 (r370619) +++ head/net-mgmt/rancid3/pkg-plist Sat Oct 11 00:28:30 2014 (r370620) @@ -154,4 +154,4 @@ man/man5/router.db.5.gz %%DATADIR%%/rancid-cvspurge %%DATADIR%%/rancid.conf.sample %%DATADIR%%/rtrfilter -@dir(,,755) var/rancid +@dir(rancid,rancid,755) var/rancid
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410110028.s9B0SVfr098702>