Page Menu
Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Files
F2020120
mkappendix.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
439 B
Referenced Files
None
Subscribers
None
mkappendix.sh
View Options
#!/bin/sh
cat <<EOF
<?xml version='1.0' encoding='utf-8' ?>
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
<appendix id="ap-ra-man-pages">
<title>Resource agent manual pages</title>
EOF
for manpage in `printf "%s\n" $@ | sort -f`; do
cat <<EOF
<xi:include href="./$manpage" xmlns:xi="http://www.w3.org/2001/XInclude"/>
EOF
done
cat <<EOF
</appendix>
EOF
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Mon, Dec 23, 12:38 PM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1125142
Default Alt Text
mkappendix.sh (439 B)
Attached To
Mode
rR Resource Agents
Attached
Detach File
Event Timeline
Log In to Comment