All of lore.kernel.org
 help / color / mirror / Atom feed
* - sed-s-gawk-awk-scripts-gen_init_ramfssh.patch removed from -mm tree
@ 2007-02-06 23:13 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-02-06 23:13 UTC (permalink / raw)
  To: rob, sam, mm-commits


The patch titled
     sed s/gawk/awk/ scripts/gen_init_ramfs.sh
has been removed from the -mm tree.  Its filename was
     sed-s-gawk-awk-scripts-gen_init_ramfssh.patch

This patch was dropped because Oleg Verych sent a new patch

------------------------------------------------------
Subject: sed s/gawk/awk/ scripts/gen_init_ramfs.sh
From: Rob Landley <rob@landley.net>

There's a symlink from awk to gawk if you're using the gnu tools, but no
symlink from gawk to awk if you're using BusyBox or some such.  (There's a
reason for the existence of standard names.  Can we use them please?)

Signed-off-by: Rob Landley <rob@landley.net>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 scripts/gen_initramfs_list.sh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff -puN scripts/gen_initramfs_list.sh~sed-s-gawk-awk-scripts-gen_init_ramfssh scripts/gen_initramfs_list.sh
--- a/scripts/gen_initramfs_list.sh~sed-s-gawk-awk-scripts-gen_init_ramfssh
+++ a/scripts/gen_initramfs_list.sh
@@ -121,9 +121,9 @@ parse() {
 		"nod")
 			local dev_type=
 			local maj=$(LC_ALL=C ls -l "${location}" | \
-					gawk '{sub(/,/, "", $5); print $5}')
+					awk '{sub(/,/, "", $5); print $5}')
 			local min=$(LC_ALL=C ls -l "${location}" | \
-					gawk '{print $6}')
+					awk '{print $6}')
 
 			if [ -b "${location}" ]; then
 				dev_type="b"
@@ -134,7 +134,7 @@ parse() {
 			;;
 		"slink")
 			local target=$(LC_ALL=C ls -l "${location}" | \
-					gawk '{print $11}')
+					awk '{print $11}')
 			str="${ftype} ${name} ${target} ${str}"
 			;;
 		*)
_

Patches currently in -mm which might be from rob@landley.net are

sed-s-gawk-awk-scripts-gen_init_ramfssh.patch
documentation-rbtreetxt-updated.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-06 23:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-06 23:13 - sed-s-gawk-awk-scripts-gen_init_ramfssh.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.