> Hi Peter, > > Please send your patch and I'll get it included (I could add myself, but > if I use yours you won't get a conflict when you update). > > Regards, Stuart > > On 25/03/12 07:29, Peter Barada wrote: >> /opt/ltib/usr/bin/rpm --dbpath /opt/ltib/var/lib/rpm/ -qf >> /opt/ltib/usr/bin/mconf Here it is:
*** LtibFaq.~1.6.~ 2012-04-02 13:52:11.000000000 -0400 --- LtibFaq 2012-04-02 13:57:02.809265192 -0400 *************** *** 1466,1471 **** --- 1466,1478 ---- /opt/ltib/usr/bin/rpm --root `pwd`/rootfs --dbpath /var/lib/rpm/ -qf /etc/rc.d/rc.local </verbatim> + ---++ How to find out which package populates a file in host support directory + + You can find out which host package installs a file under /opt/ltib (in this case "/opt/ltib/usr/bin/mconf") by: + <verbatim> + /opt/ltib/usr/bin/rpm --dbpath /opt/ltib/var/lib/rpm/ -qf /opt/ltib/usr/bin/mconf + </verbatim> + ---+ Source code ---++ Where are the sources for the packages -- Peter Barada [email protected] _______________________________________________ LTIB home page: http://ltib.org Ltib mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/ltib
