From 7fd6b79c846ec382dc6765bca7d89065faab75da Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Tue, 7 Apr 2015 15:22:46 +0200 Subject: [PATCH] BUG10790: create dummy ovpnserver.log in /var/run --- src/initscripts/sysconfig/createfiles | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.2