On Thursday 05 February 2004 17:47, Valmor de Almeida wrote: > This is interesting. I typically use etcat and > > bash-2.05b# etcat -b /usr/bin/etcat > Searching for /usr/bin/etcat in * ... > app-portage/gentoolkit-0.1.38 > > but > > bash-2.05b# etcat -b /usr/sbin/qpkg > Searching for /usr/sbin/qpkg in * ... > > results in nothing. > > I wasn't aware of qpkg.
[EMAIL PROTECTED] ren $ ll `which qpkg` -rwxr-x--- 1 root wheel 14576 Jan 31 11:53 /usr/bin/qpkg As you see qpkg is in /usr/bin and not /usr/sbin . Check the following two commands: [EMAIL PROTECTED] ren $ qpkg -I -v -f `which qpkg` app-portage/gentoolkit-0.1.38 * [EMAIL PROTECTED] ren $ etcat -b `which qpkg` Searching for /usr/bin/qpkg in * ... app-portage/gentoolkit-0.1.38 And now you can run 'qpkg -l gentoolkit' and look at the output :-) Hope this helps. Cheers, Renat -- [EMAIL PROTECTED] mailing list
