Re: [Openvpn-devel] bugfix: SuSE handling in openvpn.spec

2004-12-06 Thread Stefan Engel
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 sys

Re: [Openvpn-devel] bugfix: SuSE handling in openvpn.spec

2004-12-03 Thread James Yonan
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 systems. > >

Re: [Openvpn-devel] bugfix: SuSE handling in openvpn.spec

2004-12-03 Thread Doncho N. Gunchev
(ops... I missed openvpn-devel, sorry) On 2004 12 03 (Friday) 16:43, Stefan Engel wrote: > 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 alway

Re: [Openvpn-devel] bugfix: SuSE handling in openvpn.spec

2004-12-03 Thread Stefan Engel
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 err

Re: [Openvpn-devel] bugfix: SuSE handling in openvpn.spec

2004-12-03 Thread Doncho N. Gunchev
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 error on SuSE system

[Openvpn-devel] bugfix: SuSE handling in openvpn.spec

2004-12-03 Thread Stefan Engel
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 ---