." Text automatically generated by txt2man-1.4.7 .TH oldfiles 1 "April 23, 2006" "" "" .SH NAME \fBoldfiles \fP- display old packages and sources \fB .SH SYNOPSIS .nf .fam C \fBoldfiles\fP [\fB-p\fP|\fB-s\fP] .fam T .fi .SH DESCRIPTION Oldfiles is a script to list outdated packages and sources on a CRUX system with central binary and sources directories. The variables PKGMK_SOURCE_DIR and PKGMK_PACKAGE_DIR have to be enabled into /etc/pkgmk.conf. See \fBpkgmk\fP(8) for details. .PP \fBprt-get\fP(8) is used to build the port list. .SH OPTIONS .TP .B \fB-p\fP list only outdated packages .TP .B \fB-s\fP list only outdated sources Note that the \fB-p\fP and \fB-s\fP options are mutually exclusive: pass no options to list both packages and sources. .SH EXAMPLES .TP .B \fBoldfiles\fP \fB-p\fP will list all outdated packages. .TP .B \fBoldfiles\fP | xargs rm will remove all outdated packages and sources. .SH CONFIGURATION \fBoldfiles\fP looks for the file /etc/oldfiles.conf (if present) that contains a list of files that should be kept. The format is a simple list of filenames (full path required), ie: .PP .nf .fam C /usr/sources/someport-1.3.tar.gz /usr/packages/someport#1.3.pkg.tar.gz /usr/packages/index.html .fam T .fi .SH AUTHORS Simone Rota .PP Mark Rosenstand .SH SEE ALSO \fBpkgmk\fP(8), \fBprt-get\fP(8)