Limo has asked for the wisdom of the Perl Monks concerning the following question:
system {
host steve-1;
domain-search myhost.com myhost.net;
time/zone Here/There;
auth-order my password;
root-auth {
# enc-pwd "NOWAY"; #YOU CANT HAVE THIS
}
server {
1.2.3.4;
5.6.7.8;
}
system host steve-1;
system domain-search myhost.com myhost.net;
system time/zone Here/There;
system auth-order my password;
.......blah, blah,blah
while (<>); {
if (/^system/) {
@prepend = "system";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Follow up to:
by merlyn (Sage) on Aug 24, 2000 at 23:59 UTC |