From 1a433446c5624450d2211676b23e6322dbc9cf95 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 15 Sep 2008 00:12:40 +0300 Subject: [PATCH] util-linux-ng: cleaned whitespacing and added comment --- base/util-linux-ng/util-linux-ng.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/base/util-linux-ng/util-linux-ng.conf b/base/util-linux-ng/util-linux-ng.conf index af4df3282..718e5109a 100644 --- a/base/util-linux-ng/util-linux-ng.conf +++ b/base/util-linux-ng/util-linux-ng.conf @@ -11,8 +11,11 @@ # the Free Software Foundation; version 2 of the License. A copy of the # GNU General Public License can be found in the file COPYING. # --- SDE-COPYRIGHT-NOTE-END --- + if [ $prefix_auto = 1 ] ; then prefix= set_confopt fi - var_append extraconfopt ' ' '--disable-wall' + +# we have traditionally preferred sysvinit's +var_append extraconfopt ' ' '--disable-wall'