aboutsummaryrefslogtreecommitdiff
path: root/UIDs
Commit message (Collapse)AuthorAgeFilesLines
* - update to 10.0.2Dmitry Marakasov2014-02-041-0/+1
| | | | | | | | | | | | - use ports framework to create cbsd user/group - add rc.d scripts - add pkg-deinstall instructions for complete uninstall PR: 186344 Submitted by: Oleg Ginzburg <olevole@olevole.ru> (maintainer) Notes: svn path=/head/; revision=342481
* UIDs: Use /bin/sh shell for Zabbix to fix UserParametersKubilay Kocak2014-01-311-1/+1
| | | | | | | | | | | | | | | Zabbix uses /bin/sh as a command line interpreter under UNIX operating systems for commands run via the UserParameters feature [1] Adjust the login shell for the zabbix user in UIDs to allow them to function. [1] http://www.zabbix.com/documentation/2.2/manual/config/items/userparameters PR: ports/186298 Submitted by: Felix Ehlers <felix-freebsd@fleximus.de> Notes: svn path=/head/; revision=341991
* Add user and group for foreman-proxyMartin Matuska2014-01-291-0/+1
| | | | Notes: svn path=/head/; revision=341714
* Add a tests user to run unprivileged tests as; use it in devel/kyua.Julio Merino2013-12-271-0/+1
| | | | | | | | | | | | | | This new user carries a generic 'tests' name because, even though it is only used by devel/kyua at this point, it could conceivably be used by other tools. Bump PORTREVISION of devel/kyua to 1. PR: ports/182891 Approved by: asomers (maintainer), bdrewery (ports), rpaulo (mentor) Notes: svn path=/head/; revision=337802
* - Update to 7.2.33 :Rene Ladan2013-12-231-1/+1
| | | | | | | | | | | | | - Fix: Disable downloading of images in notices. It was crashing the UI. - Fix: Properly handle the exclusive application feature from the UI. - Fix option helper - Change login shell for BOINC user to /bin/sh so that 'service boinc-client start' works properly Notes: svn path=/head/; revision=337233
* A network daemon that runs on the Node.js platform and listens for statistics,Steve Wills2013-12-221-0/+1
| | | | | | | | | | | | | like counters and timers, sent over UDP and sends aggregates to one or more pluggable backend services (e.g., Graphite). WWW: https://github.com/etsy/statsd PR: ports/171855 Submitted by: kimor79@yahoo.com Notes: svn path=/head/; revision=337198
* - Update minetest and minetest_game to 0.4.8Dmitry Marakasov2013-11-261-0/+1
| | | | | | | | | | | - Support staging - Add rc.d script for minetestserver PR: 178244 Submitted by: Kevin Zheng <kevinz5000@gmail.com>, Oleg Alexeenkov <proller@yandex-team.ru> Notes: svn path=/head/; revision=334915
* Preparing for new port net-mgmt/unifiMark Felder2013-11-251-0/+1
| | | | | | | Approved by: crees (mentor) Notes: svn path=/head/; revision=334862
* Reserve group and user IDs for the upcomming sysutils/slurm-hpc port.Boris Samorodov2013-11-241-0/+1
| | | | | | | | PR: ports/184215 Submitted by: Jason Bacon <jwbacon@tds.net> Notes: svn path=/head/; revision=334785
* - unbound was imported into base in r255597 with group 'unbound'. ChaseBryan Drewery2013-10-031-1/+1
| | | | | | | | | this and have the port also add a group to avoid mergemaster conflict Approved by: maintainer timeout (via email) Notes: svn path=/head/; revision=329167
* - Add new port databases/riakBryan Drewery2013-09-271-0/+1
| | | | | | | | | | | | | | | | | - Did not convert to staging as it fails to build when enabled currently Riak is a distributed database designed for maximum availability: so long as your client can reach one server, it should be able to write data. In most failure scenarios the data you want to read should be available, albeit possibly stale. WWW: http://basho.com/riak/ PR: ports/182317 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Notes: svn path=/head/; revision=328458
* Preparing for www/radicale importMark Felder2013-09-121-0/+1
| | | | | | | Approved by: crees (mentor) Notes: svn path=/head/; revision=327064
* - Update to 1.9.0Felippe de Meirelles Motta2013-09-021-0/+1
| | | | | | | | | | | | - Update WWW - Restore UIDs and GIDs PR: ports/179987 Submitted by: Allan Jude <ports@scaleengine.com>, Alexandre Biancalana <ale@biancalanas.net> Approved by: Allan Jude <ports@scaleengine.com> (maintainer) Notes: svn path=/head/; revision=326016
* Use the USERS/GROUPS mechanism for the boinc-client port instead ofRene Ladan2013-08-231-0/+1
| | | | | | | | | | | | | | | manually creating them. It is still possible to overrride the defaults by setting BOINC_CLIENT_USER , BOINC_CLIENT_GROUP , and BOINC_CLIENT_HOME but that means the entries in UIDs and GIDs have to be changed too. PR: ports/176274 (part, based on) Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua> Reviewed by: crees (slightly) Notes: svn path=/head/; revision=325280
* Add UIDs and GIDs for incoming multimedia/plexmediaserverMark Felder2013-08-071-0/+1
| | | | | | | | PR: 180249 Approved by: swills (mentor) Notes: svn path=/head/; revision=324371
* Add UIDs and GIDs for djbdns users.David Thiel2013-07-231-0/+3
| | | | | | | | PR: ports/180069 Submitted by: Alexandre Biancalana <ale@biancalanas.net> Notes: svn path=/head/; revision=323549
* - Update to 1.521 [1] [2]Li-Wen Hsu2013-07-051-1/+1
| | | | | | | | | | | | | - Improve rc script, use `su -l` for execuing jenkins for fresh environment [3] PR: ports/178948 [1] ports/179456 [2] ports/178197 [3] Submitted by: Volodymyr Kostyrko <c.kworr@gmail.com> [1] skreuzer [2] Mikhail Krasilnikov <mk@dvaslona.ru> [3] Notes: svn path=/head/; revision=322350
* - Add rc scriptMark Felder2013-06-271-0/+1
| | | | | | | | | | - Add vnstat to UIDs and GIDs PR: ports/179271 Approved by: crees (mentor) Notes: svn path=/head/; revision=321902
* Update Shibboleth-sp and its tool chain to 2.5.1.Palle Girgensohn2013-06-041-0/+1
| | | | | | | | | | | | | | | | | Note that from 2.5, shibd is run as the user shibd. The port tries to fix the key file ownership but if you have changed the file name of the key from the default sp-key.pem, make sure you chown your key file(s) to user shibd. Also, take maintainership of the entire tool chain (approved by all previous maintainers). Incorporates the ideas suggested by Craig Leres [177668], making sure that the ssl key is not added to the package. PR: 177668, 178694 Notes: svn path=/head/; revision=319885
* - rc script passes rclintSteve Wills2013-05-271-0/+1
| | | | | | | | | | | | - Runs as its own user - Switch to @unexec rmdir since portlint warns about absolute path in @dirrmtry not working PR: ports/178834 Submitted by: Mark Felder <feld@feld.me> (maintainer) Notes: svn path=/head/; revision=319151
* mongodb doesn't need a shell.Alex Dupre2013-05-071-1/+1
| | | | Notes: svn path=/head/; revision=317618
* Add user and group for graphics/colord.Koop Mast2013-04-171-0/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=315964
* - Update to 5.3p1Ashish SHUKLA2013-03-271-0/+2
| | | | | | | | | | | | - Bump PORTEPOCH - Add additional USERS for privilege separation - Add instructions for fixing permissions in pkg-message - Add a note about privilege separation to UPDATING file Changes: http://article.gmane.org/gmane.mail.opensmtpd.general/446 Notes: svn path=/head/; revision=315389
* - Update to version 0.8.3Pawel Pekala2013-03-081-0/+1
| | | | | | | | | | | | - Remove leading article from COMMENT - Get database dependency through USE_BDB - Support OptionsNG, add DOCS and SASL options - Use port framework for user and group creation - Make daemon binary look for config files in ETCDIR not /etc - Install config files in ETCDIR and preserve them when modified Notes: svn path=/head/; revision=313677
* Kippo is a medium interaction SSH honeypot designed to log brute forceFrederic Culot2013-02-221-0/+1
| | | | | | | | | | attacks and, most importantly, the entire shell interaction performed by the attacker. WWW: http://code.google.com/p/kippo/ Notes: svn path=/head/; revision=312776
* - Add auditdistd user for security/openbsm-devel portRyan Steinmetz2013-02-151-0/+1
| | | | Notes: svn path=/head/; revision=312267
* - Updated to 2.7 (ChangeLog: http://www.ossec.net/?p=577)Greg Larkin2013-01-161-0/+3
| | | | | | | | | | | | | - Trimmed Makefile headers - Removed patches incorporated into upstream - Added conditional patch for compilation on 7.x, early 8.x systems - Fixed QAT-reported plist problems - Added new users and group for use with daemons Requested by: various users (via private email) Notes: svn path=/head/; revision=310500
* - change sysutils/condor users home directory, that I forgot aboutRuslan Makhmatkhanov2013-01-101-1/+1
| | | | Notes: svn path=/head/; revision=310202
* Add missing directories for musicpd to work out of the boxChris Rees2013-01-031-1/+1
| | | | | | | | | Noticed by: theraven Fix mpd user home directory Notes: svn path=/head/; revision=309886
* Use USERS and GROUPSChris Rees2012-12-221-0/+1
| | | | | | | Approved by: sobomax (maintainer) Notes: svn path=/head/; revision=309401
* Elasticsearch aims to be a Distributed, RESTful, Search Engine built onTom Judge2012-12-081-0/+1
| | | | | | | | | | | | | | top of Apache Lucene. WWW: http://www.elasticsearch.org/ PR: ports/168515 Feature safe: yes Approved by: eadler (mentor) Notes: svn path=/head/; revision=308491
* Add git_daemon to UIDs and GIDs.Wesley Shields2012-11-121-0/+1
| | | | | | | | | | Make git_daemon run as the git_daemon user. Requested by: lme@ Feature safe: yes Notes: svn path=/head/; revision=307344
* Correct squid user home directoryChris Rees2012-10-281-1/+1
| | | | | | | | | PR: ports/173151 Submitted by: Thomas-Martin Seck <tmseck@web.de> Feature safe: yes Notes: svn path=/head/; revision=306551
* - Upgrade to 0.10.27.Jun Kuriyama2012-10-271-0/+1
| | | | | | | | | - Install rc script and own user/group. Feature safe: yes Notes: svn path=/head/; revision=306484
* Reserve username and groupname for devel/zookeeper{-devel}Steven Kreuzer2012-10-221-0/+1
| | | | | | | Feature safe: yes Notes: svn path=/head/; revision=306285
* [devel/gearmand]:Greg Larkin2012-10-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | - Updated to 0.39 - Added gearmand entries to UIDs and GIDs - Registered conflict with devel/p5-Gearman-Server (conflicting rc.d scripts) - Add patch to fix build with GCC < 4.4 - Cleaned up rc.d script - Converted to OptionsNG [devel/p5-Gearman-Server]: - Registered conflict with devel/gearmand (conflicting rc.d scripts) [devel/p5-Gearman-XS]: - Removed explicit LIB_DEPENDS library version number - Bumped PORTREVISION PR: ports/171593 (based on) Submitted by: Gasol Wu <gasol.wu@gmail.com> Notes: svn path=/head/; revision=305277
* Add net-mgmt/ipv6mon, a tool for monitoring IPv6 address usage on a localHiroki Sato2012-10-021-0/+1
| | | | | | | | | network. WWW: http://www.si6networks.com/tools/ipv6mon/ Notes: svn path=/head/; revision=305174
* - Create gid and uid for tryton daemon and use them via USERS and GROUPS ↵Wen Heping2012-09-181-0/+1
| | | | | | | | | | | | | | | | variables at Makefile - Install the existing rc.d script (define USE_RC_SUBR at Makefile) - Define the command_interpreter variable at the rc.d script (stop and status commands need it) - Create needed directories at trytond_prestart (rc.d script) with appropriate gid and launch install once - Rename option OPENSSL -> PYOPENSSL - Make use of configuration and sample file (both for the port and for the package) PR: 171716 Submitted by: bsam@, Matthias Petermann <matthias@d2ux.net>(via Email) Notes: svn path=/head/; revision=304423
* Update c-icap to 0.2.1Martin Matuska2012-08-151-0/+1
| | | | | | | | PR: ports/170121 Approved by: maintainer (timeout) Notes: svn path=/head/; revision=302543
* - use reserverd UID/GIDOlli Hauer2012-07-201-0/+1
| | | | | | | | | | | | | | | | - use ports-framework to create user/group - remove pkg-(de)install - rename patchfiles - rename rc file ( s/.in// ) - bump PORTREVISION with hat apache@ PR: 169953 Submitted by: Marcello Coutinho <marcellocoutinho@gmail.com> Notes: svn path=/head/; revision=301241
* - Update to 1.3.9Michael Scheidell2012-07-081-0/+1
| | | | | | | | | | - Add GIDs/UIDs 215 PR: ports/169646 Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer) Notes: svn path=/head/; revision=300624
* add reserved UID/GID for polw (mail/postfix-policyd-weight)Olli Hauer2012-06-071-0/+1
| | | | Notes: svn path=/head/; revision=298681
* Add UID and GID for net-mgmt/netmondChris Rees2012-05-301-0/+1
| | | | Notes: svn path=/head/; revision=297822
* preliminary version of update to 0.9.x; GUI, rc-scripts, tests,Brendan Fabeny2012-05-281-0/+1
| | | | | | | and refinements to default configuration to follow Notes: svn path=/head/; revision=297596
* - Add razorback USERS/GROUPS for upcoming security/razorback* port additionsRyan Steinmetz2012-05-211-0/+1
| | | | Notes: svn path=/head/; revision=297115
* Switch from old way to new way by using USERS.Jeremy Messenger2012-05-201-0/+1
| | | | | | | | PR: ports/164187 Submitted by: crees Notes: svn path=/head/; revision=297049
* - Add USER/GROUP, missed from previous commitAshish SHUKLA2012-05-161-0/+1
| | | | | | | | | - Add _smtpd user to UIDs/GIDs Reported by: Nike <k-nike@inbox.ru> Notes: svn path=/head/; revision=296767
* Add Pandora FMS 4.0.1 - a Flexible Monitoring System.Motoyuki Konno2012-04-211-0/+1
| | | | | | | | | | | | WMI client 1.3.16 - a WMI (Windows Management Instrumentation) client which is needed for Pandora FMS. Submitted by: KIKUCHI Koichiro <koichiro@rworks.jp> Junichi Satoh <junichi@junichi.org> WWW; http://pandorafms.org/ Feature safe: yes Notes: svn path=/head/; revision=295185
* - Change /sbin/nologin to /usr/sbin/nologinSunpoet Po-Chuan Hsieh2012-04-181-1/+1
| | | | Notes: svn path=/head/; revision=295016
* Fix condor home directoryChris Rees2012-04-181-1/+1
| | | | Notes: svn path=/head/; revision=295012