On Thu, 2005-08-11 at 09:22 +0200, Christian Haugan Toldnes wrote: > Swup puts packages into transactions based upon requirements. Internally > in a transaction it sorts based upon PreReqs. > > What I try to say is that this is impossible to trigger the normal way > without making apache pre-require the packages you mention, which is not > a good idea.
Oh, I agree on that, don't make goofy pre-reqs just for this. Just to toss out some ideas... - would doing a --what-requires openssl, and maybe then doing a -ql looking for files in /etc/init.d do it? Or another way to think about it could be the intersection of "--what-requires openssl" and "-qf /etc/init.d/*" - what about a swup.conf option that makes the services that get restarted customizable? this would be kind of a headache to maintain. And while we're talking about swup, it would be cool if the repositories listed in the swup.conf file could be loaded from a directory, like you can do with apache config includes in /etc/httpd/conf.d and how apt works for the sources list. This way, I can make an RPM with my local swup repos, and a file wouldn't need to be edited. -- Andy Bakun <[EMAIL PROTECTED]> _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
