diff options
author | Mark Felder <feld@FreeBSD.org> | 2014-10-11 00:28:30 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2014-10-11 00:28:30 +0000 |
commit | 25fd5d0e8b74fc0e1df6dc26ee36a1b5c0f0dc2e (patch) | |
tree | 976272fdd3bfba2136a6814d52fd9e5ce8ae8c1d | |
parent | 84db926544e892a14090140d74dec95850112da6 (diff) |
Add an official rancid user and set the home directory
This will speed up initial setup for new endusers
Notes
Notes:
svn path=/head/; revision=370620
-rw-r--r-- | GIDs | 1 | ||||
-rw-r--r-- | UIDs | 1 | ||||
-rw-r--r-- | net-mgmt/rancid3/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/rancid3/pkg-plist | 2 |
4 files changed, 7 insertions, 1 deletions
@@ -151,6 +151,7 @@ spread:*:282: devmon:*:283: vnstat:*:284: exaddos:*:285:exaddos +rancid:*:286: backuppc:*:300: _sphinx:*:312: dkfilter:*:325: @@ -157,6 +157,7 @@ spread:*:282:282::0:0:Spread user:/nonexistent:/usr/sbin/nologin 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 diff --git a/net-mgmt/rancid3/Makefile b/net-mgmt/rancid3/Makefile index 234b0d4a422b..99aa19adf2db 100644 --- a/net-mgmt/rancid3/Makefile +++ b/net-mgmt/rancid3/Makefile @@ -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 diff --git a/net-mgmt/rancid3/pkg-plist b/net-mgmt/rancid3/pkg-plist index d98e0a179b0b..6d7381194d62 100644 --- a/net-mgmt/rancid3/pkg-plist +++ b/net-mgmt/rancid3/pkg-plist @@ -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 |