Hi,
the init script for SuSE (source in suse/openvpn.init) contains a bug
regarding the location of the openvpn binary when used in an RPM.
If OpenVPN is built using rpm then the resulting binary is installed
as /usr/sbin/openvpn. The init script contains the following lines
> # Location of open
James Yonan wrote:
On Fri, 3 Dec 2004, Stefan Engel wrote:
Hi,
there is a minor bug in openvpn.spec (v2.0_beta19). In the %files
section the init script is always taken from /etc/rc.d/init.d instead
of /etc/init.d in case of a SuSE distribution. This results in an
rpm build error on SuSE
Doncho N. Gunchev wrote:
On 2004 12 03 (Friday) 16:08, Stefan Engel wrote:
Hi,
there is a minor bug in openvpn.spec (v2.0_beta19). In the %files
section the init script is always taken from /etc/rc.d/init.d instead
of /etc/init.d in case of a SuSE distribution. This results in an
rpm build
Hi,
there is a minor bug in openvpn.spec (v2.0_beta19). In the %files
section the init script is always taken from /etc/rc.d/init.d instead
of /etc/init.d in case of a SuSE distribution. This results in an
rpm build error on SuSE systems.
The appended patch should fix this.
Regards,
Stefan
---