#%% begin initialize 
grp_chk=`grep mlocate /etc/group`
if [ "$grp_chk.x" = ".x" ]; then
    echo "adding mlocate group"
    groupadd -g 44 mlocate
fi
#%% end
