[nautilus-actions] Add a comment to gconf2key migration script



commit eb37aa42a0a13e56be49a77821b2d18cce01e146
Author: Pierre Wieser <pwieser trychlos org>
Date:   Sun Jan 16 01:38:51 2011 +0100

    Add a comment to gconf2key migration script

 src/utils/na-gconf2key.sh.in |    1 +
 tools/init-finalize-diff.sh  |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/utils/na-gconf2key.sh.in b/src/utils/na-gconf2key.sh.in
index 22de29b..9474c39 100644
--- a/src/utils/na-gconf2key.sh.in
+++ b/src/utils/na-gconf2key.sh.in
@@ -604,6 +604,7 @@ if [ $(id -u) -eq 0 ]; then
 	done
 	# as a security - while we are root -, we force the GConf i/o provider to be locked
 	cat <<! >${my_tmproot}.io-provider_na-gconf
+# Starting with 3.1.0, GConf as I/O provider is deprecated
 readable = false
 writable = false
 !
diff --git a/tools/init-finalize-diff.sh b/tools/init-finalize-diff.sh
index 3104709..eff26bf 100755
--- a/tools/init-finalize-diff.sh
+++ b/tools/init-finalize-diff.sh
@@ -223,7 +223,7 @@ cat ${tmp2} | while read line; do
 			fi
 		fi
 	fi
-	echo "${line_init}">/tmp/$(basename $0).$$.line_init
+	echo "${line_init}" > /tmp/$(basename $0).$$.line_init
 done
 # does not work because shell variables do not go out of a while loop in bash
 #if [ "${line_init}" != "" ]; then



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]