*: add INSERTs to *.src files where appropriate
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 8 Jun 2010 10:15:11 +0000 (12:15 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 8 Jun 2010 10:15:11 +0000 (12:15 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
49 files changed:
archival/Config.src
archival/Kbuild.src
archival/libunarchive/Kbuild.src
console-tools/Config.src
console-tools/Kbuild.src
coreutils/Kbuild.src
coreutils/libcoreutils/Kbuild.src
debianutils/Config.src
debianutils/Kbuild.src
e2fsprogs/Config.src
e2fsprogs/Kbuild.src
e2fsprogs/old_e2fsprogs/Config.src
e2fsprogs/old_e2fsprogs/Kbuild.src
e2fsprogs/old_e2fsprogs/blkid/Kbuild.src
e2fsprogs/old_e2fsprogs/e2p/Kbuild.src
e2fsprogs/old_e2fsprogs/ext2fs/Kbuild.src
e2fsprogs/old_e2fsprogs/uuid/Kbuild.src
editors/Config.src
editors/Kbuild.src
init/Config.src
init/Kbuild.src
libbb/Config.src
libbb/Kbuild.src
loginutils/Config.src
loginutils/Kbuild.src
mailutils/Config.src
mailutils/Kbuild.src
miscutils/Config.src
miscutils/Kbuild.src
modutils/Kbuild.src
networking/Config.src
networking/Kbuild.src
networking/libiproute/Kbuild.src
networking/udhcp/Config.src
networking/udhcp/Kbuild.src
printutils/Config.src
procps/Config.src
procps/Kbuild.src
runit/Config.src
runit/Kbuild.src
selinux/Config.src
selinux/Kbuild.src
shell/Config.src
shell/Kbuild.src
sysklogd/Config.src
sysklogd/Kbuild.src
util-linux/Config.src
util-linux/Kbuild.src
util-linux/volume_id/Kbuild.src

index de453bc21c4c92a2fe088fc0de33f94c234a742e..3dbd3aea16dfcbdc45740b8465528b4af49b1856 100644 (file)
@@ -5,6 +5,8 @@
 
 menu "Archival Utilities"
 
+INSERT
+
 config FEATURE_SEAMLESS_XZ
        bool "Make tar, rpm, modprobe etc understand .xz data"
        default y
index 3300ea90ffab243f7378788076eef5fb8cbe7365..076e58278d2d6527d4878c0ab65c20b43bcf7b6d 100644 (file)
@@ -7,6 +7,9 @@
 libs-y                         += libunarchive/
 
 lib-y:=
+
+INSERT
+
 lib-$(CONFIG_AR)               += ar.o
 lib-$(CONFIG_CPIO)             += cpio.o
 lib-$(CONFIG_DPKG)             += dpkg.o
index ed8e85793c4296ff7e017ea7196574b1060347af..81854558ba9e4b22ae6e1750388101eee27e97e7 100644 (file)
@@ -33,6 +33,8 @@ DPKG_FILES:= \
        get_header_tar.o \
        filter_accept_list_reassign.o
 
+INSERT
+
 lib-$(CONFIG_AR)                        += get_header_ar.o unpack_ar_archive.o
 lib-$(CONFIG_BUNZIP2)                   += decompress_bunzip2.o
 lib-$(CONFIG_UNLZMA)                    += decompress_unlzma.o
index 1a8e2e128d9ce46ef9c3768b613836c55c16d083..6e3191ada0aa887962452053beb84e8bf97c392d 100644 (file)
@@ -5,6 +5,8 @@
 
 menu "Console Utilities"
 
+INSERT
+
 config CHVT
        bool "chvt"
        default y
index ad8b8ce774e4e754cd9b040655e7efcc4f6d9b69..17f6606380364aa24f9a4a1ad44c05aa27a90cee 100644 (file)
@@ -5,6 +5,8 @@
 # Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 lib-y:=
+
+INSERT
 lib-$(CONFIG_CHVT)             += chvt.o
 lib-$(CONFIG_FGCONSOLE)                += fgconsole.o
 lib-$(CONFIG_CLEAR)            += clear.o
index 57ea7d6c4ccaba6499e7d4f0eb7d5e15cdbf465e..1c846a75f611a44b8749faf726808ecad8e718a5 100644 (file)
@@ -7,6 +7,7 @@
 libs-y                 += libcoreutils/
 
 lib-y:=
+
 INSERT
 lib-$(CONFIG_CAL)       += cal.o
 lib-$(CONFIG_CATV)      += catv.o
index 755d01f86fb3a3b5f60230eb185b71f149f0a095..981b606280a4deaf697c9905452077aea8a76075 100644 (file)
@@ -5,6 +5,8 @@
 # Licensed under the GPL v2 or later, see the file LICENSE in this tarball.
 
 lib-y:=
+
+INSERT
 lib-$(CONFIG_MKFIFO)   += getopt_mk_fifo_nod.o
 lib-$(CONFIG_MKNOD)    += getopt_mk_fifo_nod.o
 lib-$(CONFIG_INSTALL)  += cp_mv_stat.o
index 9bce0498c5c0be7d864eb76fc72a8dbb2746f296..838d8f00c0f45c5f4ee3e026409e663961036e71 100644 (file)
@@ -5,6 +5,8 @@
 
 menu "Debian Utilities"
 
+INSERT
+
 config MKTEMP
        bool "mktemp"
        default y
index bcf6126add939813b22a816cb18fd1e4b9dd304e..da34e4e4fecb57d9d595deab8c2b1a0c6a18f08e 100644 (file)
@@ -5,6 +5,8 @@
 # Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 lib-y:=
+
+INSERT
 lib-$(CONFIG_MKTEMP)            += mktemp.o
 lib-$(CONFIG_PIPE_PROGRESS)     += pipe_progress.o
 lib-$(CONFIG_RUN_PARTS)         += run_parts.o
index e331ee5ef3368d6701199d8dfca1e6811365904d..f362c6b0aee5e531b70826c8ef101313096d164c 100644 (file)
@@ -5,6 +5,8 @@
 
 menu "Linux Ext2 FS Progs"
 
+INSERT
+
 config CHATTR
        bool "chattr"
        default y
index 0fdc9d2151cfc02a5b7fc80a2364839ccf3c0cbd..31c2712385a934472768e35d89430ee34fc08cc7 100644 (file)
@@ -6,6 +6,8 @@
 
 lib-y:=
 
+INSERT
+
 lib-$(CONFIG_CHATTR) += chattr.o e2fs_lib.o
 lib-$(CONFIG_LSATTR) += lsattr.o e2fs_lib.o
 
index 5990f556cdd257f36517a4b5fafaf3917db368b9..bbec08e7ec33eb6c4b4b5915d8847d5d9df48d03 100644 (file)
@@ -5,6 +5,8 @@
 
 menu "Linux Ext2 FS Progs"
 
+INSERT
+
 config CHATTR
        bool "chattr"
        default n
index b05bb92e181df67a1fc07bccaf47b4aed9bab88c..07a09ca3dedb3f810658804dc1c1badf58993b59 100644 (file)
@@ -6,6 +6,8 @@
 
 lib-y:=
 
+INSERT
+
 lib-$(CONFIG_CHATTR)     += chattr.o
 lib-$(CONFIG_E2FSCK)     += e2fsck.o util.o
 lib-$(CONFIG_FSCK)       += fsck.o util.o
index ddcfdfd9aee2b77b020746eb6cb22d041f5f90dd..bae77fe63de21faed6da5e30e4e022cc5c412dda 100644 (file)
@@ -10,6 +10,9 @@ NEEDED-$(CONFIG_MKE2FS) = y
 NEEDED-$(CONFIG_TUNE2FS) = y
 
 lib-y:=
+
+INSERT
+
 lib-$(NEEDED-y) += cache.o dev.o devname.o devno.o blkid_getsize.o \
                    probe.o read.o resolve.o save.o tag.o list.o
 
index c0ff824e3c63fe62987d05b6d106dea183e3fa1a..194870788a1d5b15b79d23f309ed7794182763f2 100644 (file)
@@ -10,6 +10,9 @@ NEEDED-$(CONFIG_MKE2FS) = y
 NEEDED-$(CONFIG_TUNE2FS) = y
 
 lib-y:=
+
+INSERT
+
 lib-$(NEEDED-y) += fgetsetflags.o fgetsetversion.o pf.o iod.o mntopts.o \
            feature.o ls.o uuid.o pe.o ostype.o ps.o hashstr.o \
            parse_num.o
index 185887a446d5b20b16786d126cbe67391589cf6f..8ca65ee901b6ac315274b51589f3a9d15abc41d4 100644 (file)
@@ -10,6 +10,9 @@ NEEDED-$(CONFIG_MKE2FS) = y
 NEEDED-$(CONFIG_TUNE2FS) = y
 
 lib-y:=
+
+INSERT
+
 lib-$(NEEDED-y) += gen_bitmap.o bitops.o ismounted.o mkjournal.o unix_io.o \
                    rw_bitmaps.o initialize.o bitmaps.o block.o \
                    ind_block.o inode.o freefs.o alloc_stats.o closefs.o \
index dde9818409925be9ed97c034365316a7b89e9395..9454faba75e83659f0c4cc42d903bf5933a64b64 100644 (file)
@@ -10,5 +10,7 @@ NEEDED-$(CONFIG_MKE2FS) = y
 NEEDED-$(CONFIG_TUNE2FS) = y
 
 lib-y:=
+
+INSERT
 lib-$(NEEDED-y) += compare.o gen_uuid.o pack.o parse.o unpack.o unparse.o \
                    uuid_time.o
index 6cf21919c61f5e8568cdf7907403dd1afe753f68..fc824ccd5ae6b2429d0f10c031b9b9928128e843 100644 (file)
@@ -5,6 +5,8 @@
 
 menu "Editors"
 
+INSERT
+
 config AWK
        bool "awk"
        default y
index 76302aa76d9a346ecb861b82c02d9f6024706a2e..9d4b9d05318b1edc0931be9f4d5d87e8db8a13d3 100644 (file)
@@ -5,6 +5,8 @@
 # Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 lib-y:=
+
+INSERT
 lib-$(CONFIG_AWK)       += awk.o
 lib-$(CONFIG_CMP)       += cmp.o
 lib-$(CONFIG_DIFF)      += diff.o
index e8121c96a446cb94a5cd41f3436baeef603d391c..2e92081503a414f5e62f369415892d557b64c6a9 100644 (file)
@@ -5,6 +5,8 @@
 
 menu "Init Utilities"
 
+INSERT
+
 config INIT
        bool "init"
        default y
index ce3f30256a2034702aebf8fb32653ce3b0a954f2..6095a78bbc7f27c1ba22be794e9c863cee0c32ef 100644 (file)
@@ -5,6 +5,8 @@
 # Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 lib-y:=
+
+INSERT
 lib-$(CONFIG_HALT)       += halt.o
 lib-$(CONFIG_INIT)       += init.o
 lib-$(CONFIG_MESG)       += mesg.o
index a0aeb36832da3f15e52a65b4152841a2d7156fec..80b1e0d21a2da0636fdeef321a6650bd6857d5b5 100644 (file)
@@ -5,6 +5,8 @@
 
 menu "Busybox Library Tuning"
 
+INSERT
+
 config PASSWORD_MINLEN
        int "Minimum password length"
        default 6
index 68d04b3bddfc184fbda0c92728efc3125c8092da..29c136ccb3e9d2d3d29eec49fe024d3c305b55a4 100644 (file)
@@ -6,6 +6,8 @@
 
 lib-y:=
 
+INSERT
+
 lib-y += appletlib.o
 lib-y += ask_confirmation.o
 lib-y += bb_askpass.o
index 982d5d669a1c078be77e890cbd6bf610778457fa..5d497c4dcf7d10e38fc65121ff7cb56c3c03518e 100644 (file)
@@ -5,6 +5,8 @@
 
 menu "Login/Password Management Utilities"
 
+INSERT
+
 config FEATURE_SHADOWPASSWDS
        bool "Support for shadow passwords"
        default y
index 3d0d777e8d551d26979b14d873582997563f5450..fd1ea06c13b722877d8b594a1082c254f9c9bd3d 100644 (file)
@@ -5,6 +5,8 @@
 # Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 lib-y:=
+
+INSERT
 lib-$(CONFIG_ADDGROUP) += addgroup.o
 lib-$(CONFIG_ADDUSER)  += adduser.o
 lib-$(CONFIG_CRYPTPW)  += cryptpw.o
index baa04331ae0df2465c32bd08a397079a395916a8..2a9c5c07454b781ec3c5e4a785f131eb4ddafc84 100644 (file)
@@ -1,5 +1,7 @@
 menu "Mail Utilities"
 
+INSERT
+
 config MAKEMIME
        bool "makemime"
        default y
index 871e879810a50359bd38b0809b166a181e78a9e8..b2fb73515ad6182d53f5ed1463f6b8d1921db2f9 100644 (file)
@@ -5,6 +5,8 @@
 # Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 lib-y:=
+
+INSERT
 lib-$(CONFIG_MAKEMIME)     += mime.o mail.o
 lib-$(CONFIG_POPMAILDIR)   += popmaildir.o mail.o
 lib-$(CONFIG_REFORMIME)    += mime.o mail.o
index a822f2a19c577ba6a7773dd0ba30ff394da3e18f..be2b37666695d8b34b6182236b4700e0fcf3da72 100644 (file)
@@ -5,6 +5,8 @@
 
 menu "Miscellaneous Utilities"
 
+INSERT
+
 config ADJTIMEX
        bool "adjtimex"
        default y
index 3c8ce42ba95d848fcd3f1b7f4ab7789fc80e456e..d9bf143126ec3f9403308dfe69d56daee581115c 100644 (file)
@@ -5,6 +5,8 @@
 # Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 lib-y:=
+
+INSERT
 lib-$(CONFIG_ADJTIMEX)    += adjtimex.o
 lib-$(CONFIG_BBCONFIG)    += bbconfig.o
 lib-$(CONFIG_BEEP)        += beep.o
index fc0808d7f6250da17ac57e6be1f29420e509f567..a512f6066a56bab36d9871725b6efcaf9e83a12a 100644 (file)
@@ -5,6 +5,7 @@
 # Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 lib-y:=
+
 INSERT
 lib-$(CONFIG_MODPROBE_SMALL)      += modprobe-small.o
 lib-$(CONFIG_DEPMOD)              += depmod.o modutils.o
index eb8dc1ce2e12fee82821d8762523e3ec07fa2a83..51dcb7717c4ac8fe8dc8b8616744a52c5473f47b 100644 (file)
@@ -5,6 +5,8 @@
 
 menu "Networking Utilities"
 
+INSERT
+
 config FEATURE_IPV6
        bool "Enable IPv6 support"
        default y
index b0765bcf61aca75c5ec5d9a0a2b70826f699ccca..e1a4ebcb33d629f71e2c8dba4c2cbaa8bfc4e015 100644 (file)
@@ -5,6 +5,8 @@
 # Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 lib-y:=
+
+INSERT
 lib-$(CONFIG_ARP)          += arp.o interface.o
 lib-$(CONFIG_ARPING)       += arping.o
 lib-$(CONFIG_BRCTL)        += brctl.o
index 5f9dd32b6e07901ff6e791541a7fdf38943f4e77..b0aa50a97f4ad552536adf04765bb7fefd2088b6 100644 (file)
@@ -7,6 +7,8 @@
 
 lib-y:=
 
+INSERT
+
 lib-$(CONFIG_SLATTACH) += \
        utils.o
 
index f5840a945468e37f30671add5b34d2a0f583d2ee..aac88569bbd0d1fdf358bd5636bd7bec22c5b38f 100644 (file)
@@ -3,6 +3,8 @@
 # see scripts/kbuild/config-language.txt.
 #
 
+INSERT
+
 config UDHCPD
        bool "udhcp server (udhcpd)"
        default y
index 1803903f0b674fd743dd25f406c46b1e0150170f..f845bc1d9eeedf20140fc66804b7e91b34e351a9 100644 (file)
@@ -7,6 +7,8 @@
 
 lib-y:=
 
+INSERT
+
 lib-$(CONFIG_UDHCPC)     += common.o packet.o signalpipe.o socket.o
 lib-$(CONFIG_UDHCPD)     += common.o packet.o signalpipe.o socket.o
 
index 1947896607f95c72413e341f2a98428f27db3d00..cc4ab8d28ff086ef023f920dcd48859f65f5495b 100644 (file)
@@ -5,6 +5,8 @@
 
 menu "Print Utilities"
 
+INSERT
+
 config LPD
        bool "lpd"
        default y
index 01f6b0cf92d9927f34d12d990e70b842b4f46361..e61de561436deb1ebce67888b3a15ba11a4f82e8 100644 (file)
@@ -5,6 +5,8 @@
 
 menu "Process Utilities"
 
+INSERT
+
 config FREE
        bool "free"
        default y
index 8e62fdfa6d3d6b5afe46f54d15560c769cde22f0..c41f12b1596613230102d644b0efd95f12db4d8c 100644 (file)
@@ -5,6 +5,8 @@
 # Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 lib-y:=
+
+INSERT
 lib-$(CONFIG_FREE)     += free.o
 lib-$(CONFIG_FUSER)    += fuser.o
 lib-$(CONFIG_KILL)     += kill.o
index 53b445101a085434dbe74ca82c6a3f11223173f7..9db97400223e5dfbf7af2a86cf4d9235156b500d 100644 (file)
@@ -5,6 +5,8 @@
 
 menu "Runit Utilities"
 
+INSERT
+
 config RUNSV
        bool "runsv"
        default y
index ab9eef6ff27099d520e0f9e4975789d942d7f9dd..4d85372df2353645f4bcfe5b61f4556fa0a8f755 100644 (file)
@@ -5,6 +5,9 @@
 # Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 lib-y:=
+
+INSERT
+
 lib-$(CONFIG_RUNSV) += runsv.o runit_lib.o
 lib-$(CONFIG_RUNSVDIR) += runsvdir.o runit_lib.o
 lib-$(CONFIG_SV) += sv.o runit_lib.o
index e46030adf8a6e05b51e155c07030d5ad7ce4c7ef..64a99203e62ad61ff95b4e38f1e36939192ae939 100644 (file)
@@ -6,6 +6,8 @@
 menu "SELinux Utilities"
        depends on SELINUX
 
+INSERT
+
 config CHCON
        bool "chcon"
        default n
index d0c190cebd52f64136c1d97cbe4ae5ccf754d8be..6567e3c0758504e19f450399428d5f80ef7c4583 100644 (file)
@@ -6,6 +6,8 @@
 # Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 lib-y:=
+
+INSERT
 lib-$(CONFIG_CHCON)            += chcon.o
 lib-$(CONFIG_GETENFORCE)       += getenforce.o
 lib-$(CONFIG_GETSEBOOL)                += getsebool.o
index 966fa7012680b50e130fb386795408fefbca787b..800911966d1106a8c7982b242e9b18c4c4f42926 100644 (file)
@@ -5,6 +5,8 @@
 
 menu "Shells"
 
+INSERT
+
 config ASH
        bool "ash"
        default y
index 8bdb68b11ee088cb2840ed9ebc9a9ab3bcb3ba2c..d76b35386200a415253f65e8cc894d90ab5dd2f7 100644 (file)
@@ -5,6 +5,9 @@
 # Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 lib-y:=
+
+INSERT
+
 lib-$(CONFIG_ASH)      += ash.o ash_ptr_hack.o shell_common.o
 lib-$(CONFIG_HUSH)     += hush.o match.o shell_common.o
 lib-$(CONFIG_CTTYHACK) += cttyhack.o
index af00d65bb9b85171ce740155a5f9b503b21bca67..6d574abb16f90c35a7325384b32b72932402f6cb 100644 (file)
@@ -5,6 +5,8 @@
 
 menu "System Logging Utilities"
 
+INSERT
+
 config SYSLOGD
        bool "syslogd"
        default y
index d802198e6a911ab08326fcbe50f85945c8f5224d..faaac110ceec2b0e1daaec0fdbb93bc92140c5d0 100644 (file)
@@ -5,6 +5,8 @@
 # Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 lib-y:=
+
+INSERT
 lib-$(CONFIG_KLOGD)            += klogd.o
 lib-$(CONFIG_LOGGER)           += syslogd_and_logger.o
 lib-$(CONFIG_LOGREAD)          += logread.o
index 997cdec833d108f19f6c2c7a7f188fac186870e0..e97125917e3a75314d9dd573a671fa76e191e6b7 100644 (file)
@@ -5,6 +5,8 @@
 
 menu "Linux System Utilities"
 
+INSERT
+
 config ACPID
        bool "acpid"
        default y
index 4fa392398afce95783bf181787d0e6dd9bc50227..afc0db50efb53fdd47514b1a4e05d3edb9f23f6d 100644 (file)
@@ -5,6 +5,8 @@
 # Licensed under the GPL v2, see the file LICENSE in this tarball.
 
 lib-y:=
+
+INSERT
 lib-$(CONFIG_ACPID)             += acpid.o
 lib-$(CONFIG_BLKID)             += blkid.o
 lib-$(CONFIG_DMESG)             += dmesg.o
index 3520f24800a159cf0d1237c157b5b40415beffc4..8af3ccd81658c89a3f324b47b323929e8cd54b16 100644 (file)
@@ -6,6 +6,8 @@
 
 lib-y:=
 
+INSERT
+
 lib-$(CONFIG_BLKID)                             += get_devname.o
 lib-$(CONFIG_FINDFS)                            += get_devname.o
 lib-$(CONFIG_FEATURE_MOUNT_LABEL)               += get_devname.o