On 11/5/06, Matthew Burgess <[EMAIL PROTECTED]> wrote:
Robert Connolly wrote:
> The new Inetutils installs 'ping6'. Maybe add it to the list of contents.

Thanks.  I note it also installs `ifconfig'.

Manuel, does jhalfs have an option/feature for producing a list of files
installed by a particular package?  I couldn't see one, nor could I see
an easy way of parsing the log files that jhalfs produces to see what
files were installed by a particular package.  If not, the way I handled
this previously was to do something similar to `touch /timestamp && make
install && find / -newer /timestamp' within the chroot environment.

Use the paco patch. Then everything is logged by paco. Example (with
older inetutils):

$ paco -fx inetutils
inetutils-1.4.2:
/bin/ping
/usr/bin/ftp
/usr/bin/rcp
/usr/bin/rlogin
/usr/bin/rsh
/usr/bin/talk
/usr/bin/telnet
/usr/bin/tftp
/usr/share/info/inetutils.info
/usr/share/info/inetutils.info-1
/usr/share/info/inetutils.info-2
/usr/share/info/inetutils.info-3
/usr/share/man/man1/ftp.1
/usr/share/man/man1/rcp.1
/usr/share/man/man1/rlogin.1
/usr/share/man/man1/rsh.1
/usr/share/man/man1/talk.1
/usr/share/man/man1/telnet.1
/usr/share/man/man1/tftp.1
/usr/share/man/man8/ping.8

--
Dan
--
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to