diff options
author | wxs <wxs@FreeBSD.org> | 2011-06-03 08:49:45 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2011-06-03 08:49:45 +0800 |
commit | 0cbb74e839daf422743f0fbf71f9e8de5e22ad3d (patch) | |
tree | 13c995c236b3398d56b1e7b0bac9bffda6b95c60 /UPDATING | |
parent | f4e81ca8227da071f66d36808c80c7f1d9f52081 (diff) | |
download | freebsd-ports-gnome-0cbb74e839daf422743f0fbf71f9e8de5e22ad3d.tar.gz freebsd-ports-gnome-0cbb74e839daf422743f0fbf71f9e8de5e22ad3d.tar.zst freebsd-ports-gnome-0cbb74e839daf422743f0fbf71f9e8de5e22ad3d.zip |
- Run under an unprivileged user (freeradius)
- Utilise bsd.port.options.mk
- Remove Makefile hack for python
- Change the ownership of files & directories to new user
PR: ports/157400
Submitted by: Sevan Janiyan <venture37@geeklan.co.uk>
Approved by: Ryan Steinmetz <rpsfa@rit.edu> (maintainer)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -5,6 +5,17 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20110602: + AFFECTS: users of net/freeradius + AUTHOR: Sevan Janiyan <venture37@geeklan.co.uk> + + Freeradius no longer runs as nobody. It now runs as the freeradius + user. Please ensure that the following paths are owned by freeradius: + + /var/run/radiusd + /var/log/radacct + /var/log/radius.log + 20110529: AFFECTS: users of textproc/*kmfl* AUTHOR: nikola.lecic@anthesphoria.net |