ARCH=`uname -m`
for PKG in (pkg_info | cut -d ' ' -f 1)
for PKG in $(pkg_info | cut -d ' ' -f 1)
do
echo -n "Registering ${PKG}..."