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

This commit is contained in:
John Baldwin 2008-07-31 22:13:14 +00:00
parent 4ceda705b7
commit 4746c560a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181071

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