* Disable the warning about missing wrapped setuid programs for now.

svn path=/nixos/trunk/; revision=13219
This commit is contained in:
Eelco Dolstra 2008-11-07 13:38:05 +00:00
parent 1573bdddfb
commit 37b57e84cf

View File

@ -146,8 +146,9 @@ for i in @setuidPrograms@; do
if test -z "$program"; then
# XXX: It would be preferable to detect this problem before
# `activate-configuration' is invoked.
echo "WARNING: No executable named \`$i' was found" >&2
echo "WARNING: but \`$i' was specified as a setuid program." >&2
#echo "WARNING: No executable named \`$i' was found" >&2
#echo "WARNING: but \`$i' was specified as a setuid program." >&2
true
else
cp "$(type -tp setuid-wrapper)" $wrapperDir/$i
echo -n "$program" > $wrapperDir/$i.real