Index: branches/releng-9.0/nanobsd/files/etc/newsyslog.conf
===================================================================
--- branches/releng-9.0/nanobsd/files/etc/newsyslog.conf	(revision 10432)
+++ branches/releng-9.0/nanobsd/files/etc/newsyslog.conf	(revision 10437)
@@ -45,2 +45,3 @@
 /var/log/thttpd.log                     644  3     100  *     J
 /var/log/pen_wrapper.log                644  3     100  *     J
+/var/log/openvpn.log	                644  3     100  *     J
Index: branches/releng-9.0/nanobsd/files/etc/rc.conf
===================================================================
--- branches/releng-9.0/nanobsd/files/etc/rc.conf	(revision 10432)
+++ branches/releng-9.0/nanobsd/files/etc/rc.conf	(revision 10437)
@@ -55,4 +55,5 @@
 openvpn_enable="NO"
 openvpn_if="tap"
+openvpn_configfile="/usr/local/etc/openvpn/client.conf"
 
 # Enable the firewall by default
Index: branches/releng-9.0/nanobsd/files/etc/syslog.conf
===================================================================
--- branches/releng-9.0/nanobsd/files/etc/syslog.conf	(revision 10432)
+++ branches/releng-9.0/nanobsd/files/etc/syslog.conf	(revision 10437)
@@ -33,2 +33,4 @@
 !thttpd
 *.*						/var/log/thttpd.log
+!openvpn
+*.*						/var/log/openvpn.log
