wok diff open-iscsi/receipt @ rev 10487

plotdrop: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 25 13:02:59 2011 +0200 (2011-05-25)
parents 44b5e07e53a8
children eef0d38293b3
line diff
     1.1 --- a/open-iscsi/receipt	Fri Mar 11 14:52:45 2011 +0100
     1.2 +++ b/open-iscsi/receipt	Wed May 25 13:02:59 2011 +0200
     1.3 @@ -29,3 +29,10 @@
     1.4  	cp -a $_pkg/sbin $fs
     1.5  }
     1.6  
     1.7 +post_install()
     1.8 +{
     1.9 +	echo "Processing post-install commands..."
    1.10 +	if  [ ! -f $1/etc/iscsi/initiatorname.iscsi ]; then
    1.11 +			echo "InitiatorName=$($1/sbin/iscsi-iname)" > $1/etc/iscsi/initiatorname.iscsi
    1.12 +	fi
    1.13 +}