Fixed Bug: * Fix Lenz GA address handling (bug introduced in version 2.0.11). * Fix usage of XEvtLok in IB module. * Fix baud rate negotiation in IB module. * Reject INIT GL if device is locked New Features * Support for up to 28 GL functions in Lenz module. * Add missing TERM GA function. * Send info message for SET SM, INIT SM, TERM SM o Provide 28 speed steps for DCC in dll module. * Read initial power state from IB on startup. * Provide functions F17 - F28 in IB module (OpenDCC) * IB module: Show firmware versions in readable manner. General Changes * Improve conectivity to usb2serial adapters for Loconet module. * Support for OpenBSD.
30 lines
754 B
Plaintext
30 lines
754 B
Plaintext
$OpenBSD: patch-man_srcpd_conf_5,v 1.2 2014/11/16 11:39:44 sebastia Exp $
|
|
--- man/srcpd.conf.5.orig Sun Oct 28 18:46:50 2012
|
|
+++ man/srcpd.conf.5 Sat Oct 25 12:53:48 2014
|
|
@@ -39,8 +39,8 @@ default settings and an example bus configuration.
|
|
<server>
|
|
<tcp-port>4303</tcp-port>
|
|
<pid-file>/var/run/srcpd.pid</pid-file>
|
|
- <username>nobody</username>
|
|
- <groupname>nogroup</groupname>
|
|
+ <username>_srcpd</username>
|
|
+ <groupname>_srcpd</groupname>
|
|
</server>
|
|
<verbosity>5</verbosity>
|
|
</bus>
|
|
@@ -204,12 +204,12 @@ is
|
|
.TP
|
|
username
|
|
srcpd runs under this user. Default is
|
|
-.IR nobody .
|
|
+.IR _srcpd .
|
|
.\"
|
|
.TP
|
|
groupname
|
|
srcpd runs under this group. Default is
|
|
-.IR nogroup .
|
|
+.IR _srcpd .
|
|
.\"
|
|
.\"
|
|
.SS ddl
|