File: filetraq.default

package info (click to toggle)
systraq 20201231-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,172 kB
  • sloc: sh: 821; makefile: 130
file content (9 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
# configuration for filetraq.  /etc/default/filetraq should be
# a symlink to this file.

# diff options, filetraq default is diffopts="-p -C 1"
diffopts="-u"       # this is the systraq <= 20030209 behaviour
# diff order, filetraq default is difforder="newold"
difforder="oldnew"  # this is the systraq <= 20030209 behaviour