From owner-cvs-all@FreeBSD.ORG Mon Jan 29 01:13:36 2007 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8E0FB16A401; Mon, 29 Jan 2007 01:13:36 +0000 (UTC) (envelope-from jdp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 805A913C48E; Mon, 29 Jan 2007 01:13:36 +0000 (UTC) (envelope-from jdp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l0T1Da5h010719; Mon, 29 Jan 2007 01:13:36 GMT (envelope-from jdp@repoman.freebsd.org) Received: (from jdp@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l0T1DasB010718; Mon, 29 Jan 2007 01:13:36 GMT (envelope-from jdp) Message-Id: <200701290113.l0T1DasB010718@repoman.freebsd.org> From: John Polstra Date: Mon, 29 Jan 2007 01:13:35 +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/net/cvsup-mirror Makefile ports/net/cvsup-mirror/files update.sh update.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jan 2007 01:13:36 -0000 jdp 2007-01-29 01:13:35 UTC FreeBSD ports repository Modified files: net/cvsup-mirror Makefile Added files: net/cvsup-mirror/files update.sh.in Removed files: net/cvsup-mirror/files update.sh Log: Fix bug: When the net/cvsup-mirror port is installed on a system with OSVERSION >= 600101, the update.sh script is unable to start PREFIX/etc/rc.d/cvsupd.sh script, as it doesn't exist. Instead the cvsupd.sh script is named cvsupd on systems with OSVERSION >= 600101. PR: ports/108483 Submitted by: Scot Hetzel Revision Changes Path 1.24 +12 -3 ports/net/cvsup-mirror/Makefile 1.19 +0 -59 ports/net/cvsup-mirror/files/update.sh (dead) 1.1 +59 -0 ports/net/cvsup-mirror/files/update.sh.in (new)