[or-cvs] r16263: Removed an irrelavant addition from the previous commit to t (incognito/trunk/root_overlay/etc/init.d)

anonym at seul.org anonym at seul.org
Wed Jul 30 14:13:58 UTC 2008


Author: anonym
Date: 2008-07-30 10:13:58 -0400 (Wed, 30 Jul 2008)
New Revision: 16263

Modified:
   incognito/trunk/root_overlay/etc/init.d/external-locale
Log:
Removed an irrelavant addition from the previous commit to this script.


Modified: incognito/trunk/root_overlay/etc/init.d/external-locale
===================================================================
--- incognito/trunk/root_overlay/etc/init.d/external-locale	2008-07-30 14:12:09 UTC (rev 16262)
+++ incognito/trunk/root_overlay/etc/init.d/external-locale	2008-07-30 14:13:58 UTC (rev 16263)
@@ -27,9 +27,6 @@
 		sed -i "s:general.useragent.locale\", \".*\":general.useragent.locale\", \"${LANGUAGE}\":" \
 		    "${MOZILLA_FIVE_HOME}"/defaults/pref/firefox.js \
 		    "${MOZILLA_FIVE_HOME}"/defaults/pref/firefox-l10n.js 2>/dev/null
-		sed -i "s:spellchecker.dictionary\", \".*\":spellchecker.dictionary\", \"${LANGUAGE}\":" \
-		    "${MOZILLA_FIVE_HOME}"/defaults/pref/firefox.js \
-		    "${MOZILLA_FIVE_HOME}"/defaults/pref/firefox-l10n.js 2>/dev/null
 	    fi
 	    ls /home/__INCOGNITO_USER__/.mozilla/firefox/*/prefs.js /home/__INCOGNITO_USER__/.thunderbird/*/prefs.js 2>/dev/null | while read PREFS; do
 		echo "user_pref(\"general.useragent.locale\", \"${LANGUAGE}\");" >> "${PREFS}"



More information about the tor-commits mailing list