Can also modify the following in 'drbd.spec.in', otherwise yast appears to look 
for packages by the name of chkconfig, instead of a single file...

In 'drbd.spec.in', replace ...

Requires(post): chkconfig
Requires(preun): chkconfig

with ...

Requires(post): /sbin/chkconfig
Requires(preun): /sbin/chkconfig

and ...

'chkconfig --add drbd'

with 

'/sbin/chkconfig --add drbd'




      
_______________________________________________
drbd-user mailing list
[email protected]
http://lists.linbit.com/mailman/listinfo/drbd-user

Reply via email to