Browse Source

util-linux: changed to use sulogin from sysvinit package if available

user/karasz/firmware
Christian Wiese 12 years ago
parent
commit
7f63de2da6
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      base/util-linux/util-linux.conf

+ 5
- 0
base/util-linux/util-linux.conf

@ -29,3 +29,8 @@ if pkginstalled shadow; then
var_append extraconfopt ' ' "--disable-su"
var_append extraconfopt ' ' "--disable-login"
fi
# use sulogin from sysvinit package if available
if pkginstalled sysvinit; then
var_append extraconfopt ' ' "--disable-sulogin"
fi

Loading…
Cancel
Save