SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
21
comms/lcdproc/patches/patch-clients_lcdproc_lcdproc_conf
Normal file
21
comms/lcdproc/patches/patch-clients_lcdproc_lcdproc_conf
Normal file
|
@ -0,0 +1,21 @@
|
|||
OpenBSD path and there is no point in logging to stderr if we use daemon() to daemonise
|
||||
(stderr will get closed).
|
||||
|
||||
--- clients/lcdproc/lcdproc.conf.orig Tue May 19 07:44:46 2009
|
||||
+++ clients/lcdproc/lcdproc.conf Mon Nov 28 20:41:15 2011
|
||||
@@ -12,13 +12,13 @@ Port=13666
|
||||
ReportLevel=2
|
||||
|
||||
# report to to syslog ?
|
||||
-ReportToSyslog=false
|
||||
+ReportToSyslog=true
|
||||
|
||||
# run in foreground [default: false; legal: true, false]
|
||||
#Foreground=true
|
||||
|
||||
# PidFile location when running as daemon [default: /var/run/lcdproc.pid]
|
||||
-#PidFile=/var/run/lcdproc.pid
|
||||
+PidFile=/var/lcdproc/lcdproc.pid
|
||||
|
||||
# slow down initial announcement of modes (in 1/100s)
|
||||
#delay=2
|
Loading…
Add table
Add a link
Reference in a new issue