| |
---|
| | # Part Of The 'tperimeter' Package |
---|
| | # |
---|
| | # Copyright (c) 2006 TundraWare Inc., Des Plaines, IL USA |
---|
| | # All Rights Reserved |
---|
| | # $Id: rebuild-hosts.allow.sh,v 1.100 2006/04/28 23:04:53 tundra Exp $ |
---|
| | # $Id: rebuild-hosts.allow.sh,v 1.101 2006/04/29 07:54:51 tundra Exp $ |
---|
| | |
---|
| | BASE="/usr/local/etc/tperimeter" |
---|
| | EPILOGUE=${BASE}/epilogue |
---|
| | PROLOGUE=${BASE}/prologue |
---|
| | STANDARD=${BASE}/allow |
---|
| | USERREQUESTS="/www/cgi-bin/perimeter/requests" |
---|
| | USERREQUESTS="/www/cgi-bin/tperimeter/requests" |
---|
| | |
---|
| | ##### |
---|
| | # Function To Scan A Directory Structure To Build |
---|
| | # "Allow" Entries In Proper /etc/hosts.allow Format |
---|
| |
---|
| | |