On Thu, 2009-12-10 at 08:18 -0800, Joe Bill wrote: > 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' >
On Fedora/RHEL/CentOS etc there really is an RPM called "chkconfig", and if you "Requires: <package>", dependency resolution will pull in the correct package for you. SuSE seem to call the package "aaa_base" which makes no sense at all to me. Does SuSE (or the others) pull in the correct package if you require specific files instead of package names? Mark. -- Mark Watts BSc RHCE MBCS Senior Systems Engineer, Managed Services Manpower www.QinetiQ.com QinetiQ - Delivering customer-focused solutions GPG Key: http://www.linux-corner.info/mwatts.gpg
signature.asc
Description: This is a digitally signed message part
_______________________________________________ drbd-user mailing list [email protected] http://lists.linbit.com/mailman/listinfo/drbd-user
