summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/create
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2005-06-14 15:05:43 +0000
committerkrion <krion@FreeBSD.org>2005-06-14 15:05:43 +0000
commitbf5c726c0643f6abae6cdb42fe1ead8dd9815993 (patch)
tree764bad44eecfeeab4b24776c379e71db81e64c08 /usr.sbin/pkg_install/create
parent92159568b42d8e1fea5ab9bd5a033cc8468a511f (diff)
downloadFreeBSD-src-bf5c726c0643f6abae6cdb42fe1ead8dd9815993.zip
FreeBSD-src-bf5c726c0643f6abae6cdb42fe1ead8dd9815993.tar.gz
Implement @noinst field which has at the moment the same meaning and
function as @comment has. But will be valid only for files and not for md5 sums, rcsid's and comments in the future. Submitted by: flz Approved by: re@ (scottl)
Diffstat (limited to 'usr.sbin/pkg_install/create')
-rw-r--r--usr.sbin/pkg_install/create/pkg_create.110
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1
index 14bf58f..1337ee9 100644
--- a/usr.sbin/pkg_install/create/pkg_create.1
+++ b/usr.sbin/pkg_install/create/pkg_create.1
@@ -472,6 +472,16 @@ Imbed a comment in the packing list.
Useful in
trying to document some particularly hairy sequence that
may trip someone up later.
+.It Cm @noinst Ar option Ar file
+Specify that the package would have installed
+.Pa file
+if
+.Pa option
+had been specified at build time. The action of
+.Cm @noinst
+is the same that
+.Cm @comment
+(which is doing nothing, it is just additional information).
.It Cm @ignore
Used internally to tell extraction to ignore the next file (do not
copy it anywhere), as it is used for some special purpose.
OpenPOWER on IntegriCloud