From 17889c90ed74eeb7046d5c24fe985f6628548545 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 29 Oct 2011 18:55:10 +0200 Subject: [PATCH] busybox: enable flock(1) applet. --- srcpkgs/busybox/files/dotconfig | 2 +- srcpkgs/busybox/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/busybox/files/dotconfig b/srcpkgs/busybox/files/dotconfig index 3132bee7e9e..15cad28568b 100644 --- a/srcpkgs/busybox/files/dotconfig +++ b/srcpkgs/busybox/files/dotconfig @@ -532,7 +532,7 @@ CONFIG_FEATURE_DMESG_PRETTY=y # CONFIG_FEATURE_GPT_LABEL is not set # CONFIG_FEATURE_FDISK_ADVANCED is not set # CONFIG_FINDFS is not set -# CONFIG_FLOCK is not set +CONFIG_FLOCK=y # CONFIG_FREERAMDISK is not set # CONFIG_FSCK_MINIX is not set # CONFIG_MKFS_EXT2 is not set diff --git a/srcpkgs/busybox/template b/srcpkgs/busybox/template index 65bed075d57..59facc28154 100644 --- a/srcpkgs/busybox/template +++ b/srcpkgs/busybox/template @@ -1,7 +1,7 @@ # Build template for 'busybox'. pkgname=busybox version=1.19.2 -revision=1 +revision=2 homepage="http://www.busybox.net" distfiles="${homepage}/downloads/busybox-$version.tar.bz2" short_desc="The Swiss Army Knife of Embedded Linux"