diff --git a/openvpn.README.SUSE b/openvpn.README.SUSE index 2d2cb39..86d3b66 100644 --- a/openvpn.README.SUSE +++ b/openvpn.README.SUSE @@ -2,11 +2,27 @@ Notes about the OpenVPN package In a fresh installation, you will find an empty directory /etc/openvpn. -The directory is meant to contain *.conf files -- the openvpn init script -will automatically look for them there, so you can start/stop all tunnels with -"rcopenvpn (start|stop)", as well as starting them at boot time. +The directory is meant to contain *.conf files. + +With openSUSE post-12.3 either all enabled instances are handled by +calling + + 'systemctl openvpn.target' + +or each one tunnel/config separately using openvpn service template: + + 'systemctl openvpn@.service' + +while is the name of the configuration file /etc/openvpn/.conf. + +The OPENVPN_AUTOSTART sysconfig variable, which were specifying the +list of enabled configs is migrated to systemctl enable on update. + +Alternatively, you can also use the rcopenvpn compatiblity wrapper: + + rcopenvpn + +or per config/tunnel: + + rcopenvpn -With openSUSE post-12.3 either all instances are handled by calling -'systemctl openvpn.target' or one named -service 'systemctl openvpn@.service' -while the configuration is stored in a file named /etc/openvpn/.conf . diff --git a/openvpn.changes b/openvpn.changes index 570e9d7..87db9ac 100644 --- a/openvpn.changes +++ b/openvpn.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 14 10:43:19 UTC 2014 - mt@suse.de + +- Updated README.SUSE, documented also the rcopenvpn compatibility + wrapper script (bnc#848070). + ------------------------------------------------------------------- Tue Dec 17 15:26:16 UTC 2013 - mt@suse.de diff --git a/openvpn.spec b/openvpn.spec index 89a8c29..921e653 100644 --- a/openvpn.spec +++ b/openvpn.spec @@ -1,7 +1,7 @@ # # spec file for package openvpn # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed