From owner-cvs-all@FreeBSD.ORG Fri Mar 16 16:02:17 2012 Return-Path: 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 2FB4D106566B; Fri, 16 Mar 2012 16:02:17 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 011F18FC16; Fri, 16 Mar 2012 16:02:17 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q2GG2GvX027271; Fri, 16 Mar 2012 16:02:16 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q2GG2GYb027270; Fri, 16 Mar 2012 16:02:16 GMT (envelope-from jhb) Message-Id: <201203161602.q2GG2GYb027270@repoman.freebsd.org> From: John Baldwin Date: Fri, 16 Mar 2012 16:02:16 +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/sysutils/etcupdate Makefile ports/sysutils/etcupdate/src etcupdate.8 etcupdate.sh X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Mar 2012 16:02:17 -0000 jhb 2012-03-16 16:02:16 UTC FreeBSD ports repository (src,doc committer) Modified files: sysutils/etcupdate Makefile sysutils/etcupdate/src etcupdate.8 etcupdate.sh Log: - Change the default work directory to honor the destination directory if it is set. That is, it will use DESTDIR/var/db/etcupdate by default rather than always using /var/db/etcupdate as the default. - Bump to 0.4. Feature safe: yes Revision Changes Path 1.4 +1 -1 ports/sysutils/etcupdate/Makefile 1.3 +4 -3 ports/sysutils/etcupdate/src/etcupdate.8 1.4 +5 -5 ports/sysutils/etcupdate/src/etcupdate.sh