Package: busybox
Version: 1:0.60.5-2.2
Severity: wishlist
Tags: patch

Hi there,

the file busybox.links, which is created during the build,
contains a list of all the modules which are part of the
busybox binary. It looks like this:

/usr/bin/[
/usr/bin/ar
/bin/cat
/bin/chgrp
....

I am working on a script to build customized debian installs 
from the binary packages. It would be very helpful to have
this file available instead of hard-coding it within my own
script.

The following patch includes the file as part of the documentation
in the /usr/share/doc/busybox directory.

Thanks,
Lars

*** rules.orig  2005-02-07 11:56:13.000000000 +0100
--- rules       2005-02-07 11:48:30.000000000 +0100
***************
*** 44,49 ****
--- 44,50 ----
        cp $(bbbd)/busybox $(bb)/bin/busybox
        mkdir -p $(bb)/usr/share/doc/busybox
        cp $(bbbd)/docs/BusyBox.html $(bb)/usr/share/doc/busybox/
+       cp $(bbbd)/busybox.links $(bb)/usr/share/doc/busybox/
        mkdir -p $(bb)/usr/share/man/man1
        cp $(bbbd)/docs/BusyBox.1 $(bb)/usr/share/man/man1/busybox.1

***************
*** 69,74 ****
--- 70,76 ----
        cp $(bbsbd)/busybox $(bbs)/bin/busybox
        mkdir -p $(bbs)/usr/share/doc/busybox-static
        cp $(bbsbd)/docs/BusyBox.html $(bbs)/usr/share/doc/busybox-static/
+       cp $(bbsbd)/docs/busybox.links $(bbs)/usr/share/doc/busybox-static/
        mkdir -p $(bbs)/usr/share/man/man1/
        cp $(bbsbd)/docs/BusyBox.1 $(bbs)/usr/share/man/man1/busybox.1

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (333, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-k7
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages busybox depends on:
ii  libc6                       2.3.2.ds1-20 GNU C Library: Shared libraries an

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to