From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 31 03:00:34 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B761106566B for ; Sat, 31 Dec 2011 03:00:34 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 28A628FC14 for ; Sat, 31 Dec 2011 03:00:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBV30XFe072162 for ; Sat, 31 Dec 2011 03:00:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBV30Xri072160; Sat, 31 Dec 2011 03:00:33 GMT (envelope-from gnats) Date: Sat, 31 Dec 2011 03:00:33 GMT Message-Id: <201112310300.pBV30Xri072160@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Devin Teske Cc: Subject: Re: ports/163679: [NEW PORT] sysutils/sysrc: Utility to get or set rc.conf(5) values X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Devin Teske List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 31 Dec 2011 03:00:34 -0000 The following reply was made to PR ports/163679; it has been noted by GNATS. From: Devin Teske To: , Cc: Marco Steinbach , Stefan Esser Subject: Re: ports/163679: [NEW PORT] sysutils/sysrc: Utility to get or set rc.conf(5) values Date: Fri, 30 Dec 2011 18:50:08 -0800 --Apple-Mail-2--899741983 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="us-ascii" Marco Steinbach found a bug in 9.0-CURRENT. The bug has been fixed in version 3.2.1 of sysrc. A new shar is attached, updating the port Makefile as necessary. Marco also found a portion of the man-page to be confusing and adds a cront= ab(5) example to the man-page. Stefan Esser also pointed out some issues in the man-page that were address= ed in this new revision. Thanks again for reviewing! --=20 Devin _____________ The information contained in this message is proprietary and/or confidentia= l. If you are not the intended recipient, please: (i) delete the message an= d all copies; (ii) do not disclose, distribute or use the message in any ma= nner; and (iii) notify the sender immediately. In addition, please be aware= that any message addressed to our domain is subject to archiving and revie= w by persons other than the intended recipient. Thank you. --Apple-Mail-2--899741983 Content-Disposition: attachment; filename="sysrc.shar" Content-Type: application/octet-stream; name="sysrc.shar" Content-Transfer-Encoding: 7bit # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # sysrc # sysrc/Makefile # sysrc/distinfo # sysrc/pkg-descr # echo c - sysrc mkdir -p sysrc > /dev/null 2>&1 echo x - sysrc/Makefile sed 's/^X//' >sysrc/Makefile << 'a9f17ccaa2f1f1e163da334e1a54e608' X# New ports collection makefile for: sysrc X# Date created: 28 December 2011 X# Whom: Devin Teske X# X# $FreeBSD$ X# X XPORTNAME= sysrc XPORTVERSION= 3.2.1 XCATEGORIES= sysutils XMASTER_SITES= http://druidbsd.sourceforge.net/download/ X XMAINTAINER= dteske@vicor.com XCOMMENT= Utility to get or set rc.conf(5) values X XNO_BUILD= yes X XPLIST_FILES= sbin/${PORTNAME} XMAN8= ${PORTNAME}.8 X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/ X ${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MANPREFIX}/man/man8/ X X.include a9f17ccaa2f1f1e163da334e1a54e608 echo x - sysrc/distinfo sed 's/^X//' >sysrc/distinfo << 'aac06a6f58bdae28f4fd75cf48d7bb8c' XSHA256 (sysrc-3.2.1.tar.gz) = bd512f4c21d6f3d8394787d97d90217f32a48f09d166de70f04d450b1c075073 XSIZE (sysrc-3.2.1.tar.gz) = 11852 aac06a6f58bdae28f4fd75cf48d7bb8c echo x - sysrc/pkg-descr sed 's/^X//' >sysrc/pkg-descr << '77c1c3577dad93d6a4a2d821a0245036' XSysrc is a robust utility for managing rc.conf(5) from the command-line without Xa text-editor. Feature-highlights include (but are not limited to): X - Environment variable taint prevention X - Shell taint checking (aka boot-regression prevention) X - File-access race-condition prevention X - File-structure sensitivity/preservation X - Intelligent syntax handling X - Execution performance optimizations X - Detailed safety measures X - Support for jails (both legacy and current) X XWWW: http://druidbsd.sourceforge.net/ 77c1c3577dad93d6a4a2d821a0245036 exit --Apple-Mail-2--899741983--