From owner-cvs-ports@FreeBSD.ORG Fri Jan 30 10:24:07 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4CC21106564A; Fri, 30 Jan 2009 10:24:07 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 3AF9F8FC0C; Fri, 30 Jan 2009 10:24:07 +0000 (UTC) (envelope-from rafan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n0UAO77o054516; Fri, 30 Jan 2009 10:24:07 GMT (envelope-from rafan@repoman.freebsd.org) Received: (from rafan@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n0UAO7E3054513; Fri, 30 Jan 2009 10:24:07 GMT (envelope-from rafan) Message-Id: <200901301024.n0UAO7E3054513@repoman.freebsd.org> From: Rong-En Fan Date: Fri, 30 Jan 2009 10:24:07 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports GIDs UIDs UPDATING ports/www/httptunnel Makefile pkg-deinstall pkg-install pkg-plist ports/www/httptunnel/files htc.in hts.in httptunnel.sh X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2009 10:24:07 -0000 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 (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)