diff options
author | miwi <miwi@FreeBSD.org> | 2008-01-21 18:58:20 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-01-21 18:58:20 +0800 |
commit | 8b52b838abd5934e0d829d2a1fbc99fb18b15ea8 (patch) | |
tree | 158d49484c7011f22a1020d24a4fe75b00e7f953 /UIDs | |
parent | da7449ba638c8f29715e83753dc4fe52d2b4b627 (diff) | |
download | freebsd-ports-gnome-8b52b838abd5934e0d829d2a1fbc99fb18b15ea8.tar.gz freebsd-ports-gnome-8b52b838abd5934e0d829d2a1fbc99fb18b15ea8.tar.zst freebsd-ports-gnome-8b52b838abd5934e0d829d2a1fbc99fb18b15ea8.zip |
Changes:
* 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)
Diffstat (limited to 'UIDs')
-rw-r--r-- | UIDs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -100,6 +100,7 @@ mrtg:*:279:279:MRTG daemon:/nonexistent:/usr/sbin/nologin prelude:*:281:281:Prelude user:/nonexistent:/usr/sbin/nologin _sphinx:*:312:312:Sphinxsearch Owner:/nonexistent:/usr/sbin/nologin dkfilter:*:325:325:DK Filter Owner:/nonexistent:/usr/sbin/nologin +_pma:*:336:80:phpMyAdmin Owner:/nonexistent:/sbin/nologin wildfire:*:340:340:Wildfire Daemon:/nonexistent:/usr/sbin/nologin stunnel:*:341:341:Stunnel Daemon:/nonexistent:/usr/sbin/nologin _iodined:*:353:353:Iodine Daemon:/nonexistent:/usr/sbin/nologin |