|
NAMEdistviper —
wipe outdated files from the FreeBSD ports distdir
SYNOPSIS
DESCRIPTIONThedistviper script removes outdated files within
DISTDIR of the
ports(7).
To achieve this it reads distinfo files from the
PORTSDIR and creates a list of files to keep if they
should be encountered.
ARGUMENTSThe following argument types can be given.
OPTIONSThe following options are supported:
ENVIRONMENTThe following environment variables are supported:
The variables are collected running: make -f/usr/share/mk/bsd.port.mk -VPORTSDIR -VDISTDIR EXAMPLESDelete any distfile not referenced by the current ports tree:distviper The demo mode can be used to check which files would be removed: distviper -d Avoid expensive operations, i.e. only keep files for installed ports and do not perform checksum validation: distviper fast Only keep files for installed ports, and ask for confirmation: distviper -i installed EXIT CODES
SEE ALSOports(7)HISTORYThedistviper script first appeared in the
bsdadminscripts-5.0 collection. It was rewritten for the bsda2 collection.
AUTHORSDominic Fandrey <freebsd@k4m1.org>
Visit the GSP FreeBSD Man Page Interface. |