| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Use fixed uid and gid
- Rewrite the rc script to use the new rc.d style and split into two scripts:
hts (for server) and htc (for client)
- Bump PORTREVISION for this
PR: ports/125714 (based on)
Submitted by: G.V. Tjong A Hung <gvtjongahung at users.sourceforge.net> (based on)
Notes:
svn path=/head/; revision=227156
|
|
|
|
|
|
|
|
|
|
|
| |
dynamically chosen one.
PR: 127995
Submitted by: Ashish Shukla <wahjava@gmail.com>
Approved by: maintainer timeout (3 months)
Notes:
svn path=/head/; revision=225859
|
|
|
|
|
|
|
|
|
|
|
| |
- Convince RC script to use rabbitmq user.
PR: ports/128108
Submitted by: Nick Barkas <snb@threerings.net>
Approved by: Phillip N. <pneumann@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=222183
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
PR: ports/117299
Submitted by: Quinton Dolan <q@onthenet.com.au>
Notes:
svn path=/head/; revision=214740
|
|
|
|
|
|
|
|
|
|
| |
Also fix the two ports that are already using it.
Suggested by: timur
Approved by: portmgr (self)
Notes:
svn path=/head/; revision=213381
|
|
|
|
| |
Notes:
svn path=/head/; revision=213361
|
|
|
|
|
|
|
| |
Approved by: erwin (mentor)
Notes:
svn path=/head/; revision=213342
|
|
|
|
| |
Notes:
svn path=/head/; revision=212390
|
|
|
|
| |
Notes:
svn path=/head/; revision=212208
|
|
|
|
| |
Notes:
svn path=/head/; revision=211065
|
|
|
|
| |
Notes:
svn path=/head/; revision=210428
|
|
|
|
|
|
|
|
| |
PR: ports/122097
Submitted by: David Wood <david@wood2.org.uk> (maintainer)
Notes:
svn path=/head/; revision=210379
|
|
|
|
|
|
|
| |
* Set home directory of /usr/local/cricket for "cricket" user.
Notes:
svn path=/head/; revision=208686
|
|
|
|
|
|
|
| |
PR: 120505
Notes:
svn path=/head/; revision=208664
|
|
|
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for new UID/GID
PR: 120882
Submitted by: Nikolay Pavlov <qpadla@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=208619
|
|
|
|
|
|
|
|
| |
dependency (unless using a perl older than 5.8.7). Confirmed as working
on RELENG_6.
Notes:
svn path=/head/; revision=207581
|
|
|
|
|
|
|
|
| |
PR: 120752
Submitted by: Gea-Suan Lin <gslin@gslin.org>
Notes:
svn path=/head/; revision=207468
|
|
|
|
| |
Notes:
svn path=/head/; revision=206315
|
|
|
|
| |
Notes:
svn path=/head/; revision=206084
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
Notes:
svn path=/head/; revision=205896
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
PR: ports/119452
Submitted by: Daniel Roethlisberger <daniel at roe.ch>
Notes:
svn path=/head/; revision=205456
|
|
|
|
|
|
|
|
| |
PR: ports/116758
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Notes:
svn path=/head/; revision=200428
|
|
|
|
|
|
|
|
|
|
| |
Fix iserv UID to 911.
PR: ports/113572 (_sj3)
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
Notes:
svn path=/head/; revision=199169
|
|
|
|
| |
Notes:
svn path=/head/; revision=198970
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
- Squatter UID 122 in UIDs
PR: ports/113935
Submitted by: Drew Baxter <droobie@maine.rr.com>
Notes:
svn path=/head/; revision=194085
|
|
|
|
| |
Notes:
svn path=/head/; revision=193171
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
| |
for audio/pulseaudio.
Notes:
svn path=/head/; revision=191167
|
|
|
|
|
|
|
| |
Reported by: Clive@
Notes:
svn path=/head/; revision=190553
|
|
|
|
| |
Notes:
svn path=/head/; revision=190546
|
|
|
|
| |
Notes:
svn path=/head/; revision=189765
|
|
|
|
|
|
|
| |
Submitted by: kris
Notes:
svn path=/head/; revision=189708
|
|
|
|
|
|
|
| |
reserve _ntp UID/GID for OpenNTPD
Notes:
svn path=/head/; revision=189576
|
|
|
|
| |
Notes:
svn path=/head/; revision=189575
|
|
|
|
|
|
|
|
|
| |
- Remove conflict with irc/ircservices
Reported by: kris
Notes:
svn path=/head/; revision=188888
|
|
|
|
| |
Notes:
svn path=/head/; revision=188602
|
|
|
|
|
|
|
|
|
| |
UID/GID.
Reported by: kris
Notes:
svn path=/head/; revision=188151
|
|
|
|
| |
Notes:
svn path=/head/; revision=187301
|
|
|
|
|
|
|
|
| |
Submitted by: Olli Hauer<ohauer gmx de>
PR: ports/107209
Notes:
svn path=/head/; revision=186940
|
|
|
|
|
|
|
| |
sbin/nologin is gone with FreeBSD 4.x
Notes:
svn path=/head/; revision=185361
|
|
|
|
| |
Notes:
svn path=/head/; revision=185360
|
|
|
|
| |
Notes:
svn path=/head/; revision=183743
|
|
|
|
|
|
|
|
| |
PR: ports/108417
Submitted by: Jarrod Sayers <jarrod@netleader.com.au>
Notes:
svn path=/head/; revision=183486
|