Changeset 1510


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

Fix the installation of xvm-iscsi-config

Location:
trunk/packages/xvm-iscsi-config/debian
Files:
2 edited

Legend:

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

    r1496 r1510  
    66        /etc/iscsi/iscsid.conf.xvm
    77
     8DEB_DH_INSTALLINIT_ARGS += --no-start
    89DEB_UPDATE_RCD_PARAMS_xvm-iscsi-config += defaults 20 80
    910
     
    1314common-build-indep:: debian/iscsid.conf.xvm.mako
    1415
     16binary-post-install/xvm-iscsi-config::
     17        touch $(DEB_DESTDIR)/etc/iscsi/iscsid.conf.xvm
     18
    1519debian/iscsid.conf.xvm.mako: $(call debian_check_files,/etc/iscsi/iscsid.conf)
    1620        debian/transform_iscsid.conf.xvm.mako < $< > $@
  • 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.