diff options
author | Marc Espie <espie@cvs.openbsd.org> | 2001-11-07 20:57:25 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 2001-11-07 20:57:25 +0000 |
commit | ca7ba38a4463146b189427c5eacac456fe338d2e (patch) | |
tree | 99fa57d1e4e858fefe0581989aac626d4f888e58 /usr.sbin/pkg_install/create | |
parent | e73217c57587fa774aecfa86384fbd8cf3e54262 (diff) |
Say goodbye to @ignore_inst, we don't use it, and it doesn't even work in
any sane way...
Diffstat (limited to 'usr.sbin/pkg_install/create')
-rw-r--r-- | usr.sbin/pkg_install/create/pkg_create.1 | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/usr.sbin/pkg_install/create/pkg_create.1 b/usr.sbin/pkg_install/create/pkg_create.1 index ab07303ec09..d4458e5d77a 100644 --- a/usr.sbin/pkg_install/create/pkg_create.1 +++ b/usr.sbin/pkg_install/create/pkg_create.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pkg_create.1,v 1.21 2001/09/06 15:04:34 mpech Exp $ +.\" $OpenBSD: pkg_create.1,v 1.22 2001/11/07 20:57:23 espie Exp $ .\" .\" FreeBSD install - a package for the installation and maintainance .\" of non-core utilities. @@ -345,15 +345,6 @@ may trip someone up later. .It Cm @ignore Used internally to tell extraction to ignore the next file (don't copy it anywhere), as it's used for some special purpose. -.It Cm @ignore_inst -Similar to -.Cm @ignore , -but the ignoring of the next file is delayed one evaluation cycle. -This makes it possible to use this directive in the -.Ar packinglist -file, so you can pack a -specialized datafile in with a distribution for your install script (or -something) yet have the installer ignore it. .It Cm @name Ar name Set the name of the package. This is mandatory and is usually put at the top. |