Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jul 1995 12:46:46 +0930 (CST)
From:      Michael Smith <msmith@atrad.adelaide.edu.au>
To:        jkh@time.cdrom.com (Jordan K. Hubbard)
Cc:        current@FreeBSD.org
Subject:   Re: Knobs in /etc/sysconfig
Message-ID:  <199507250316.MAA01538@genesis.atrad.adelaide.edu.au>
In-Reply-To: <2781.806636239@time.cdrom.com> from "Jordan K. Hubbard" at Jul 24, 95 06:37:19 pm

next in thread | previous in thread | raw e-mail | index | archive | help
Jordan K. Hubbard stands accused of saying:
> /etc/sysconfig:
> 
> # set to NO if you don't want CMU SNMP services
> snmp_flags="public ro"
> 
> /etc/netstart:
> 
> if [ "x$snmp_flags" != "xNO" -a -x /usr/local/libexec/snmpd ]; then
>         echo 'snmp daemon: ' /usr/local/libexec/snmpd $snmp_flags &
> fi      

(Unless I'm mistraken, the 'x' is a historic wart, and test can now handle
empty arguments...)

> Comments?

Please ensure that the default "yes" values are documented in the comments
preceeding each knob; preferably in some standard format, eg:

# default: <value>

(Yes, I'm tinkering with a sticky editor.  No, its nowhere near ready)

> 					Jordan

-- 
]] Mike Smith, Software Engineer        msmith@atrad.adelaide.edu.au    [[
]] Genesis Software                     genesis@atrad.adelaide.edu.au   [[
]] High-speed data acquisition and                                      [[
]] realtime instrument control          (ph/fax) +61-8-267-3039         [[
]] My car has "demand start" - Terry Lambert                            [[



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507250316.MAA01538>