| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
- Use new MASTER_SITE_SUBDIR
- Remove pkg-install and pkg-deinstall
- Reserved uid and gid and use these via USERS and GROUPS
- Optionally remove unchanged config file via pkg-plist
|
|
|
|
| |
Submitted by: Ashish SHUKLA <wahjava@gmail.com>
|
|
|
|
|
| |
PR: ports/140257
Submitted by: Ivan Voras <ivoras@FreeBSD.org>
|
|
|
|
|
| |
Forgotten by: pav (pointy hat!)
Feature safe: yes
|
|
|
|
|
|
|
|
|
| |
- Adjust COMMENT
- Add UID and GID entries for net/ladvd
PR: ports/138734
Submitted by: Sten Spans <sten AT blinkenlights.nl> (maintainer)
Feature safe: yes
|
|
|
|
|
|
| |
PR: ports/136083
Submitted by: Douglas William Thrift <douglas@douglasthrift.net>
Feature safe: yes
|
|
|
|
| |
- Add missing fields for noc user.
|
| |
|
|
|
|
| |
Reported by: <s.svirid at sibset-team.ru> (maintainer of net-mgmt/noc by e-mail)
|
|
|
|
|
| |
PR: ports/137175 (based on)
Reported by: Artis Caune <Artis.Caune at gmail.com>
|
|
|
|
|
|
| |
which were removed a few days ago.
Submitted by: Fabian Keil <fk@fabiankeil.de>
|
| |
|
| |
|
|
|
|
|
|
|
| |
once before (ports/116758).
PR: ports/136057
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
|
| |
|
|
|
|
| |
-Update gdm info.
|
|
|
|
|
|
|
|
| |
- Change virtualbox GID in port Makefile due to a conflict with
databases/couchdb and add UPDATING note.
- Bump PORTREVISION.
Reported by: Mike Harding <mvh AT ix.netcom.com>
|
|
|
|
|
| |
PR: ports/135259
Submitted by: Till Klampaeckel <till@php.net>
|
| |
|
|
|
|
| |
PR: ports/132611
|
|
|
|
|
| |
PR: ports/128463
Submitted by: "Mikle Davidkin" <skylord linkline ru>
|
|
|
|
|
|
|
|
|
|
| |
- Fixed user handling
- Added entry to UPDATING for 0.21 to 0.21 version upgrade
- Enable build on amd64
- Unbreak, undeprecate, and unexpire
PR: ports/126343
Submitted by: Anders Troback <freebsd at troback dot com>
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
| |
dynamically chosen one.
PR: 127995
Submitted by: Ashish Shukla <wahjava@gmail.com>
Approved by: maintainer timeout (3 months)
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
|
| |
PR: ports/117299
Submitted by: Quinton Dolan <q@onthenet.com.au>
|
|
|
|
|
|
|
| |
Also fix the two ports that are already using it.
Suggested by: timur
Approved by: portmgr (self)
|
| |
|
|
|
|
| |
Approved by: erwin (mentor)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/122097
Submitted by: David Wood <david@wood2.org.uk> (maintainer)
|
|
|
|
| |
* Set home directory of /usr/local/cricket for "cricket" user.
|
|
|
|
| |
PR: 120505
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for new UID/GID
PR: 120882
Submitted by: Nikolay Pavlov <qpadla@gmail.com> (maintainer)
|
|
|
|
|
| |
dependency (unless using a perl older than 5.8.7). Confirmed as working
on RELENG_6.
|
|
|
|
|
| |
PR: 120752
Submitted by: Gea-Suan Lin <gslin@gslin.org>
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
| |
PR: ports/119452
Submitted by: Daniel Roethlisberger <daniel at roe.ch>
|
|
|
|
|
| |
PR: ports/116758
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
|
|
|
|
|
|
|
| |
Fix iserv UID to 911.
PR: ports/113572 (_sj3)
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp>
|
| |
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
|
| |
- Makefile tweaks
- Register UID/GID for mail/postgrey
PR: ports/114056
Submitted by: Harold Paulson <haroldp@internal.org> (maintainer)
Approved by: sat (mentor)
|
|
|
|
|
|
|
| |
- Squatter UID 122 in UIDs
PR: ports/113935
Submitted by: Drew Baxter <droobie@maine.rr.com>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
|
|
|
|
| |
for audio/pulseaudio.
|
|
|
|
| |
Reported by: Clive@
|
| |
|
| |
|
|
|
|
| |
Submitted by: kris
|
|
|
|
| |
reserve _ntp UID/GID for OpenNTPD
|
| |
|
|
|
|
|
|
| |
- Remove conflict with irc/ircservices
Reported by: kris
|
| |
|
|
|
|
|
|
| |
UID/GID.
Reported by: kris
|
| |
|
|
|
|
|
| |
Submitted by: Olli Hauer<ohauer gmx de>
PR: ports/107209
|
|
|
|
| |
sbin/nologin is gone with FreeBSD 4.x
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/108417
Submitted by: Jarrod Sayers <jarrod@netleader.com.au>
|
| |
|
|
|
|
|
| |
PR: ports/108008
Submitted by: Brad Huntting <huntting at glarp.com> (maintainer)
|
| |
|
|
|
|
| |
Submitted by: Timur I. Bakeyev via IRC
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/103492
Submitted by: Nikolay Pavlov <quetzal at zone3000.net>
|
|
|
|
| |
Suggested by: Stefan Thurner <thurners@nicsys.de>
|
|
|
|
| |
Requested by: Stefan Thurner <thurners@nicsys.de>
|
| |
|
|
|
|
|
| |
PR: 105329
Submitted by: Victor Balada Diaz <victor@bsdes.net> (maintainer)
|
| |
|
| |
|
|
|
|
| |
- Add haclient group.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
occurs. It didn't show error messages even if they are fatal.
- Each rc.d script now logs all messages got at starting a daemon.
- pkg-install is made to automatically make a user to execute dkfilter
which is specified by Makefile. Register UIDs, GIDs.
- pkg-deinstall is made to notice that an admin should remove the
user made at install-time if they don't need him or her
- Bump PORTREVISION for all these changes
PR: ports/100978
Submitted by: Yoshisato YANAGISAWA (maintainer)
|
| |
|
| |
|
|
|
|
| |
/usr/local/firebird => /var/db/firebird
|
| |
|
|
|
|
| |
Approved by: krion (mentor)
|
|
|
|
| |
Approved by: krion (mentor)
|
| |
|
|
part of the Porter's Handbook. They're stored here to get more visibility.
Please use these files exclusively when registering new users/groups.
Documentation change is coming.
Approved by: portmgr (erwin)
|