From 37b57e84cf8d88e15c8e3be0bae4b7e1abe0bc57 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 7 Nov 2008 13:38:05 +0000 Subject: [PATCH] * Disable the warning about missing wrapped setuid programs for now. svn path=/nixos/trunk/; revision=13219 --- system/activate-configuration.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/system/activate-configuration.sh b/system/activate-configuration.sh index 6db13c6ab366..fb4c6a91da65 100644 --- a/system/activate-configuration.sh +++ b/system/activate-configuration.sh @@ -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