From 6a2cce536e5dbddd81b5935a6fb49b80454d2d51 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Tue, 4 Mar 2008 10:40:31 +0000 Subject: Document the negation of keywords. --- man/runscript.8 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'man') diff --git a/man/runscript.8 b/man/runscript.8 index 1b9488f2..cd457b5a 100644 --- a/man/runscript.8 +++ b/man/runscript.8 @@ -324,6 +324,10 @@ rc_provide="!net" rc_provide_tap1="!net" # To put in in /etc/rc.conf you would do it like this rc_net_tap1_provide="!net" + +# It's also possible to negate keywords. This is mainly useful for prefix +# users testing OpenRC. +rc_keyword="!noprefix" .Ed .Sh EXAMPLES .Pp -- cgit v1.2.3