diff options
author | 2008-10-28 18:10:04 +0000 | |
---|---|---|
committer | 2008-10-28 18:10:04 +0000 | |
commit | 4d41a264d33f29ad61313cfb2281a7cce4bf3d49 (patch) | |
tree | 42c673d0b83256ed3b9bd7303b2c535a80c5d71f | |
parent | mention the new pflow(4) features: bpf support and multiple interfaces (diff) | |
download | wireguard-openbsd-4d41a264d33f29ad61313cfb2281a7cce4bf3d49.tar.xz wireguard-openbsd-4d41a264d33f29ad61313cfb2281a7cce4bf3d49.zip |
NewUser and NewGroup are subclasses of NewAuth
-rw-r--r-- | usr.sbin/pkg_add/pod/OpenBSD::PackingElement.pod | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.sbin/pkg_add/pod/OpenBSD::PackingElement.pod b/usr.sbin/pkg_add/pod/OpenBSD::PackingElement.pod index ab17d573935..5ae7be6921f 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.7 2007/05/31 11:05:41 espie Exp $ +$OpenBSD: OpenBSD::PackingElement.pod,v 1.8 2008/10/28 18:10:04 espie Exp $ =head1 NAME @@ -336,6 +336,10 @@ stuff that performs some action during addition/removal of package. =over 4 +=item ::NewAuth + +=over 4 + =item ::NewUser user that needs to be created for the package to work. @@ -344,6 +348,8 @@ user that needs to be created for the package to work. group that needs to be created for the package to work. +=back + =item ::Sysctl C<sysctl(8)> property needed for the package to work. |