On Sun, 21 Aug 2005, Michael wrote:
%setpmac biba/high echo 1 >> test # bah! test: Permission denied.
Remember that the '>>' is evaluated in the parent shell context, not the execution context set up by setpmac. Try doing "setpmac biba/high csh" and see how that changes the results when you run the complete command in that context?
Robert N M Watson _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-hackers To unsubscribe, send any mail to "[EMAIL PROTECTED]"

