summaryrefslogtreecommitdiff
path: root/prtorphan.1
blob: e9123b9853732dfa329d6a981a475bdfe2fd410d (plain)
    1 .\" 
    2 .\" prtorphan manual page.
    3 .\" (C) 2003 by Martin Opel <mo@obbl-net.de> 
    4 .\"
    5 .TH prtorphan 1
    6 .SH NAME
    7 prtorhpan \- list orphaned ports on your CRUX system
    8 .SH SYNOPSIS
    9 .PP
   10 .B prtorphan
   11 .SH DESCRIPTION
   12 
   13 Without any option the 
   14 \fIprtorphan\fP script lists installed ports, which are not present
   15 in the ports directories, configured in
   16 .B /etc/prtwash.conf\fP.
   17 It first scans all valid ports (a valid port is a port, where a Pkgfile
   18 exists) and then looks for every installed package, if it is available as
   19 port.
   20 
   21 .SH OPTIONS
   22 
   23 .TP
   24 .B "\-d" <directory>
   25 scans the given directory for files not part of a port. \fIprtorphan\fP scans
   26 the system packagae database for appearance of the files found in the given
   27 directory. If the file is not found in the package database, it is an
   28 orphan and printed on stdout.
   29 
   30 .SH AUTHOR
   31 
   32 \fIprtorphan\fP (c) was written by Martin Opel <mo@obbl-net.de> for CRUX Linux.

Generated by cgit