[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Ltib] [LTIB] Modifying rc.local
From: |
Peter Barada |
Subject: |
Re: [Ltib] [LTIB] Modifying rc.local |
Date: |
Mon, 02 Apr 2012 13:59:11 -0400 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.27) Gecko/20120216 Lightning/1.0b2 Thunderbird/3.1.19 |
> 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
address@hidden
- Re: [Ltib] [LTIB] Modifying rc.local,
Peter Barada <=