File: drop

package info (click to toggle)
satan 1.1.1-18
  • links: PTS
  • area: non-free
  • in suites: potato, woody
  • size: 1,440 kB
  • ctags: 1,425
  • sloc: ansic: 6,183; perl: 4,867; makefile: 328; sh: 221
file content (13 lines) | stat: -rw-r--r-- 417 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
# 
# Rules that determine what facts should be ignored. Each rule is applied once
# for each 'a' SATAN fact. A rule is a PERL condition that has full access to
# the $target..$text globals and to all functions.
#
# Empty lines and text after a "#" character are ignored. Long lines may
# be broken with backslash-newline.
# 

#
# Don't complain about /cdrom being exported to the world.
#
$text =~ /exports \/cdrom/i