Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 30 Dec 2011 03:00:32 GMT
From:      Devin Teske <devin.teske@fisglobal.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/163679: [NEW PORT] sysutils/sysrc: Utility to get or set rc.conf(5) values
Message-ID:  <201112300300.pBU30Wta008230@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/163679; it has been noted by GNATS.

From: Devin Teske <devin.teske@fisglobal.com>
To: <bug-followup@FreeBSD.org>, <dteske@vicor.com>
Cc: Stefan Esser <se@freebsd.org>
Subject: Re: ports/163679: [NEW PORT] sysutils/sysrc: Utility to get or set rc.conf(5) values
Date: Thu, 29 Dec 2011 18:50:26 -0800

 ------=_NextPart_000_0398_01CCC65A.BAF16400
 Content-Type: text/plain; charset="us-ascii"
 Content-Transfer-Encoding: 7bit
 
 Working with Stefan Esser, we've formed a new Makefile and a man-page. Attached
 is the new files.
 -- 
 Devin
 
 _____________
 The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you.
 
 ------=_NextPart_000_0398_01CCC65A.BAF16400
 Content-Type: application/octet-stream; name="sysrc.shar"
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: attachment; filename="sysrc.shar"
 
 # This is a shell archive.  Save it in a file, remove anything before=0A=
 # this line, and then unpack it by entering "sh file".  Note, it may=0A=
 # create directories; files and directories will be owned by you and=0A=
 # have default permissions.=0A=
 #=0A=
 # This archive contains:=0A=
 #=0A=
 #	sysrc=0A=
 #	sysrc/Makefile=0A=
 #	sysrc/distinfo=0A=
 #	sysrc/pkg-descr=0A=
 #=0A=
 echo c - sysrc=0A=
 mkdir -p sysrc > /dev/null 2>&1=0A=
 echo x - sysrc/Makefile=0A=
 sed 's/^X//' >sysrc/Makefile << 'a9f17ccaa2f1f1e163da334e1a54e608'=0A=
 X# New ports collection makefile for:	sysrc=0A=
 X# Date created:				28 December 2011=0A=
 X# Whom:					Devin Teske <dteske@vicor.com>=0A=
 X#=0A=
 X# $FreeBSD$=0A=
 X#=0A=
 X=0A=
 XPORTNAME=3D	sysrc=0A=
 XPORTVERSION=3D	3.2=0A=
 XCATEGORIES=3D	sysutils=0A=
 XMASTER_SITES=3D	http://druidbsd.sourceforge.net/download/=0A=
 X=0A=
 XMAINTAINER=3D	dteske@vicor.com=0A=
 XCOMMENT=3D	Utility to get or set rc.conf(5) values=0A=
 X=0A=
 XNO_BUILD=3D	yes=0A=
 X=0A=
 XPLIST_FILES=3D	sbin/${PORTNAME}=0A=
 XMAN8=3D		${PORTNAME}.8=0A=
 X=0A=
 Xdo-install:=0A=
 X	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/=0A=
 X	${INSTALL_MAN} ${WRKSRC}/${MAN8} ${MANPREFIX}/man/man8/${MAN8}=0A=
 X=0A=
 X.include <bsd.port.mk>=0A=
 a9f17ccaa2f1f1e163da334e1a54e608=0A=
 echo x - sysrc/distinfo=0A=
 sed 's/^X//' >sysrc/distinfo << 'aac06a6f58bdae28f4fd75cf48d7bb8c'=0A=
 XSHA256 (sysrc-3.2.tar.gz) =3D =
 0dacc1d7122cd1247c675f8a37366d4a0429f35102ccc3559abc275fc2a237e2=0A=
 XSIZE (sysrc-3.2.tar.gz) =3D 11657=0A=
 aac06a6f58bdae28f4fd75cf48d7bb8c=0A=
 echo x - sysrc/pkg-descr=0A=
 sed 's/^X//' >sysrc/pkg-descr << '77c1c3577dad93d6a4a2d821a0245036'=0A=
 XSysrc is a robust utility for managing rc.conf(5) from the command-line =
 without=0A=
 Xa text-editor. Feature-highlights include (but are not limited to):=0A=
 X  - Environment variable taint prevention=0A=
 X  - Shell taint checking (aka boot-regression prevention)=0A=
 X  - File-access race-condition prevention=0A=
 X  - File-structure sensitivity/preservation=0A=
 X  - Intelligent syntax handling=0A=
 X  - Execution performance optimizations=0A=
 X  - Detailed safety measures=0A=
 X  - Support for jails (both legacy and current)=0A=
 X=0A=
 XWWW: http://druidbsd.sourceforge.net/=0A=
 77c1c3577dad93d6a4a2d821a0245036=0A=
 exit=0A=
 =0A=
 
 ------=_NextPart_000_0398_01CCC65A.BAF16400--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201112300300.pBU30Wta008230>