summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2017-03-03 14:13:59 +0000
committerMarc Espie <espie@cvs.openbsd.org>2017-03-03 14:13:59 +0000
commita72ce40c32cfad74509ffe2a1215dc8dab8c76ee (patch)
tree6ba82d267aa8a3ad131760cf7ec0107a12baf994
parentccabfbe16e57581adf992e2ced5c600499e26d99 (diff)
spring cleanup, remove sysctl from doc, and finally gc some older annotations
which don't even exist in the PackingElement hierarchy anymore.
-rw-r--r--usr.sbin/pkg_add/pkg_create.116
-rw-r--r--usr.sbin/pkg_add/pod/OpenBSD::PackingElement.pod59
2 files changed, 4 insertions, 71 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1
index 55c3a942aa3..3f9bbd7ebaf 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.104 2017/02/27 21:53:11 rpe Exp $
+.\" $OpenBSD: pkg_create.1,v 1.105 2017/03/03 14:13:58 espie Exp $
.\"
.\" Documentation and design originally from FreeBSD. All the code has
.\" been rewritten since. We keep the documentation's notice:
@@ -21,7 +21,7 @@
.\" [jkh] Took John's changes back and made some additional extensions for
.\" better integration with FreeBSD's new ports collection.
.\"
-.Dd $Mdocdate: February 27 2017 $
+.Dd $Mdocdate: March 3 2017 $
.Dt PKG_CREATE 1
.Os
.Sh NAME
@@ -711,18 +711,6 @@ to handle shells.
See
.Xr shells 5 .
.Pp
-.It Cm @sysctl Ar var Ns = Ns Ar val
-.It Cm @sysctl Ar var Ns \*(Ge Ns Ar val
-During
-.Xr pkg_add 1 ,
-check that
-.Xr sysctl 8
-variable
-.Ar var
-is set to exactly/at least a given value
-.Ar val .
-Adjust it otherwise.
-.Pp
.It Cm @unexec Ar command
Execute
.Ar command
diff --git a/usr.sbin/pkg_add/pod/OpenBSD::PackingElement.pod b/usr.sbin/pkg_add/pod/OpenBSD::PackingElement.pod
index c2413719abd..d0e97eefa82 100644
--- a/usr.sbin/pkg_add/pod/OpenBSD::PackingElement.pod
+++ b/usr.sbin/pkg_add/pod/OpenBSD::PackingElement.pod
@@ -1,4 +1,4 @@
-$OpenBSD: OpenBSD::PackingElement.pod,v 1.11 2014/01/11 11:51:01 espie Exp $
+$OpenBSD: OpenBSD::PackingElement.pod,v 1.12 2017/03/03 14:13:58 espie Exp $
=head1 NAME
@@ -80,22 +80,10 @@ special files like the package description or install script.
contents file.
-=item ::FCOMMENT
-
-comment file. Deprecated.
-
=item ::FDESC
package description.
-=item ::FREQUIRE
-
-Deprecated.
-
-=item ::FMTREE_DIRS
-
-deprecated
-
=item ::DisplayFile
abstract class for special files that can be displayed.
@@ -113,27 +101,6 @@ message displayed during package uninstall.
=back
-=item ::ScriptFile
-
-abstract class for special files that can be run.
-provides method C<run($state, @args)> to run the script.
-
-=over 4
-
-=item ::FINSTALL
-
-INSTALL script.
-
-=item ::FDEINSTALL
-
-DEINSTALL script.
-
-=item ::FREQUIRE
-
-REQUIRE script.
-
-=back
-
=back
=back
@@ -157,18 +124,6 @@ all dependency information.
=over 4
-=item ::PkgDep
-
-deprecated.
-
-=item ::NewDepend
-
-deprecated.
-
-=item ::LibDepend
-
-deprecated.
-
=item ::Wantlib
shared library needed for the package.
@@ -189,12 +144,6 @@ conflict information.
=over 4
-=item ::PkgConflict
-
-deprecated.
-
-=back
-
=back
=item ::Annotation
@@ -208,7 +157,7 @@ properties to objects.
mark next object as ignored.
-=item ::md5
+=item ::sha
mark last file with a checksum.
@@ -350,10 +299,6 @@ group that needs to be created for the package to work.
=back
-=item ::Sysctl
-
-C<sysctl(8)> property needed for the package to work.
-
=item ::ExeclikeAction
escape mechanism for embedded code that needs to be run.