Revision: 2677
          http://ipcop.svn.sourceforge.net/ipcop/?rev=2677&view=rev
Author:   owes
Date:     2009-04-08 19:51:42 +0000 (Wed, 08 Apr 2009)

Log Message:
-----------
Make sure OpenVPN server status file exists with proper rights

Modified Paths:
--------------
    ipcop/trunk/config/rootfiles/common/openvpn
    ipcop/trunk/lfs/openvpn

Modified: ipcop/trunk/config/rootfiles/common/openvpn
===================================================================
--- ipcop/trunk/config/rootfiles/common/openvpn 2009-04-07 23:01:54 UTC (rev 
2676)
+++ ipcop/trunk/config/rootfiles/common/openvpn 2009-04-08 19:51:42 UTC (rev 
2677)
@@ -1,4 +1,5 @@
-## openvpn-2.0.4
+## openvpn-2.0.9
 ##
 usr/sbin/openvpn
 #usr/share/man/man8/openvpn.8
+var/log/ovpnserver.log

Modified: ipcop/trunk/lfs/openvpn
===================================================================
--- ipcop/trunk/lfs/openvpn     2009-04-07 23:01:54 UTC (rev 2676)
+++ ipcop/trunk/lfs/openvpn     2009-04-08 19:51:42 UTC (rev 2677)
@@ -94,5 +94,9 @@
 
        cd $(DIR_APP) && make install
 
+       # Create the OpenVPN server status file and make sure rights are OK
+       touch /var/log/ovpnserver.log
+       chmod 644 /var/log/ovpnserver.log
+
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to