repo.or.cz
/
ferm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix previous NEWS commit, oops
[ferm.git]
/
test
/
misc
/
filename.ferm
blob
6cc57f092fabcbb48c2771764bb676e4ad749bf1
1
# test for $FILEBNAME (we should test $FILENAME and $DIRNAME here as well)
2
3
chain INPUT {
4
mod comment comment $FILEBNAME ACCEPT;
5
}