Oops, restore the recent changes to make startup messages quieter.

This commit is contained in:
jhb 2008-07-31 22:13:14 +00:00
parent 4072a30fef
commit 9c7525b3ac

View File

@ -36,7 +36,9 @@ parse_file()
${val})
;;
*)
sysctl "${var}"
if ! sysctl "${var}" >/dev/null 2>&1; then
warn "unable to set ${var}"
fi
;;
esac
elif [ "$2" = "last" ]; then