Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
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'