From owner-cvs-ports@FreeBSD.ORG Fri May 6 20:44:50 2011 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 1C984106564A; Fri, 6 May 2011 20:44:50 +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 0C8BC8FC21; Fri, 6 May 2011 20:44:50 +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 p46KinIX049784; Fri, 6 May 2011 20:44:49 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from jhb@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p46KinwT049783; Fri, 6 May 2011 20:44:49 GMT (envelope-from jhb) Message-Id: <201105062044.p46KinwT049783@repoman.freebsd.org> From: John Baldwin Date: Fri, 6 May 2011 20:44:49 +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-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, 06 May 2011 20:44:50 -0000 jhb 2011-05-06 20:44:49 UTC FreeBSD ports repository (src,doc committer) Modified files: sysutils/etcupdate Makefile sysutils/etcupdate/src etcupdate.8 etcupdate.sh Log: - Fix a regression in the previous revision that broke exiting if the make commands used to build an /etc tree failed. - Autoupdate /etc/motd via /etc/rc.d/motd if /etc/motd is updated. - Bump to 0.3. Reported by: Jason Hellenthal jhell of dataix net (1) Requested by: brooks (2) Revision Changes Path 1.3 +1 -1 ports/sysutils/etcupdate/Makefile 1.2 +17 -3 ports/sysutils/etcupdate/src/etcupdate.8 1.3 +13 -3 ports/sysutils/etcupdate/src/etcupdate.sh