Changeset 867
- Timestamp:
- 05/16/13 10:35:16 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/pkg/rpm/jobmonarch.spec.in
r861 r867 147 147 148 148 %post -n jobmonarch-webfrontend 149 echo "Make sure to set your Ganglia template to job_monarch now" 150 echo "" 151 echo "In your Ganglia conf.php, set this line:" 152 echo "\$template_name = \"job_monarch\";" 149 if [ "$1" = 1 ]; then 150 echo "Make sure to set your Ganglia template to job_monarch now" 151 echo "" 152 echo "In your Ganglia conf.php, set this line:" 153 echo "\$template_name = \"job_monarch\";" 154 fi 153 155 154 156 %preun -n jobmonarch-jobmond
Note: See TracChangeset
for help on using the changeset viewer.