Changeset 937 for branches/1.1
- Timestamp:
- 08/06/13 17:04:40 (10 years ago)
- Location:
- branches/1.1
- Files:
-
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/CHANGELOG
r935 r937 3 3 4 4 1.1.1: 5 6 packaging) 7 8 f: Correctly set the JOBARCHIVE_RRDS in both jobarchived.conf anf 9 web/conf.php.in 10 f: debian init.d script names in post/pre pkg corrected to new name 5 11 6 12 web) -
branches/1.1/debian/jobmonarch-jobarchived.postinst
r896 r937 9 9 # Only on install (not during upgrade) 10 10 11 if [ -x /etc/init.d/job archived ]11 if [ -x /etc/init.d/jobmonarch-jobarchived ] 12 12 then 13 update-rc.d -f job archived defaults13 update-rc.d -f jobmonarch-jobarchived defaults 14 14 fi 15 15 -
branches/1.1/debian/jobmonarch-jobarchived.postrm
r868 r937 6 6 upgrade) 7 7 # If the service is running, restart it. 8 /etc/init.d/job archived condrestart || true8 /etc/init.d/jobmonarch-jobarchived condrestart || true 9 9 ;; 10 10 *) -
branches/1.1/debian/jobmonarch-jobarchived.prerm
r896 r937 7 7 case "$1" in 8 8 deconfigure) 9 /etc/init.d/job archived stop || true9 /etc/init.d/jobmonarch-jobarchived stop || true 10 10 ;; 11 11 remove) 12 12 # Only on removal (not during upgrade) 13 /etc/init.d/job archived stop || true14 update-rc.d -f job archived remove || true13 /etc/init.d/jobmonarch-jobarchived stop || true 14 update-rc.d -f jobmonarch-jobarchived remove || true 15 15 ;; 16 16 *) -
branches/1.1/debian/jobmonarch-jobmond.postinst
r896 r937 9 9 # Only on install (not during upgrade) 10 10 11 if [ -x /etc/init.d/jobmon d ]11 if [ -x /etc/init.d/jobmonarch-jobmond ] 12 12 then 13 update-rc.d -f jobmon d defaults13 update-rc.d -f jobmonarch-jobmond defaults 14 14 fi 15 15 -
branches/1.1/debian/jobmonarch-jobmond.postrm
r868 r937 6 6 upgrade) 7 7 # If the service is running, restart it. 8 /etc/init.d/jobmon d condrestart || true8 /etc/init.d/jobmonarch-jobmond condrestart || true 9 9 ;; 10 10 *) -
branches/1.1/debian/jobmonarch-jobmond.prerm
r896 r937 7 7 case "$1" in 8 8 deconfigure) 9 /etc/init.d/jobmon d stop || true9 /etc/init.d/jobmonarch-jobmond stop || true 10 10 ;; 11 11 remove) 12 12 # Only on removal (not during upgrade) 13 /etc/init.d/jobmon d stop || true14 update-rc.d -f jobmon d remove || true13 /etc/init.d/jobmonarch-jobmond stop || true 14 update-rc.d -f jobmonarch-jobmond remove || true 15 15 ;; 16 16 *)
Note: See TracChangeset
for help on using the changeset viewer.