." Text automatically generated by txt2man-1.4.7 .TH prtreverse "May 01, 2003" "" "" .SH NAME \fBprtreverse \fP- create a CRUX package from files already installed on the system .SH SYNOPSIS .nf .fam C \fBprtreverse\fP [-r] [-k] [-o] [-p] .fam T .fi .SH DESCRIPTION \fBprtreverse\fP will build a CRUX package without recompilation, providing the package in question is already installed on the machine. The script will read the file list from .footprint file and create a package from corresponding files located on the hard disk. The created package will be saved in the port directory. .PP If a file listed in .footprint is not found, the execution stops with an error. .PP Owner/group and permissions are automatically adjusted to respect the list contained in .footprint. See OPTIONS if you need to change this behaviour. .PP If the corresponding package already exists, the script will not overwrite the file. .SH OPTIONS .TP .B -r Uses files from /var/lib/pkg/rejected, when available. .TP .B -k Keep working directory /reverse. .TP .B -o Do NOT adjust owner/group. .TP .B -p Do NOT adjust permissions. .TP .B -f Force creation of the package (overwrite existing package). .SH EXAMPLES \fBprtreverse\fP -r /usr/ports/base/sendmail .PP Will build the sendmail package, using rejected files. .SH SEE ALSO \fBpkgmk\fP(8) .SH AUTHOR Simone Rota .SS .SS