[ Charset ISO-8859-1 unsupported, converting... ] > i would think this would be "out there" in the lists or faqs somewhere, > but i've been unable to find the answer - which leads me to wonder if > i'm even looking in the right place to begin with ... anyway, on to > the question. > > for some time now i've been prepending my ipf/ipnat rulesets with lines > such as: > #!/sbin/ipf -Fa -f > and > #!/sbin/ipnat -CF -f ..
I'm surprised it worked at all. I suspect that getopt(3c) behaviour has changed and this is why you're seeing a change in behaviour here. Darreb
