From e8410422c0d3a3621ee5a604cd5a52e80604532f Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Fri, 1 May 2009 00:16:54 +0000 Subject: Unslung: Removed all trace of the unslung distro from OE --- recipes/nslu2-binary-only/unslung-rootfs/mkfs.ext3 | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 recipes/nslu2-binary-only/unslung-rootfs/mkfs.ext3 (limited to 'recipes/nslu2-binary-only/unslung-rootfs/mkfs.ext3') diff --git a/recipes/nslu2-binary-only/unslung-rootfs/mkfs.ext3 b/recipes/nslu2-binary-only/unslung-rootfs/mkfs.ext3 deleted file mode 100755 index 49a88c0e06..0000000000 --- a/recipes/nslu2-binary-only/unslung-rootfs/mkfs.ext3 +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/sh -# -# Fix obscure problem - redirect stdout iff mkfs.ext3 -# is being invoked by the Linksys GUI format utility. -# -u=`/bin/pidof utility.cgi` -if [ ! -f "/tmp/Preparing" -o "x${u}" = "x" -o \ - "y${1}" != "y-m" -o "z${2}" != "z1" ] -then - /usr/bin/mke2fs -j $@ -else - /usr/bin/mke2fs -j $@ >/tmp/mkfs.$$.log -fi -- cgit v1.2.3