File pidentd-3.1a25-config.diff of Package pidentd
--- etc/identd.conf
+++ etc/identd.conf
@@ -1,4 +1,4 @@
-# /usr/local/etc/identd.conf - an example configuration file
+# /etc/identd.conf - an example configuration file
#-- The syslog facility for error messages
@@ -18,7 +18,7 @@
# server:backlog = 256
#-- Where to write the file containing our process id
-# server:pid-file = "/etc/identd.pid"
+server:pid-file = "/var/run/identd.pid"
#-- Maximum number of concurrent requests allowed (0 = unlimited)
# server:max-requests = 0
@@ -40,7 +40,7 @@
#-- Maximum number of threads doing kernel lookups
-# kernel:threads = 8
+kernel:threads = 2
#-- Maximum number of queued kernel lookup requests
# kernel:buffers = 32
@@ -70,7 +70,7 @@
# result:encrypt = no
#-- Path to the DES key file (only available if linked with a DES library)
-# encrypt:key-file = "/usr/local/etc/identd.key"
+# encrypt:key-file = "/etc/identd.key"
#-- Include a machine local configuration file