diff options
-rw-r--r-- | usr.sbin/pkg_add/pkg_create.1 | 9 |
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 |