diff options
author | rafan <rafan@FreeBSD.org> | 2009-01-30 18:24:07 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2009-01-30 18:24:07 +0800 |
commit | ad9ae7c1c78619576d8330dde328374e6e32376d (patch) | |
tree | 33b0c7a34b3445f9d552296cbd0ef2721b662c67 /UPDATING | |
parent | c8a94b670ab290731c0acca69f3950ac528b693a (diff) | |
download | freebsd-ports-graphics-ad9ae7c1c78619576d8330dde328374e6e32376d.tar.gz freebsd-ports-graphics-ad9ae7c1c78619576d8330dde328374e6e32376d.tar.zst freebsd-ports-graphics-ad9ae7c1c78619576d8330dde328374e6e32376d.zip |
Rework on rc script for www/httptunnel.
- 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)
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20090130: + AFFECTS: users of www/httptunnel + AUTHOR: rafan@FreeBSD.org + + The startup script has been converted to new rc.d style and split + into two scripts: htc (client) and hts (server). Please check the scripts + for how to set variables in /etc/rc.conf. + 20090127: AFFECTS: gstreamer-plugins AUTHOR: kwm@FreeBSD.org |