summaryrefslogtreecommitdiff
path: root/oldfiles.1
blob: d096732323ae35f0ac458473c026a9e3ddbc4280 (plain)
    1 ." Text automatically generated by txt2man-1.4.7
    2 .TH oldfiles 1 "April 23, 2006" "" ""
    3 .SH NAME
    4 \fBoldfiles \fP- display old packages and sources
    5 \fB
    6 .SH SYNOPSIS
    7 .nf
    8 .fam C
    9 \fBoldfiles\fP [\fB-p\fP|\fB-s\fP]
   10 .fam T
   11 .fi
   12 .SH DESCRIPTION
   13 Oldfiles is a script to list outdated packages and sources on a CRUX system with central binary and sources
   14 directories. The variables PKGMK_SOURCE_DIR and PKGMK_PACKAGE_DIR have to be enabled into /etc/pkgmk.conf. See
   15 \fBpkgmk\fP(8) for details.
   16 .PP
   17 \fBprt-get\fP(8) is used to build the port list.
   18 .SH OPTIONS
   19 .TP
   20 .B
   21 \fB-p\fP
   22 list only outdated packages
   23 .TP
   24 .B
   25 \fB-s\fP
   26 list only outdated sources
   27 Note that the \fB-p\fP and \fB-s\fP options are mutually exclusive: pass no options to list both packages and sources.
   28 .SH EXAMPLES
   29 .TP
   30 .B
   31 \fBoldfiles\fP \fB-p\fP
   32 will list all outdated packages.
   33 .TP
   34 .B
   35 \fBoldfiles\fP | xargs rm
   36 will remove all outdated packages and sources.
   37 .SH CONFIGURATION
   38 \fBoldfiles\fP looks for the file /etc/oldfiles.conf (if present) that contains
   39 a list of files that should be kept. The format is a simple list of filenames
   40 (full path required), ie:
   41 .PP
   42 .nf
   43 .fam C
   44     /usr/sources/someport-1.3.tar.gz
   45     /usr/packages/someport#1.3.pkg.tar.gz
   46     /usr/packages/index.html
   47 
   48 .fam T
   49 .fi
   50 .SH AUTHORS
   51 Simone Rota <sip@varlock.com>
   52 .PP
   53 Mark Rosenstand <mark@borkware.net>
   54 .SH SEE ALSO
   55 \fBpkgmk\fP(8), \fBprt-get\fP(8)

Generated by cgit