From c866cab3998fdb9e64d662673142b0acfbe2a314 Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Mon, 3 Mar 2014 19:11:54 +0100 Subject: [PATCH] busybox: disabled KILL and SULOGIN if util-linux is present. --- base/busybox/busybox.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/base/busybox/busybox.conf b/base/busybox/busybox.conf index 72c1477ce..40f42dfba 100644 --- a/base/busybox/busybox.conf +++ b/base/busybox/busybox.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../busybox/busybox.conf -# Copyright (C) 2006 - 2012 The OpenSDE Project +# Copyright (C) 2006 - 2014 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -73,6 +73,10 @@ default_config() { else echo "X CONFIG_INCLUDE_SUSv2" fi + if pkginstalled util-linux; then + echo "O CONFIG_KILL" + echo "O CONFIG_SULOGIN" + fi } # add custom/target configuration from $targetdir