]> git.pld-linux.org Git - packages/discus.git/blame - discus-config.patch
- tabs in preamble
[packages/discus.git] / discus-config.patch
CommitLineData
f6a7ae42 1diff -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.054909 seconds and 4 git commands to generate.