summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorespie <espie@openbsd.org>2007-04-23 11:13:07 +0000
committerespie <espie@openbsd.org>2007-04-23 11:13:07 +0000
commitd3c1c25c0be43f5eef43f9dc761d18dee69b30ad (patch)
treeb8686764709d2e8d01328fdb6806f268294b9f28
parentRemove 'cg_space' from 'struct cg'. Due to the alignment on 64-bit (diff)
downloadwireguard-openbsd-d3c1c25c0be43f5eef43f9dc761d18dee69b30ad.tar.xz
wireguard-openbsd-d3c1c25c0be43f5eef43f9dc761d18dee69b30ad.zip
Document
@comment no checksum as noticed by Martynas.
-rw-r--r--usr.sbin/pkg_add/pkg_create.19
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1
index b9a2ec336dc..61122d2b67f 100644
--- a/usr.sbin/pkg_add/pkg_create.1
+++ b/usr.sbin/pkg_add/pkg_create.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pkg_create.1,v 1.32 2007/04/15 10:17:29 espie Exp $
+.\" $OpenBSD: pkg_create.1,v 1.33 2007/04/23 11:13:07 espie Exp $
.\"
.\" Documentation and design originally from FreeBSD. All the code has
.\" been rewritten since. We keep the documentation's notice:
@@ -251,6 +251,13 @@ Can also be used to comment out elements that update-plist
.Pq see Xr bsd.port.mk 5
will insist in inserting in a packing-list.
.Pp
+The special comment
+.Li Cm @comment Ar "no checksum"
+can be used to tag the next file as special: even though its characteristics
+will be recorded in the package, it can be altered after installation, and
+.Xr pkg_delete 1
+will still delete it.
+.Pp
.It Cm @conflict Ar pkgspec
Declare a conflict with packages matching
.Ar pkgspec