summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add/pkg_create.1
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2004-10-13 18:44:10 +0000
committerMarc Espie <espie@cvs.openbsd.org>2004-10-13 18:44:10 +0000
commit1843b0af29c4edc6915d063a3365d73e7bce2965 (patch)
tree573f3b56a6f86cdb67280bac10da89ef38fb45eb /usr.sbin/pkg_add/pkg_create.1
parent79f73b643600b9cb3b1cf392b4b4d9ea232c4eea (diff)
document @sysctl
Diffstat (limited to 'usr.sbin/pkg_add/pkg_create.1')
-rw-r--r--usr.sbin/pkg_add/pkg_create.113
1 files changed, 12 insertions, 1 deletions
diff --git a/usr.sbin/pkg_add/pkg_create.1 b/usr.sbin/pkg_add/pkg_create.1
index 39d94225197..a63197a66b7 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.16 2004/10/11 10:30:33 espie Exp $
+.\" $OpenBSD: pkg_create.1,v 1.17 2004/10/13 18:44:09 espie Exp $
.\"
.\" FreeBSD install - a package for the installation and maintenance
.\" of non-core utilities.
@@ -311,6 +311,17 @@ Expansion of special
.Cm \&%
sequences is the same as for
.Cm @exec .
+.It Cm @sysctl Ar var=val
+.It Cm @sysctl Ar var>=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.
.It Cm @mode Ar mode
Set default permission for all subsequently extracted files to
.Ar mode .