Hello community, here is the log from the commit of package openvpn for openSUSE:Factory checked in at 2014-01-14 19:52:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openvpn (Old) and /work/SRC/openSUSE:Factory/.openvpn.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openvpn" Changes: -------- --- /work/SRC/openSUSE:Factory/openvpn/openvpn.changes 2014-01-02 11:15:20.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.openvpn.new/openvpn.changes 2014-01-14 19:52:24.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Jan 14 10:43:19 UTC 2014 - [email protected] + +- Updated README.SUSE, documented also the rcopenvpn compatibility + wrapper script (bnc#848070). + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openvpn.spec ++++++ --- /var/tmp/diff_new_pack.2y1ioB/_old 2014-01-14 19:52:25.000000000 +0100 +++ /var/tmp/diff_new_pack.2y1ioB/_new 2014-01-14 19:52:25.000000000 +0100 @@ -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 ++++++ openvpn.README.SUSE ++++++ --- /var/tmp/diff_new_pack.2y1ioB/_old 2014-01-14 19:52:25.000000000 +0100 +++ /var/tmp/diff_new_pack.2y1ioB/_new 2014-01-14 19:52:25.000000000 +0100 @@ -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. - -With openSUSE post-12.3 either all instances are handled by calling -'systemctl <start|stop|enable|disbale|status> openvpn.target' or one named -service 'systemctl <start|stop|enable|disbale|status> openvpn@<name>.service' -while the configuration is stored in a file named /etc/openvpn/<name>.conf . +The directory is meant to contain *.conf files. + +With openSUSE post-12.3 either all enabled instances are handled by +calling + + 'systemctl <start|stop|status> openvpn.target' + +or each one tunnel/config separately using openvpn service template: + + 'systemctl <start|stop|status|enable|disbale> openvpn@<name>.service' + +while <name> is the name of the configuration file /etc/openvpn/<name>.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 <start|stop|status> + +or per config/tunnel: + + rcopenvpn <start|stop|status|enable|disable> <name> + -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
