<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Zarathustra Shall Speak &#187; Drupal</title>
	<atom:link href="http://zarathustrashallspeak.com/tag/drupal/feed/" rel="self" type="application/rss+xml" />
	<link>http://zarathustrashallspeak.com</link>
	<description>And you yourself are also this Will to Power.</description>
	<lastBuildDate>Tue, 17 Jan 2012 20:44:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>iscorehacked.sh and dos</title>
		<link>http://zarathustrashallspeak.com/2010/03/09/iscorehacked-sh-and-dos/</link>
		<comments>http://zarathustrashallspeak.com/2010/03/09/iscorehacked-sh-and-dos/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 04:23:48 +0000</pubDate>
		<dc:creator>Akairenn</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[Pressflow]]></category>

		<guid isPermaLink="false">http://zarathustrashallspeak.com/?p=276</guid>
		<description><![CDATA[H4x!  MAD H4X!!!!!!!!!!!  d00000000000d!!!!!!!!!!!!!!!!11111111111111111]]></description>
			<content:encoded><![CDATA[<p>Dealing with a weird issue where Pressflow is causing all manner of weird and hard to trace issues when placed on top of a D6 site.  Sounds like something&#8217;s verbroken, ja.   A quick check with <a href="http://www.workhabit.com/labs/new-script-are-you-dealing-hacked-drupal-core">iscorehacked.sh</a> is revealing &#8211; wull, <em>everything</em> is hacked!</p>
<p>&#8230;Except, manually comparing files shows no difference between files in random sampling.   Aside from the dos format.  Yes, a file saved in a dos format <strong>will</strong> be revealed by diff as having differences.  Folks, be careful what you&#8217;re editing with/how you&#8217;re saving files if you use Windows. :p</p>
<p>&#8230;That or make sure you have dos2unix installed (yum -y install dos2unix on real(tm) Linux; apt-get install tofrodos for those of you who are heretics) and then execute the following:</p>
<pre class="code">
find . -type f \( -name '*.css' -o -name '*.js' -o -name '*.php' -o -name '*.module' -o -name '*.inc' -o -name '*.pl' -o -name '*.sh' \) -exec dos2unix {} \;
</pre>
<p>&#8230;That&#8217;ll run some fun happy dos2unix conversion while skipping anything that shouldn&#8217;t be touched.  Hell, it&#8217;s probably skipping things that should be touched, but hey, these are the filetypes <em>I</em> needed to cover. :P</p>
]]></content:encoded>
			<wfw:commentRss>http://zarathustrashallspeak.com/2010/03/09/iscorehacked-sh-and-dos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

