Quote the parameter to sysctl(1), allowing to use whitespaces in

sysctl values.

PR:		conf/96509
Submitted by:	Gregory Bond <gnb itga.com.au>
This commit is contained in:
Gleb Smirnoff 2006-05-24 11:36:48 +00:00
parent fccfbec9f2
commit 996e95d306

View File

@ -37,7 +37,7 @@ sysctl_start()
${val})
;;
*)
sysctl ${var}
sysctl "${var}"
;;
esac
elif [ "$1" = "last" ]; then