summaryrefslogtreecommitdiffstats
path: root/src/initramfs/rootfs/usr
diff options
context:
space:
mode:
authorSebastian Schmelzer2012-05-07 21:31:21 +0200
committerSebastian Schmelzer2012-05-07 21:31:21 +0200
commit3fa1571a4cc75b5e38be98ae3bef72febbac86ef (patch)
tree723e305f18a20ba7c684837307c7de5de0a2a1fc /src/initramfs/rootfs/usr
parentfix rsync errors with ubuntu systems; ignore *.gvfs (diff)
downloadcore-3fa1571a4cc75b5e38be98ae3bef72febbac86ef.tar.gz
core-3fa1571a4cc75b5e38be98ae3bef72febbac86ef.tar.xz
core-3fa1571a4cc75b5e38be98ae3bef72febbac86ef.zip
update busybox to 1.20.0
Diffstat (limited to 'src/initramfs/rootfs/usr')
-rwxr-xr-xsrc/initramfs/rootfs/usr/bin/ldd2
l---------src/initramfs/rootfs/usr/bin/lsof1
l---------src/initramfs/rootfs/usr/bin/passwd1
3 files changed, 3 insertions, 1 deletions
diff --git a/src/initramfs/rootfs/usr/bin/ldd b/src/initramfs/rootfs/usr/bin/ldd
index 7367ed1f..7a7cfe90 100755
--- a/src/initramfs/rootfs/usr/bin/ldd
+++ b/src/initramfs/rootfs/usr/bin/ldd
@@ -35,7 +35,7 @@ verbose=
while test $# -gt 0; do
case "$1" in
--vers | --versi | --versio | --version)
- echo 'ldd (Debian EGLIBC 2.11.2-10) 2.11.2'
+ echo 'ldd (Debian EGLIBC 2.11.3-2) 2.11.3'
printf $"Copyright (C) %s Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
diff --git a/src/initramfs/rootfs/usr/bin/lsof b/src/initramfs/rootfs/usr/bin/lsof
new file mode 120000
index 00000000..f948f1a7
--- /dev/null
+++ b/src/initramfs/rootfs/usr/bin/lsof
@@ -0,0 +1 @@
+../../bin/busybox \ No newline at end of file
diff --git a/src/initramfs/rootfs/usr/bin/passwd b/src/initramfs/rootfs/usr/bin/passwd
new file mode 120000
index 00000000..f948f1a7
--- /dev/null
+++ b/src/initramfs/rootfs/usr/bin/passwd
@@ -0,0 +1 @@
+../../bin/busybox \ No newline at end of file