From fc8de2a8f48485ad8b035a4e76098c4a7dbadb05 Mon Sep 17 00:00:00 2001 From: merakor Date: Fri, 12 Mar 2021 13:58:36 +0000 Subject: docs: update FossilOrigin-Name: 143ea57c3d8309faf15399199d0e2930f07371a34c08ff16e9a9f5fbb0be6a23 --- contrib/cpt-orphans | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'contrib/cpt-orphans') diff --git a/contrib/cpt-orphans b/contrib/cpt-orphans index bf22305..728f511 100755 --- a/contrib/cpt-orphans +++ b/contrib/cpt-orphans @@ -1,5 +1,15 @@ #!/bin/sh -e -# Print orphaned packages. +# Print orphaned packages + +## SYNOPSIS: +## .Nm +## DESCRIPTION: +## .Nm +## prints a list of all packages that are not required by other packages. It +## also reads the file +## .Pa /etc/cpt-base +## to determine base packages, and will keep those packages out of this printed +## list. trap 'rm -f $CPT_TMPDIR/packages-$$' EXIT -- cgit v1.2.3