shutils: add $openrc_services var for use in templates.

--HG--
extra : convert_revision : 8923ecf479941feb2c606090896f2764e5fdc4fa
This commit is contained in:
Juan RP 2009-05-04 23:18:28 +02:00
parent 5f1271c761
commit e5c0f632d0
2 changed files with 9 additions and 1 deletions

View file

@ -60,6 +60,14 @@ VERSION="\$3"
_EOF
#
# Handle OpenRC services.
#
if [ -n "${openrc_services}" ]; then
echo "export openrc_services=\"${openrc_services}\"" >> $tmpf
echo >> $tmpf
fi
#
# Handle SGML/XML catalog entries via xmlcatmgr.
#