rene wrote:
> on SME5.5 its
> /etc/e-smith/templates-custom/etc/rc.d/init.d/masq/
thanks, in 5.6 appearently to..
could you help me a bit more by telling me how i should handle
the $variables (like $oidentd in 45AllowAUTH for instance).
should i just rename them to variable names i find appropriate
(say $daytime for port 13?)
would a 45AllowDaytime then look like this?
{
my $status = $daytime{status} || "disabled";
my $access = $daytime{access} || "public";
$OUT = allow_tcp_in(13,
($status eq "enabled") && ($access eq "public"));
}
btw, what is the command to expand these scripts and apply them to the current configuration without reboot?
thanks in advance...
regards,
PAT