Ignore:
Timestamp:
Jul 6, 2010, 12:27:32 AM (14 years ago)
Author:
gdb
Message:

Renamed init script to 'invirtibuilder'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/invirt-dev/debian/invirt-dev.postinst

    r2636 r3034  
    4848esac
    4949
    50 if [ -x /etc/init.d/invirt-dev ]; then
     50if [ -x /etc/init.d/invirtibuilder ]; then
    5151    if hash invoke-rc.d 2>/dev/null; then
    52         invoke-rc.d invirt-dev start
     52        invoke-rc.d invirtibuilder start
    5353    else
    54         /etc/init.d/invirt-dev start
     54        /etc/init.d/invirtibuilder start
    5555    fi
    5656fi
Note: See TracChangeset for help on using the changeset viewer.