[Pkg-iscsi-maintainers] [SCM] Debian iscsitarget packaging branch, master, updated. debian/1.4.20.1-1-19-g93209e4

Ritesh Raj Sarraf rrs at researchut.com
Sat Jun 5 17:26:31 UTC 2010


The following commit has been merged in the master branch:
commit 1e8d5ccb21189803f288c50b38539fe0003f00cb
Author: Ritesh Raj Sarraf <rrs at researchut.com>
Date:   Sat Jun 5 22:44:33 2010 +0530

    dash's echo does not understand -en

diff --git a/debian/iscsitarget.postinst b/debian/iscsitarget.postinst
index 935d673..4d87379 100644
--- a/debian/iscsitarget.postinst
+++ b/debian/iscsitarget.postinst
@@ -6,17 +6,17 @@ case "$1" in
   configure)
 	if [ -f /etc/ietd.conf ]; then
 		mv -f /etc/ietd.conf /etc/ietd/
-		echo -en "Moving config to new location /etc/ietd/\n"
+		echo "Moving config to new location /etc/ietd/\n"
 	fi
 
 	if [ -f /etc/initiators.allow ]; then
 		mv -f /etc/initiators.allow /etc/ietd/
-		echo -en "Moving config to new location /etc/ietd/\n"
+		echo "Moving config to new location /etc/ietd/\n"
 	fi
 
 	if [ -f /etc/initiators.deny ]; then
 		mv -f /etc/initiators.deny /etc/ietd/
-		echo -en "Moving config to new location /etc/ietd/\n"
+		echo "Moving config to new location /etc/ietd/\n"
 	fi
   ;;
   abort-upgrade|abort-remove|abort-deconfigure|triggered)

-- 
Debian iscsitarget packaging



More information about the Pkg-iscsi-maintainers mailing list