ports/163679: [NEW PORT] sysutils/sysrc: Utility to get or set rc.conf(5) values

Devin Teske devin.teske at fisglobal.com
Sat Dec 31 03:00:34 UTC 2011


The following reply was made to PR ports/163679; it has been noted by GNATS.

From: Devin Teske <devin.teske at fisglobal.com>
To: <bug-followup at FreeBSD.org>, <dteske at vicor.com>
Cc: Marco Steinbach <coco at executive-computing.de>,
        Stefan Esser
	<se at FreeBSD.org>
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 <coco at executive-computing.de> 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 <dteske at vicor.com>
 X#
 X# $FreeBSD$
 X#
 X
 XPORTNAME=	sysrc
 XPORTVERSION=	3.2.1
 XCATEGORIES=	sysutils
 XMASTER_SITES=	http://druidbsd.sourceforge.net/download/
 X
 XMAINTAINER=	dteske at 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 <bsd.port.mk>
 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--



More information about the freebsd-ports-bugs mailing list