Changeset 937


Ignore:
Timestamp:
08/06/13 17:04:40 (11 years ago)
Author:
ramonb
Message:

debian:

  • corrected old init.d script names to new names

CHANGELOG:

  • updated
Location:
branches/1.1
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1/CHANGELOG

    r935 r937  
    33
    441.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
    511
    612    web)
  • branches/1.1/debian/jobmonarch-jobarchived.postinst

    r896 r937  
    99    # Only on install (not during upgrade)
    1010
    11     if [ -x /etc/init.d/jobarchived ]
     11    if [ -x /etc/init.d/jobmonarch-jobarchived ]
    1212    then
    13         update-rc.d -f jobarchived defaults
     13        update-rc.d -f jobmonarch-jobarchived defaults
    1414    fi
    1515
  • branches/1.1/debian/jobmonarch-jobarchived.postrm

    r868 r937  
    66    upgrade)
    77        # If the service is running, restart it.
    8         /etc/init.d/jobarchived condrestart || true
     8        /etc/init.d/jobmonarch-jobarchived condrestart || true
    99        ;;
    1010    *)
  • branches/1.1/debian/jobmonarch-jobarchived.prerm

    r896 r937  
    77case "$1" in
    88    deconfigure)
    9         /etc/init.d/jobarchived stop || true
     9        /etc/init.d/jobmonarch-jobarchived stop || true
    1010        ;;
    1111    remove)
    1212        # Only on removal (not during upgrade)
    13         /etc/init.d/jobarchived stop || true
    14         update-rc.d -f jobarchived remove || true
     13        /etc/init.d/jobmonarch-jobarchived stop || true
     14        update-rc.d -f jobmonarch-jobarchived remove || true
    1515        ;;
    1616    *)
  • branches/1.1/debian/jobmonarch-jobmond.postinst

    r896 r937  
    99    # Only on install (not during upgrade)
    1010
    11     if [ -x /etc/init.d/jobmond ]
     11    if [ -x /etc/init.d/jobmonarch-jobmond ]
    1212    then
    13         update-rc.d -f jobmond defaults
     13        update-rc.d -f jobmonarch-jobmond defaults
    1414    fi
    1515
  • branches/1.1/debian/jobmonarch-jobmond.postrm

    r868 r937  
    66    upgrade)
    77        # If the service is running, restart it.
    8         /etc/init.d/jobmond condrestart || true
     8        /etc/init.d/jobmonarch-jobmond condrestart || true
    99        ;;
    1010    *)
  • branches/1.1/debian/jobmonarch-jobmond.prerm

    r896 r937  
    77case "$1" in
    88    deconfigure)
    9         /etc/init.d/jobmond stop || true
     9        /etc/init.d/jobmonarch-jobmond stop || true
    1010        ;;
    1111    remove)
    1212        # Only on removal (not during upgrade)
    13         /etc/init.d/jobmond stop || true
    14         update-rc.d -f jobmond remove || true
     13        /etc/init.d/jobmonarch-jobmond stop || true
     14        update-rc.d -f jobmonarch-jobmond remove || true
    1515        ;;
    1616    *)
Note: See TracChangeset for help on using the changeset viewer.