Merge commit 'refs/top-bases/linux-have-sysevent' into linux-have-sysevent

This commit is contained in:
Brian Behlendorf 2009-01-16 14:55:08 -08:00
commit e74df386c4
1 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,10 @@ while getopts 'hvc:p:' OPTION; do
esac
done
if [ $(id -u) != 0 ]; then
die "Must run as root"
fi
check_config || die "${ERROR}"
. ${ZPOOL_CONFIG}