Browse Source

[util-linux-ng] modified util-linux-ng to always disable wall and not install under /usr

early
Nagy Karoly Gabriel 17 years ago
parent
commit
0fb63dd19c
  1. 8
      base/util-linux-ng/util-linux-ng.conf

8
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 # the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING. # GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END --- # --- SDE-COPYRIGHT-NOTE-END ---
if [ $prefix_auto = 1 ] ; then
if pkginstalled sysvinit; then prefix=
# this one is cleaner to disable than sysvinit's set_confopt
var_append extraconfopt ' ' '--disable-wall'
fi fi
var_append extraconfopt ' ' '--disable-wall'

Loading…
Cancel
Save