source:
trunk/dports/python/py25-denyhosts/files/patch-denyhosts.cfg-dist.diff
@
50395
Last change on this file since 50395 was 50395, checked in by snc@…, 11 years ago | |
---|---|
File size: 1.4 KB |
-
denyhosts.cfg-dist
old new 9 9 # argument 10 10 # 11 11 # Redhat or Fedora Core: 12 SECURE_LOG = /var/log/secure12 #SECURE_LOG = /var/log/secure 13 13 # 14 14 # Mandrake, FreeBSD or OpenBSD: 15 15 #SECURE_LOG = /var/log/auth.log … … 19 19 # 20 20 # Mac OS X (v10.4 or greater - 21 21 # also refer to: http://www.denyhosts.net/faq.html#macos 22 #SECURE_LOG = /private/var/log/asl.log22 SECURE_LOG = /private/var/log/secure.log 23 23 # 24 24 # Mac OS X (v10.3 or earlier): 25 25 #SECURE_LOG=/private/var/log/system.log … … 150 150 # Note: it is recommended that you use an absolute pathname 151 151 # for this value (eg. /home/foo/denyhosts/data) 152 152 # 153 WORK_DIR = /usr/share/denyhosts/data153 WORK_DIR = @PREFIX@/share/denyhosts/data 154 154 # 155 155 ####################################################################### 156 156 … … 192 192 # running at a time. 193 193 # 194 194 # Redhat/Fedora: 195 LOCK_FILE = /var/lock/subsys/denyhosts195 #LOCK_FILE = /var/lock/subsys/denyhosts 196 196 # 197 197 # Debian 198 #LOCK_FILE =/var/run/denyhosts.pid198 LOCK_FILE = @PREFIX@/var/run/denyhosts.pid 199 199 # 200 200 # Misc 201 201 #LOCK_FILE = /tmp/denyhosts.lock … … 432 432 # this is the logfile that DenyHosts uses to report it's status. 433 433 # To disable logging, leave blank. (default is: /var/log/denyhosts) 434 434 # 435 DAEMON_LOG = /var/log/denyhosts435 DAEMON_LOG = @PREFIX@/var/log/denyhosts 436 436 # 437 437 # disable logging: 438 438 #DAEMON_LOG =
Note: See TracBrowser
for help on using the repository browser.