From 03518b7210b21697301ca09755b4e98f77a4046a Mon Sep 17 00:00:00 2001 From: Denis Peplin Date: Wed, 12 Jan 2005 13:04:22 +0000 Subject: [PATCH] Move utility_enable example to appropriate section --- en_US.ISO8859-1/books/handbook/config/chapter.sgml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/config/chapter.sgml b/en_US.ISO8859-1/books/handbook/config/chapter.sgml index c921893589..b70f41fe8a 100644 --- a/en_US.ISO8859-1/books/handbook/config/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/config/chapter.sgml @@ -399,11 +399,7 @@ exit 0 This script provides for a stop and start option for the application hereto referred simply as - utility. This application - could then have the following line placed in - /etc/rc.conf: - - utility_enable="YES" + utility. Could be started manually with: @@ -466,6 +462,11 @@ run_rc_command "$1" for setting and tracking the PID, or process ID file. + This application could then have the following line placed + in /etc/rc.conf: + + utility_enable="YES" + This new method also allows for easier manipulation of the command line arguments, inclusion of the default functions provided in /etc/rc.subr, compatibility