~ubuntu-branches/ubuntu/feisty/rkhunter/feisty

« back to all changes in this revision

Viewing changes to debian/patches/05_custom_conffile.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Julien Valroff
  • Date: 2006-10-22 09:58:10 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20061022095810-av7dpiazai5sjwdb
Tags: 1.2.9-2
* Added patch to ship the package with only updated mirrors
* Added patch to fix output when dash is linked to dash (Closes: #330930)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 
7
7
@DPATCH@
8
8
diff -urNad rkhunter~/files/rkhunter.conf rkhunter/files/rkhunter.conf
9
 
--- rkhunter~/files/rkhunter.conf       2006-04-06 19:36:20.000000000 +0200
10
 
+++ rkhunter/files/rkhunter.conf        2006-04-06 21:14:09.000000000 +0200
 
9
--- rkhunter~/files/rkhunter.conf       2006-09-30 10:47:58.000000000 +0200
 
10
+++ rkhunter/files/rkhunter.conf        2006-09-30 12:37:15.000000000 +0200
11
11
@@ -24,6 +24,9 @@
12
12
 # --dbdir parameter)
13
13
 #DBDIR=/usr/local/rkhunter/db
14
14
 
15
 
+# Use a custome directory for shared scripts
 
15
+# Use a custom directory for shared scripts
16
16
+SHAREDIR=/usr/share
17
17
+
18
18
 # Whitelist files (and their MD5 hash)
19
19
 # Usage: MD5WHITELIST=<binary>:<MD5 hash>
20
20
 #MD5WHITELIST=/bin/ps:9bd8bf260adc81d3a43a086fce6b430a
21
 
@@ -39,6 +42,12 @@
22
 
 #
23
 
 #ALLOWHIDDENDIR=/etc/.java
24
 
 
25
 
+# Uncomment the following 3 lines if you have installed udev
26
 
+# and do not want to get warnings about these hidden directories
27
 
+#ALLOWHIDDENDIR=/dev/.static
28
 
+#ALLOWHIDDENDIR=/dev/.udev
29
 
+#ALLOWHIDDENDIR=/dev/.udevdb
30
 
+
31
 
 # Allow hidden file
32
 
 # One file per line (use multiple ALLOWHIDDENFILE lines)
33
 
 # 
 
21
@@ -58,17 +61,16 @@
 
22
 #
 
23
 #ALLOWPROCDELFILE=/sbin/cardmgr
 
24
 #ALLOWPROCDELFILE=/usr/sbin/gpm
 
25
-#ALLOWPROCDELFILE=/usr/libexec/gconfd-2
 
26
+#ALLOWPROCDELFILE=/usr/lib/libgconf2-4/gconfd-2
 
27
 #ALLOWPROCDELFILE=/usr/sbin/mysqld
 
28
 
 
29
 # Allow process to listen on any interface
 
30
 # One process per line (use multiple ALLOWPROCLISTEN lines)
 
31
 #
 
32
 #ALLOWPROCLISTEN=/sbin/dhclient
 
33
-#ALLOWPROCLISTEN=/usr/bin/dhcpcd
 
34
+#ALLOWPROCLISTEN=/sbin/dhcpcd
 
35
 #ALLOWPROCLISTEN=/usr/sbin/pppoe
 
36
 #ALLOWPROCLISTEN=/usr/sbin/tcpdump
 
37
-#ALLOWPROCLISTEN=/usr/sbin/snort-plain
 
38
-#ALLOWPROCLISTEN=/usr/local/bin/wpa_supplicant
 
39
+#ALLOWPROCLISTEN=/sbin/wpa_supplicant
 
40
 
 
41
 # The End