Ignore:
Timestamp:
Nov 1, 2008, 5:18:21 PM (15 years ago)
Author:
broder
Message:

Fix the installation of xvm-iscsi-config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/xvm-iscsi-config/debian/xvm-iscsi-config.postinst

    r1496 r1510  
    2121# the debian-policy package
    2222
     23# dh_installdeb will replace this with shell code automatically
     24# generated by other debhelper scripts.
     25
     26#DEBHELPER#
    2327
    2428case "$1" in
     
    3034        db_get xvm-iscsi-config/password
    3135        PASSWORD="$RET"
     36        db_stop
    3237       
    3338        cat >/etc/invirt/conf.d/iscsi <<EOF
     
    5156esac
    5257
    53 # dh_installdeb will replace this with shell code automatically
    54 # generated by other debhelper scripts.
    55 
    56 #DEBHELPER#
    57 
    5858exit 0
Note: See TracChangeset for help on using the changeset viewer.