1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Add new port: sysutils/rclean.

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.

PR:	ports/37593
Submitted by:	Lapo Luchini <lapo@lapo.it>
This commit is contained in:
SADA Kenji 2002-05-14 03:15:50 +00:00
parent db3c1ea872
commit b7dbf0aa3d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59054
6 changed files with 36 additions and 0 deletions

View File

@ -146,6 +146,7 @@
SUBDIR += pwgen
SUBDIR += pyfind
SUBDIR += qtpkg
SUBDIR += rclean
SUBDIR += rdate
SUBDIR += readlink
SUBDIR += rmonitor

23
sysutils/rclean/Makefile Normal file
View File

@ -0,0 +1,23 @@
# New ports collection makefile for: rcorder
# Date created: Sat Apr 27 17:49:09 CET 2002
# Whom: Lapo Luchini <lapo@lapo.it>
#
# $FreeBSD$
#
PORTNAME= rclean
PORTVERSION= 1.11
CATEGORIES= sysutils
MASTER_SITES= http://www.lapo.it/rclean/
MAINTAINER= lapo@lapo.it
USE_BZIP2= yes
do-build:
@(cd ${WRKSRC}; ${CC} -o ${PORTNAME} ${PORTNAME}.c)
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.include <bsd.port.mk>

1
sysutils/rclean/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (rclean-1.11.tar.bz2) = 5e887af2299154afa622d37acad7091b

View File

@ -0,0 +1 @@
Command-line rc.conf ordering and cleaning tool

View File

@ -0,0 +1,9 @@
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".
WWW: http://www.lapo.it/rclean/
- Lapo Luchini
lapo@lapo.it

View File

@ -0,0 +1 @@
bin/rclean