update busybox-power against BusyBox 1.19.3 release
authorDennis Groenen <tj.groenen@gmail.com>
Sat, 29 Oct 2011 14:47:22 +0000 (16:47 +0200)
committerDennis Groenen <tj.groenen@gmail.com>
Sat, 29 Oct 2011 14:47:22 +0000 (16:47 +0200)
build.sh
debian/patches/hotfixes/busybox-1.19.2-crond.patch [deleted file]
debian/patches/series

index fae6780..51e21cd 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -2,7 +2,7 @@
 # Helper script to build busybox-power
 # Please run me from within Scratchbox
 
-BBVERSION="1.19.2"
+BBVERSION="1.19.3"
 MAKETHREADS="8"
 SCRIPTDIR=`dirname $(readlink -f $0)`
 BUILDDIR="$SCRIPTDIR/../busybox-power-build"
diff --git a/debian/patches/hotfixes/busybox-1.19.2-crond.patch b/debian/patches/hotfixes/busybox-1.19.2-crond.patch
deleted file mode 100644 (file)
index 043a846..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- busybox-1.19.2/miscutils/crond.c
-+++ busybox-1.19.2-crond/miscutils/crond.c
-@@ -861,7 +861,8 @@ int crond_main(int argc UNUSED_PARAM, ch
-       /* "-b after -f is ignored", and so on for every pair a-b */
-       opt_complementary = "f-b:b-f:S-L:L-S" IF_FEATURE_CROND_D(":d-l")
--                      ":l+:d+"; /* -l and -d have numeric param */
-+                      /* -l and -d have numeric param */
-+                      ":l+" IF_FEATURE_CROND_D(":d+");
-       opts = getopt32(argv, "l:L:fbSc:" IF_FEATURE_CROND_D("d:"),
-                       &G.log_level, &G.log_filename, &G.crontab_dir_name
-                       IF_FEATURE_CROND_D(,&G.log_level));
index ec3109d..9e1bbc5 100644 (file)
@@ -21,7 +21,6 @@ showkey-default-option.patch
 ps-accept-and-ignore-missing-options.patch
 
 #Hotfixes
-hotfixes/busybox-1.19.2-crond.patch
 
 #Patched pulled from busybox git
 git-backports/0001-lineedit-fix-atomic-replace-of-history-file-hush-fix.patch