Date: Wed, 15 Dec 1999 00:34:26 -0500 (EST) From: John Baldwin <jhb@FreeBSD.org> To: m <kamidesu@hotpop.com> Cc: freebsd-questions@FreeBSD.org Subject: RE: Manual for the rc files? Message-ID: <199912150534.AAA77618@server.baldwin.cx> In-Reply-To: <19991215034153.866FB639EE@zagnut.hotpop.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On 15-Dec-99 m wrote:
>
> Merry Xmas.
>
> Where is the manual or the guide to learn this "script" language? -f,
> $, x$1, etc. Thanks. Bye.
>
> if [ -f /etc/defaults/rc.conf ]; then
> if [ "x$1" != "x" ]; then
> if [ "x$firewall_quiet" = "xYES" ]; then
> $fwcmd add divert natd all from any to any via ${natd_interface}
They are just 'sh' scripts, so 'man sh' is one place you can look. Any book on
Bourne shell scripting would be applicable as well.
--
John Baldwin <jhb@FreeBSD.org> -- http://www.FreeBSD.org/~jhb/
PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc
"Power Users Use the Power to Serve!" - http://www.FreeBSD.org/
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912150534.AAA77618>
