Changeset 1510 for trunk/packages/xvm-iscsi-config/debian
- Timestamp:
- Nov 1, 2008, 5:18:21 PM (16 years ago)
- Location:
- trunk/packages/xvm-iscsi-config/debian
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/xvm-iscsi-config/debian/rules
r1496 r1510 6 6 /etc/iscsi/iscsid.conf.xvm 7 7 8 DEB_DH_INSTALLINIT_ARGS += --no-start 8 9 DEB_UPDATE_RCD_PARAMS_xvm-iscsi-config += defaults 20 80 9 10 … … 13 14 common-build-indep:: debian/iscsid.conf.xvm.mako 14 15 16 binary-post-install/xvm-iscsi-config:: 17 touch $(DEB_DESTDIR)/etc/iscsi/iscsid.conf.xvm 18 15 19 debian/iscsid.conf.xvm.mako: $(call debian_check_files,/etc/iscsi/iscsid.conf) 16 20 debian/transform_iscsid.conf.xvm.mako < $< > $@ -
trunk/packages/xvm-iscsi-config/debian/xvm-iscsi-config.postinst
r1496 r1510 21 21 # the debian-policy package 22 22 23 # dh_installdeb will replace this with shell code automatically 24 # generated by other debhelper scripts. 25 26 #DEBHELPER# 23 27 24 28 case "$1" in … … 30 34 db_get xvm-iscsi-config/password 31 35 PASSWORD="$RET" 36 db_stop 32 37 33 38 cat >/etc/invirt/conf.d/iscsi <<EOF … … 51 56 esac 52 57 53 # dh_installdeb will replace this with shell code automatically54 # generated by other debhelper scripts.55 56 #DEBHELPER#57 58 58 exit 0
Note: See TracChangeset
for help on using the changeset viewer.