Summary: | [patch] www/httptunnel: users not added | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | G.V. Tjong A Hung <gvtjongahung> |
Component: | Individual Port(s) | Assignee: | Rong-En Fan <rafan> |
Status: | Closed FIXED | ||
Severity: | Affects Only Me | ||
Priority: | Normal | ||
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any |
Description
G.V. Tjong A Hung
2008-07-17 13:10:03 UTC
Responsible Changed From-To: freebsd-ports-bugs->wxs I'll take it. Hello, The proposed scripts should follow the new way of doing RC scripts. There is documentation on how to do this at: http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html Can you please convert these scripts to the new style? -- WXS State Changed From-To: open->feedback Ask for submitter fix. State Changed From-To: feedback->open Per request from submitter who doesn't have time to fix up these scripts, put this PR back in the pool. Responsible Changed From-To: wxs->freebsd-bugs Give it back to the pool. It needs some work and submitter doesn't have time to do it. Responsible Changed From-To: freebsd-bugs->freebsd-ports-bugs Canonicalize assignment. Responsible Changed From-To: freebsd-ports-bugs->rafan I'll take it. Hi, I intend to get the following patch committed, and I believe this solved all the issues you mentioned in this PR. Please take a look. http://people.freebsd.org/~rafan/125714.diff Thanks, Rong-En Fan State Changed From-To: open->closed Committed with my version. Thanks! rafan 2009-01-30 10:24:07 UTC FreeBSD ports repository Modified files: . UPDATING UIDs GIDs www/httptunnel Makefile Added files: www/httptunnel pkg-deinstall pkg-install www/httptunnel/files htc.in hts.in Removed files: www/httptunnel pkg-plist www/httptunnel/files httptunnel.sh Log: 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) Revision Changes Path 1.68 +2 -1 ports/GIDs 1.78 +2 -1 ports/UIDs 1.770 +9 -1 ports/UPDATING 1.14 +7 -5 ports/www/httptunnel/Makefile 1.1 +77 -0 ports/www/httptunnel/files/htc.in (new) 1.1 +51 -0 ports/www/httptunnel/files/hts.in (new) 1.5 +0 -62 ports/www/httptunnel/files/httptunnel.sh (dead) 1.1 +27 -0 ports/www/httptunnel/pkg-deinstall (new) 1.1 +36 -0 ports/www/httptunnel/pkg-install (new) 1.2 +0 -3 ports/www/httptunnel/pkg-plist (dead) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" |