shutils: add $openrc_services var for use in templates.
--HG-- extra : convert_revision : 8923ecf479941feb2c606090896f2764e5fdc4fa
This commit is contained in:
parent
5f1271c761
commit
e5c0f632d0
2 changed files with 9 additions and 1 deletions
|
@ -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.
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue