aboutsummaryrefslogtreecommitdiff
path: root/UIDs
Commit message (Collapse)AuthorAgeFilesLines
* - Fixed logcheck script silent failure in previous commitGreg Larkin2008-09-111-1/+1
| | | | | | | | | | | | | | | | | | | - Added handling for crontab installation problems - Incorported security fixes from PR opened after previous commit - Added UPDATING entry since configuration options have changed fairly significantly PR: ports/122842 Submitted by: Cezary Morga <cm@therek.net> PR: ports/127255 Submitted by: Yasuhiro KIMURA <yasu at utahime dot org> Reviewed by: glarkin Approved by: beech (mentor, implicit) Approved by: portmgr (marcus) Security: Incorrect addition of logcheck user to wheel group Notes: svn path=/head/; revision=220326
* - Fixed left-over directory problemGreg Larkin2008-09-081-0/+1
| | | | | | | | | | | - Added entries for logcheck user in UIDs and GIDs - Fixed package building problems (perms and empty dir creation) Reported by: QA Tindy Approved by: portmgr (erwin) Notes: svn path=/head/; revision=220297
* - Update pgbouncer to 1.2.3Martin Matuska2008-08-111-0/+1
| | | | | | | | | | | | | | - Add new UID and GID for pgbouncer - Improve handling of example configuration files - Add support for the reload rc command - Other minor enhancements PR: ports/126454 Submitted by: mm Approved by: skv (maintainer) Notes: svn path=/head/; revision=218419
* Reserve numbers for databases/frontbase user.Edwin Groothuis2008-06-131-0/+1
| | | | | | | | PR: ports/117299 Submitted by: Quinton Dolan <q@onthenet.com.au> Notes: svn path=/head/; revision=214740
* Switch UIDs to master.passwd compatible format.Florent Thoumie2008-05-201-142/+142
| | | | | | | | | | Also fix the two ports that are already using it. Suggested by: timur Approved by: portmgr (self) Notes: svn path=/head/; revision=213381
* Style fix, $FreeBSD$ line is a comment, so add a leading '#'.Florent Thoumie2008-05-191-1/+1
| | | | Notes: svn path=/head/; revision=213361
* Reserve UID and GID for irc/bitlbee.Henrik Brix Andersen2008-05-191-0/+1
| | | | | | | Approved by: erwin (mentor) Notes: svn path=/head/; revision=213342
* - Add entries for irc/undernet-ircuBeech Rintoul2008-05-011-0/+1
| | | | Notes: svn path=/head/; revision=212390
* - Reserve GID/UID 59 for dns/unboundSergey Matveychuk2008-04-291-0/+1
| | | | Notes: svn path=/head/; revision=212208
* Reserve 814 for sysutils/puppet*Pav Lucistnik2008-04-111-0/+1
| | | | Notes: svn path=/head/; revision=211065
* - Add GID and UID for www/openacs and www/openacs-dotlrnMartin Matuska2008-04-031-0/+2
| | | | Notes: svn path=/head/; revision=210428
* - Add GID and UID for net/freeradius2Martin Matuska2008-04-021-0/+1
| | | | | | | | PR: ports/122097 Submitted by: David Wood <david@wood2.org.uk> (maintainer) Notes: svn path=/head/; revision=210379
* * Don't need p5-Digest-MD5; p5-libwww dependency takes care of that.Jeremy Chadwick2008-03-091-1/+1
| | | | | | | * Set home directory of /usr/local/cricket for "cricket" user. Notes: svn path=/head/; revision=208686
* - Register UID for net/phpldapadmin, net/phpldapadmin098Rong-En Fan2008-03-091-0/+1
| | | | | | | PR: 120505 Notes: svn path=/head/; revision=208664
* - Add GID and UID for net-im/openfireMartin Wilke2008-03-071-0/+1
| | | | | | | | | | - Bump PORTREVISION for new UID/GID PR: 120882 Submitted by: Nikolay Pavlov <qpadla@gmail.com> (maintainer) Notes: svn path=/head/; revision=208619
* Remove IGNORE; add UID 141 to ports/UIDs, and remove unnecessary Time::HiResJeremy Chadwick2008-02-191-0/+1
| | | | | | | | dependency (unless using a perl older than 5.8.7). Confirmed as working on RELENG_6. Notes: svn path=/head/; revision=207581
* - Sort UIDsMartin Wilke2008-02-171-2/+2
| | | | | | | | PR: 120752 Submitted by: Gea-Suan Lin <gslin@gslin.org> Notes: svn path=/head/; revision=207468
* - add hobbit with id 280Dirk Meyer2008-01-281-0/+1
| | | | Notes: svn path=/head/; revision=206315
* - Reserve UID/GID 240 and 241 for aprsdDiane Bruce2008-01-231-0/+2
| | | | Notes: svn path=/head/; revision=206084
* Changes:Martin Wilke2008-01-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * When installed using WITH_SUPHP use a fix username/UID from /usr/ports/UIDs. There's no equivalent /usr/ports/GIDs entry because it defaults to group 'www'. * Consequently change the default username from phpmyadm to _pma and add an entry to /usr/ports/UIDs: _pma:*:336:80:phpMyAdmin Owner:/nonexistent:/sbin/nologin * Use the standard $WWWDIR for PLIST_SUB and SUB_LIST, instead of rolling my own equivalent. * Various internal code changes and clean-up * Bump PORTREVISION Note: the changes here mostly affect compilation with WITH_SUPHP defined. If you're not a suPHP user, then there's very little ultimately that has changed. PR: 119825 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> (maintainer) Notes: svn path=/head/; revision=205961
* Add 913 for _relayd.Jun Kuriyama2008-01-201-0/+1
| | | | Notes: svn path=/head/; revision=205896
* Inconsistent format of lines in /usr/ports/UIDsEdwin Groothuis2008-01-191-4/+4
| | | | | | | | | | | | | | | | | | | | | I notice that a few of the entries in /usr/ports/UIDs are formatted like lines from /etc/master.passwd, whilst the majority look like lines from /etc/passwd -- ie. without the 'class', 'change' and 'expire' fields. 'change' and 'expire' are not particularly useful for these sort of passwordless pseudo-user accounts, but I can see where being able to assign a UID to a login class would be handy. However, none of the entries in /usr/ports/UIDs make any attempt to assign the UID to anything other than the default class and none of them have any capability I can see to eg. limit system resource usage So I guess there's no need for login class information in /usr/ports/UIDs PR: ports/119800 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Notes: svn path=/head/; revision=205825
* - Reserve uid/gid for net/iodine 0.4.1_1Rong-En Fan2008-01-111-0/+1
| | | | | | | | PR: ports/119452 Submitted by: Daniel Roethlisberger <daniel at roe.ch> Notes: svn path=/head/; revision=205456
* Unify nologin path to /usr/sbin/nologinEdwin Groothuis2007-09-301-75/+75
| | | | | | | | PR: ports/116758 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Notes: svn path=/head/; revision=200428
* Add _sj3 for japanese/sj3 with UID 912Edwin Groothuis2007-09-091-1/+2
| | | | | | | | | | Fix iserv UID to 911. PR: ports/113572 (_sj3) Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> Notes: svn path=/head/; revision=199169
* Add 911 for iserv (See PR ports/114017)Edwin Groothuis2007-09-071-0/+1
| | | | Notes: svn path=/head/; revision=198970
* Reserve a user and group ID for the stunnel daemon.Peter Pentchev2007-08-281-0/+1
| | | | | | | | | | Loosely based on the PR, although I just used the next available UID/GID. PR: 108784 Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> Notes: svn path=/head/; revision=198434
* - Update to 1.28Beech Rintoul2007-06-271-0/+1
| | | | | | | | | | | | - Makefile tweaks - Register UID/GID for mail/postgrey PR: ports/114056 Submitted by: Harold Paulson <haroldp@internal.org> (maintainer) Approved by: sat (mentor) Notes: svn path=/head/; revision=194355
* - Move zabbix from UID 112 to 122 to avoid conflict with dccAndrew Pantyukhin2007-06-221-0/+1
| | | | | | | | | | - Squatter UID 122 in UIDs PR: ports/113935 Submitted by: Drew Baxter <droobie@maine.rr.com> Notes: svn path=/head/; revision=194085
* - add MeTA1Dirk Meyer2007-06-101-5/+5
| | | | Notes: svn path=/head/; revision=193171
* - Update to 0.9.8Martin Wilke2007-05-301-0/+1
| | | | | | | | | | | | | | | | | | | - Added user prelude with uid/gid 281 prelude-manager Changelog: - Initial implementation of the 'thresholding' plugin, allowing you to suppress events after a certain limit/threshold. - Filters hooking to a reporting plugin are now OR'ed instead of being AND'ed. AND is already possible by hooking filtering plugin one with another. - Improved error reporting. - Minor bug fixes. PR: 112416 Submitted by: Robin Gruyters <r.gruyters@yirdis.nl> (maintainer) Notes: svn path=/head/; revision=192367
* Reserve a UID for pulse and a GID for pulse and pulse-access. These are neededJoe Marcus Clarke2007-04-291-0/+1
| | | | | | | for audio/pulseaudio. Notes: svn path=/head/; revision=191167
* - Sorted otrs correctMartin Wilke2007-04-211-1/+1
| | | | | | | Reported by: Clive@ Notes: svn path=/head/; revision=190553
* Register UID and UID for mail/nullmailer.Clive Lin2007-04-211-1/+2
| | | | Notes: svn path=/head/; revision=190546
* - Add UID/GID for devel/otrsMartin Wilke2007-04-111-0/+1
| | | | Notes: svn path=/head/; revision=189765
* - Use static gid/uid.Stanislav Sedov2007-04-101-0/+1
| | | | | | | Submitted by: kris Notes: svn path=/head/; revision=189708
* (second attempt)Christian Weisgerber2007-04-091-1/+1
| | | | | | | reserve _ntp UID/GID for OpenNTPD Notes: svn path=/head/; revision=189576
* reserve _ntp UID/GID for OpenNTPDChristian Weisgerber2007-04-091-0/+1
| | | | Notes: svn path=/head/; revision=189575
* - Give irc/hybserv a unique UID/GIDFrank J. Laszlo2007-03-311-0/+1
| | | | | | | | | - Remove conflict with irc/ircservices Reported by: kris Notes: svn path=/head/; revision=188888
* Register UID and GID for net-mgmt/netdisco.Shaun Amott2007-03-271-0/+1
| | | | Notes: svn path=/head/; revision=188602
* Correct a copy-paste problem when allocating the polkit UID, and use a uniqueJoe Marcus Clarke2007-03-241-0/+1
| | | | | | | | | UID/GID. Reported by: kris Notes: svn path=/head/; revision=188151
* Reserve UID and GID for net-mgmt/nav.Dag-Erling Smørgrav2007-03-131-0/+1
| | | | Notes: svn path=/head/; revision=187301
* Add GID and UID for OpenBSD spamd (mail/spamd).Xin LI2007-03-091-0/+1
| | | | | | | | Submitted by: Olli Hauer<ohauer gmx de> PR: ports/107209 Notes: svn path=/head/; revision=186940
* - change smx entries to "/usr/sbin/nologin"Dirk Meyer2007-02-171-5/+5
| | | | | | | sbin/nologin is gone with FreeBSD 4.x Notes: svn path=/head/; revision=185361
* - add smmspDirk Meyer2007-02-171-0/+1
| | | | Notes: svn path=/head/; revision=185360
* - Reserve UID/GID 312 for sphinxPav Lucistnik2007-01-301-0/+1
| | | | Notes: svn path=/head/; revision=183743
* - Reserve UID/GID 181 for nagiosPav Lucistnik2007-01-281-0/+1
| | | | | | | | PR: ports/108417 Submitted by: Jarrod Sayers <jarrod@netleader.com.au> Notes: svn path=/head/; revision=183486
* - Register UID/GID for pdns_recursorPav Lucistnik2007-01-181-0/+1
| | | | Notes: svn path=/head/; revision=182749
* - Add user/group for sysutils/fcronRong-En Fan2007-01-171-0/+1
| | | | | | | | PR: ports/108008 Submitted by: Brad Huntting <huntting at glarp.com> (maintainer) Notes: svn path=/head/; revision=182602
* Add user and group mythtv (119).Greg Lehey2007-01-141-0/+1
| | | | Notes: svn path=/head/; revision=182339