変数名の命名規則

○ 標準パターン (例 log.cf lock.cf)

use_変数		=	yes/no

# ディレクトリなら最後に _dir がつくことが望ましい
変数_dir		=	文字列

# ファイルなら最後に _file がつくことが望ましい
変数_file		=	文字列

変数_type		=	文字列

変数_format		=	文字列

変数_format_type	=	文字列

変数_limit		=	文字列(数字だけど文字列扱い)

変数_upper_limit	=	文字列(数字だけど文字列扱い)

変数_lower_limit	=	文字列(数字だけど文字列扱い)



○ パターン2 (例 acl.cf )

変数_restrictions	=	reject_属性 
				permit_なんとか

属性 			=	パターン1
				パターン2
				…


○ パターン3 (さらにプログラム名がつく場合)

プログラム_変数_属性