File: README.filtering

package info (click to toggle)
snoopy 1.8.0-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 284 kB
  • ctags: 12
  • sloc: ansic: 158; sh: 125; makefile: 58
file content (46 lines) | stat: -rw-r--r-- 1,200 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
--------------------------------------------------------------------------------
    Snoopy filtering support

    - since version 1.8.0
--------------------------------------------------------------------------------



D E S C R I P T I O N

  Snoopy supports basic prefix filtering and external filtering.  These  options
  can be enabled on command line and further customized  by  modifying  external
  filter script.



W A R N I N G
W A R N I N G
W A R N I N G

  EXTERNAL FILTER MUST RESIDE IN THE EXCLUDE PREFIX PATH. IT MUST  NOT  USE  ANY
  PROGRAMS THAT RESIDE  OUTSITE  THE  EXCLUDE  PREFIX  PATH.  DISREGARDING  THIS
  WARNING WILL CAUSE INFINITE LOOPS ON YOUR SYSTEM AND RENDER IT UNUSABLE.  YOUR
  SYSTEM WILL CRASH.

  There, you have been warned.



H O W   T O   E N A B L E

    # Enable it with configure option:
    ./configure --enable-external-filter

    # Then proceed with normal build. When installing, sample filter
    # script is installed for you to start with. To get its location,
    # read the output from 'make install'.
    make
    make install



F I L T E R   S C R I P T

  Please refer to the filter script for additional information about
  customization.