diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2014-06-27 06:28:34 +0800 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2014-06-27 06:28:34 +0800 |
commit | 86239fe16a740ac9d612a9455e192bd3b7e930d2 (patch) | |
tree | 0ef56d07245b0fa64608d64c0ebfd635a363e6bc /UPDATING | |
parent | 275f89be810640dd0fa54f52867d860489c50572 (diff) | |
download | freebsd-ports-gnome-86239fe16a740ac9d612a9455e192bd3b7e930d2.tar.gz freebsd-ports-gnome-86239fe16a740ac9d612a9455e192bd3b7e930d2.tar.zst freebsd-ports-gnome-86239fe16a740ac9d612a9455e192bd3b7e930d2.zip |
- Modify startup script to let smsd change user by itself [1]
- Change the sample configuration file to have same behaviour as
old startup script did by default
While here:
- Make strip command silent
- Fix some staging glitches
- Use new @sample directive
PR: 191361 [1]
Submitted by: timp87@gmail.com
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -5,6 +5,18 @@ 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. +20140626: + AFFECTS: users of comms/smstools3 + AUTHOR: madpilot@FreeBSD.org + + The smstools3 startup screen has been modified to allow smsd to + change uid/gid by itself. The rc options smsd_logfile, smsd_user + and smsd_group are not supported anymore, user, group and log + filename should be specified in the configuration file. + + The sample configuration file has been updated to have defaults + equivalent to the old ones. + 20140624: AFFECTS: users of databases/p5-Bucardo AUTHOR: mat@FreeBSD.org |