From 0fb63dd19c27f8aa98915acd9790b599a069eb73 Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Sun, 29 Jun 2008 01:12:17 +0300 Subject: [PATCH] [util-linux-ng] modified util-linux-ng to always disable wall and not install under /usr --- base/util-linux-ng/util-linux-ng.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/base/util-linux-ng/util-linux-ng.conf b/base/util-linux-ng/util-linux-ng.conf index 703b29e3c..af4df3282 100644 --- a/base/util-linux-ng/util-linux-ng.conf +++ b/base/util-linux-ng/util-linux-ng.conf @@ -11,8 +11,8 @@ # 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 pkginstalled sysvinit; then - # this one is cleaner to disable than sysvinit's - var_append extraconfopt ' ' '--disable-wall' +if [ $prefix_auto = 1 ] ; then + prefix= + set_confopt fi + var_append extraconfopt ' ' '--disable-wall'