Date: Thu, 2 Jun 2011 16:23:53 +0100 From: Chris Rees <utisoft@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/157528: [PATCH] Add necessary lines to ports/UIDs and ports/GIDs Message-ID: <BLU0-SMTP103E6ADA3D2AF93B4C78E0BA97C0@phx.gbl> Resent-Message-ID: <201106021530.p52FUCYT055456@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 157528 >Category: ports >Synopsis: [PATCH] Add necessary lines to ports/UIDs and ports/GIDs >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Jun 02 15:30:12 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 8.2-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD zeus.bayofrum.net 8.2-RELEASE-p1 FreeBSD 8.2-RELEASE-p1 #0: Sat Apr 30 15:09:06 BST 2011 root@zeus.bayofrum.net:/usr/obj/usr/src/sys/ZEUS i386 >Description: I'm working on fixing ports that use pkg-install to create users -- some PRs have been submitted already. Since there are many usernames to add, patches attached to individual PRs quickly become stale, so here's a PR with the first batch of users included. I've put this one out before the whole lot is complete because I already submitted a small number before I realised that this would be a better option, hence ports/157507 ports/157520 ports/157525 ports/157526 depend on this PR. >How-To-Repeat: >Fix: Added users: murmur bbs dnetfold dbxml sybase hg dnrd Added groups: shoutcast daapd murmur bbs dnetfold dbxml sybase gnokii hg dnrd --- UIDs_1.patch begins here --- Index: UIDs =================================================================== RCS file: /exports/cvsroot-freebsd/ports/UIDs,v retrieving revision 1.153 diff -u -r1.153 UIDs --- UIDs 22 May 2011 12:38:02 -0000 1.153 +++ UIDs 2 Jun 2011 15:15:00 -0000 @@ -103,6 +103,7 @@ yate:*:204:204::0:0:Yate:/nonexistent:/usr/sbin/nologin shoutcast:*:210:210::0:0:Shoutcast sandbox:/nonexistent:/bin/sh git:*:211:211::0:0:gitosis user:/usr/local/git:/bin/sh +hg:*:212:212::0:0:mercurial-server user:/usr/local/hg:/bin/sh drizzle:*:213:213::0:0:Drizzle daemon:/var/db/drizzle:/usr/sbin/nologin bs:*:220:220::0:0:Big Sister:/usr/local/bigsister:/bin/sh postgrey:*:225:225::0:0:Postgrey Owner:/nonexistent:/usr/sbin/nologin @@ -126,6 +127,7 @@ _sphinx:*:312:312::0:0:Sphinxsearch Owner:/nonexistent:/usr/sbin/nologin dkfilter:*:325:325::0:0:DK Filter Owner:/nonexistent:/usr/sbin/nologin _pma:*:336:80::0:0:phpMyAdmin Owner:/nonexistent:/usr/sbin/nologin +murmur:*:338:338::0:0:& User:/nonexistent:/usr/sbin/nologin wildfire:*:340:340::0:0:Wildfire Daemon:/nonexistent:/usr/sbin/nologin stunnel:*:341:341::0:0:Stunnel Daemon:/nonexistent:/usr/sbin/nologin openfire:*:342:342::0:0:Openfire IM Daemon:/nonexistent:/usr/sbin/nologin @@ -205,3 +207,8 @@ _tcpproxy:*:940:940::0:0:tcpproxy user:/nonexistent:/usr/sbin/nologin cego:*:941:941::0:0:cego user:/usr/local/cego:/usr/sbin/nologin teamspeak:*:942:942::0:0:TeamSpeak user:/nonexistent:/sbin/nologin +dnetfold:*:943:943::0:0:& user:/nonexistent:/sbin/nologin +bbs:*:944:944::0:0:& user:/nonexistent:/sbin/nologin +dbxml:*:945:945::0:0:& user:/nonexistent:/sbin/nologin +sybase:*:946:946::0:0:& user:/usr/local/sybase-ase:/sbin/nologin +dnrd:*:948:948::0:0:& user:/nonexistent:/sbin/nologin Index: GIDs =================================================================== RCS file: /exports/cvsroot-freebsd/ports/GIDs,v retrieving revision 1.139 diff -u -r1.139 GIDs --- GIDs 22 May 2011 12:38:02 -0000 1.139 +++ GIDs 2 Jun 2011 15:14:51 -0000 @@ -92,7 +92,9 @@ sympa:*:200: dspam:*:202: yate:*:204: +shoutcast:*:210: git:*:211: +hg:*:212: drizzle:*:213: bs:*:220: postgrey:*:225: @@ -116,6 +118,8 @@ backuppc:*:300: _sphinx:*:312: dkfilter:*:325: +daapd:*:337: +murmur:*:338: wildfire:*:340: stunnel:*:341: openfire:*:342: @@ -197,3 +201,9 @@ _tcpproxy:*:940: cego:*:941: teamspeak:*:942: +dnetfold:*:943: +bbs:*:944: +dbxml:*:945: +sybase:*:946: +gnokii:*:947: +dnrd:*:948: --- UIDs_1.patch ends here --- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?BLU0-SMTP103E6ADA3D2AF93B4C78E0BA97C0>