xbps-src: added new var 'system_groups' for pkgs requiring new system groups.

This commit is contained in:
Juan RP 2010-12-28 11:23:33 +01:00
parent 809bb752fa
commit 2168077d11
3 changed files with 13 additions and 6 deletions

View file

@ -92,6 +92,13 @@ _EOF
echo "export openrc_services=\"${openrc_services}\"" >> $tmpf
fi
#
# Handle system groups.
#
if [ -n "${system_groups}" ]; then
_add_trigger system-accounts
echo "export system_groups=\"${system_groups}\"" >> $tmpf
fi
#
# Handle system accounts.
#
@ -118,7 +125,6 @@ _EOF
unset homedir shell descr groups
done
fi
#
# Handle GNU Info files.
#