From: Alexander Marx Date: Tue, 7 Apr 2015 13:22:46 +0000 (+0200) Subject: BUG10790: create dummy ovpnserver.log in /var/run X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2FBUG10790;p=people%2Famarx%2Fipfire-2.x.git BUG10790: create dummy ovpnserver.log in /var/run --- diff --git a/src/initscripts/sysconfig/createfiles b/src/initscripts/sysconfig/createfiles index 8d1f89dc6..a7b721f1c 100644 --- a/src/initscripts/sysconfig/createfiles +++ b/src/initscripts/sysconfig/createfiles @@ -24,5 +24,6 @@ # pipe creates a pipe, this will ignore the and fields # and are the major and minor numbers used for the device. ######################################################################## - +/var/run/ovpnserver.log file 644 nobody nobody +/var/run/openvpn dir 644 nobody nobody # End /etc/sysconfig/createfiles