I'm getting an error on boot when the pfil script fires:
/etc/rcS.d/S10pfil: expr: not found /etc/rcS.d/S10pfil: test: argument expected
Tried adding -x to the pfil script but have been unable to track down what the problem is... Something to do with the way filesystems are mounted in the single user run level?
Possibly. If you don't have /usr/bin/expr because /usr isn't mounted, that may explain things. To test, try to strip down S10pfil to only do the minimum...
echo > /dev/pfil
autopush -f ${PFILAP} 2>/dev/null 1>&2(this is assuming that you have already configured /etc/opt/pfil/iu.ap)
-Mike
