From 1e415ce3b3795312dad53f2f43f9f151a24a20cb Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Thu, 9 Aug 2001 06:05:47 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'bind-vendor-v8_2_4_hmac_md5_patch'. --- contrib/bind/doc/html/include.html | 57 -------------------------------------- 1 file changed, 57 deletions(-) delete mode 100644 contrib/bind/doc/html/include.html (limited to 'contrib/bind/doc/html/include.html') diff --git a/contrib/bind/doc/html/include.html b/contrib/bind/doc/html/include.html deleted file mode 100644 index 421d97b58ea7..000000000000 --- a/contrib/bind/doc/html/include.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - BIND include Statement - - - -

BIND Configuration File Guide--include Statement

- -
- -

Syntax

- -
-include path_name;
-
- -
- -

Definition and Usage

- -

The include statement inserts the specified file at -the point that the include statement is encountered. It -cannot be used within another statement, though, so a line such as -

-acl internal_hosts { include "internal_hosts.acl"; };
-
-is not allowed.

- -

Use include to break the configuration up into -easily-managed chunks. For example: - -

-include "/etc/security/keys.bind";
-include "/etc/acls.bind";
-
- -

could be used at the top of a BIND configuration file in order to -include any ACL or key information.

- -

Be careful not to type -"#include", like you would in a C -program, because "#" is used to start a -comment.

- -
- -

[ BIND Config. File -| BIND Home -| ISC ]

- -
-
-Last Updated: $Id: include.html,v 1.7 1999/09/15 20:28:01 cyarnell Exp $ -
- - -- cgit v1.3