Changeset 3034 for trunk


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

Renamed init script to 'invirtibuilder'

Location:
trunk/packages/invirt-dev/debian
Files:
2 edited
1 moved

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
  • trunk/packages/invirt-dev/debian/rules

    r2630 r3034  
    99# This means that when the initscript is started, Python modules
    1010# installed by the package haven't been fully installed yet.
    11 DEB_DH_INSTALLINIT_ARGS += --no-start
     11DEB_DH_INSTALLINIT_ARGS += --no-start --name invirtibuilder
    1212
    1313include /usr/share/cdbs/1/rules/debhelper.mk
Note: See TracChangeset for help on using the changeset viewer.