summaryrefslogtreecommitdiff
path: root/package/cfgfs
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-04-23 20:11:49 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-04-23 20:11:49 +0200
commit7c930f499fb6f007deec8235d99bdbd31d6e1255 (patch)
treec39319f45c096183bb75409a52035052dbf083b0 /package/cfgfs
parent7d19f814d203ae823d8dcaabbf411e26a99602a1 (diff)
fix cfgfs status with latest busybox sort
Diffstat (limited to 'package/cfgfs')
-rw-r--r--package/cfgfs/Makefile2
-rw-r--r--package/cfgfs/src/fwcf.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/package/cfgfs/Makefile b/package/cfgfs/Makefile
index 6d8b0554f..1b9897807 100644
--- a/package/cfgfs/Makefile
+++ b/package/cfgfs/Makefile
@@ -5,7 +5,7 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= cfgfs
PKG_VERSION:= 1.0.7
-PKG_RELEASE:= 1
+PKG_RELEASE:= 2
PKG_DESCR:= compressed config filesystem
PKG_SECTION:= base
diff --git a/package/cfgfs/src/fwcf.sh b/package/cfgfs/src/fwcf.sh
index e921dfbdf..ea07ff247 100644
--- a/package/cfgfs/src/fwcf.sh
+++ b/package/cfgfs/src/fwcf.sh
@@ -328,6 +328,8 @@ if test $1 = status; then
echo "<NULL> $name" >>$f
done
# this implementation of sort -o sucks: doesn't do in-place edits
+ # workaround a busybox bug?
+ touch sold_status snew_status
sort -k2 -o sold_status $f
sort -k2 -o snew_status cur_status
gotany=0