Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2002 13:37:02 +0200 (CEST)
From:      Lapo Luchini <lapo@lapo.it>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/37593: New Port: sysutil/rclean
Message-ID:  <200204301137.g3UBb2R02641@home.lapo.it>

next in thread | raw e-mail | index | archive | help

>Number:         37593
>Category:       ports
>Synopsis:       New Port: sysutil/rclean
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 30 04:40:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Lapo Luchini
>Release:        FreeBSD 4.5-RELEASE i386
>Organization:
>Environment:
System: FreeBSD home.lapo.it 4.5-RELEASE FreeBSD 4.5-RELEASE #0: Mon Jan 28 14:31:56 GMT 2002 murray@builder.freebsdmall.com:/usr/src/sys/compile/GENERIC i386


	
>Description:
This PR supersedes PR 37527
(program updated to 1.11 and is now BSD-licensed)

rclean provides a command-line tool to order and clean content of
rc.conf, using option order from /etc/defaults/rc.conf and printing only
choices that were different by the default value in /etc/rc.conf.
Output is customizable from "only used values" to "full listing".
	
>How-To-Repeat:
	
>Fix:

	

--- rclean-1.11.sh begins here ---
# 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:
#
#	rclean
#	rclean/Makefile
#	rclean/pkg-descr
#	rclean/pkg-comment
#	rclean/distinfo
#	rclean/pkg-plist
#
echo c - rclean
mkdir -p rclean > /dev/null 2>&1
echo x - rclean/Makefile
sed 's/^X//' >rclean/Makefile << 'END-of-rclean/Makefile'
X# New ports collection makefile for:	rcorder
X# Date created:		Sat Apr 27 17:49:09 CET 2002
X# Whom:			Lapo Luchini <lapo@lapo.it>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	rclean
XPORTVERSION=	1.11
XCATEGORIES=	sysutils
XMASTER_SITES=	http://www.lapo.it/rclean/
X
XMAINTAINER=	lapo@lapo.it
X
XUSE_BZIP2=	yes
X
Xdo-build:
X	@(cd ${WRKSRC}; ${CC} -o ${PORTNAME} ${PORTNAME}.c)
X
Xdo-install:
X	@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
X
X.include <bsd.port.mk>
END-of-rclean/Makefile
echo x - rclean/pkg-descr
sed 's/^X//' >rclean/pkg-descr << 'END-of-rclean/pkg-descr'
Xrclean provides a command-line tool to order and clean content of 
Xrc.conf, using option order from /etc/defaults/rc.conf and printing only 
Xchoices that were different by the default value in /etc/rc.conf.
XOutput is customizable from "only used values" to "full listing".
X
XWWW: http://www.lapo.it/rclean/
X
X- Lapo Luchini
Xlapo@lapo.it
END-of-rclean/pkg-descr
echo x - rclean/pkg-comment
sed 's/^X//' >rclean/pkg-comment << 'END-of-rclean/pkg-comment'
XCommand-line rc.conf ordering and cleaning tool
END-of-rclean/pkg-comment
echo x - rclean/distinfo
sed 's/^X//' >rclean/distinfo << 'END-of-rclean/distinfo'
XMD5 (rclean-1.11.tar.bz2) = 5e887af2299154afa622d37acad7091b
END-of-rclean/distinfo
echo x - rclean/pkg-plist
sed 's/^X//' >rclean/pkg-plist << 'END-of-rclean/pkg-plist'
Xbin/rclean
END-of-rclean/pkg-plist
exit
--- rclean-1.11.sh ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:
 <synopsis of the problem (one line)>
 <[ non-critical | serious | critical ] (one line)>
 <[ sw-bug | doc-bug | change-request | update | maintainer-update ] (one line)>

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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