Travis H. wrote:
This is getting freaking ridiculous.
I answered the same question long ago.
Note the nested braces in the last line - that is your problem.
How many times does this guy need to be told?
I told him _exactly_the_same_thing_.
Beno, welcome to /dev/null.
Some people are just
This is getting freaking ridiculous.
I answered the same question long ago.
Note the nested braces in the last line - that is your problem.
How many times does this guy need to be told?
I told him _exactly_the_same_thing_.
Beno, welcome to /dev/null.
Some people are just too dense to be he
Michal Mertl wrote:
beno wrote:
Michal Mertl wrote:
Note that no quoting is necessary here and the parser doesn't care much
about whitespace. If you run pfctl with "-v" you shall see the macro
expansion which should help in understanding the parser and finding out
errors.
That
> set fingerprints /etc/pf.os
> pfctl: /etc/pf.os : No such file or directory
I wonder if the parser sees the second space and assumes that is part of
the filename. I didn't test, but try removing the extra space before the
pathname.
> /etc/pf.conf:24: syntax error
> Here's that line, which t
beno wrote:
> Michal Mertl wrote:
> > Note that no quoting is necessary here and the parser doesn't care much
> > about whitespace. If you run pfctl with "-v" you shall see the macro
> > expansion which should help in understanding the parser and finding out
> > errors.
> >
> That does help! Tha
Michal Mertl wrote:
Note that no quoting is necessary here and the parser doesn't care much
about whitespace. If you run pfctl with "-v" you shall see the macro
expansion which should help in understanding the parser and finding out
errors.
That does help! Thanks! Now, throwing that flag with
Jon Simola wrote:
> On 8/22/06, beno <[EMAIL PROTECTED]> wrote:
> > This is accepted by the pfclt compiler just fine:
> >
> > http_ports="80 8080 7080"
> > ssh_ports="22"
> > ftp_ports="21 8021 7021"
> > smtp_ports="25"
> > pop3_ports="110"
> > https_ports="443"
> > imap_ssl_ports="993 143"
> > squ
Jon Simola wrote:
On 8/22/06, beno <[EMAIL PROTECTED]> wrote:
This is accepted by the pfclt compiler just fine:
http_ports="80 8080 7080"
ssh_ports="22"
ftp_ports="21 8021 7021"
smtp_ports="25"
pop3_ports="110"
https_ports="443"
imap_ssl_ports="993 143"
squid_ports="3128"
mysql_ports="3306"
ema
On 8/22/06, beno <[EMAIL PROTECTED]> wrote:
This is accepted by the pfclt compiler just fine:
http_ports="80 8080 7080"
ssh_ports="22"
ftp_ports="21 8021 7021"
smtp_ports="25"
pop3_ports="110"
https_ports="443"
imap_ssl_ports="993 143"
squid_ports="3128"
mysql_ports="3306"
email_ports='"{' $smtp
Remko Lodder wrote:
beno wrote:
This is accepted by the pfclt compiler just fine:
http_ports="80 8080 7080"
ssh_ports="22"
ftp_ports="21 8021 7021"
smtp_ports="25"
pop3_ports="110"
https_ports="443"
imap_ssl_ports="993 143"
squid_ports="3128"
mysql_ports="3306"
email_ports='"{' $smtp_ports $pop
beno wrote:
This is accepted by the pfclt compiler just fine:
http_ports="80 8080 7080"
ssh_ports="22"
ftp_ports="21 8021 7021"
smtp_ports="25"
pop3_ports="110"
https_ports="443"
imap_ssl_ports="993 143"
squid_ports="3128"
mysql_ports="3306"
email_ports='"{' $smtp_ports $pop3_ports '}"'
all_http
This is accepted by the pfclt compiler just fine:
http_ports="80 8080 7080"
ssh_ports="22"
ftp_ports="21 8021 7021"
smtp_ports="25"
pop3_ports="110"
https_ports="443"
imap_ssl_ports="993 143"
squid_ports="3128"
mysql_ports="3306"
email_ports='"{' $smtp_ports $pop3_ports '}"'
all_http_ports='"{' $
12 matches
Mail list logo