]> git.pld-linux.org Git - packages/discus.git/blob - discus-config.patch
- tabs in preamble
[packages/discus.git] / discus-config.patch
1 diff -Nura discus-0.2.9/discusrc discus-0.2.9.new/discusrc
2 --- discus-0.2.9/discusrc       2000-09-16 04:32:08.000000000 +0200
3 +++ discus-0.2.9.new/discusrc   2004-06-08 02:34:50.000000000 +0200
4 @@ -26,7 +26,11 @@
5  opts["places"] = 1
6  
7  ##  Filesystems to ignore.
8 -opts["skip_list"] = ["/dev/pts", "/proc"]
9 +opts["skip_list"] =    ["/dev/pts",
10 +                       "/proc",
11 +                       "/proc/bus/usb",
12 +                       "/proc/sys/fs/binfmt_misc",
13 +                       "/sys" ]
14  
15  ##  Use smart formatting of numbers.
16  opts["smart"] = 1
This page took 0.123875 seconds and 3 git commands to generate.