<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://test.amule.szerverem.hu/w/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=84.121.245.14</id>
		<title>AMule Project FAQ - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://test.amule.szerverem.hu/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=84.121.245.14"/>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/Special:Contributions/84.121.245.14"/>
		<updated>2026-04-05T21:02:01Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>http://test.amule.szerverem.hu/wiki/User:Colin</id>
		<title>User:Colin</title>
		<link rel="alternate" type="text/html" href="http://test.amule.szerverem.hu/wiki/User:Colin"/>
				<updated>2008-01-02T18:29:51Z</updated>
		
		<summary type="html">&lt;p&gt;84.121.245.14: Changed n to 6&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Satisfied amule user since September 2004.&lt;br /&gt;
----&lt;br /&gt;
I am also known as '''ezeltje''' in the forum (''ezel'' means &amp;quot;mule&amp;quot; in Dutch, in case anyone is wondering).&lt;br /&gt;
&lt;br /&gt;
Things I have done there:&lt;br /&gt;
&lt;br /&gt;
* created the [[Events]] pages with the example script&lt;br /&gt;
* reorganized [[AMuleWeb]] and rewrote the intro&lt;br /&gt;
* expanded [[AMuleCMD]]&lt;br /&gt;
* complained about the CVS flag, just to find out Kry can be a sarcastic condescending son of a bitch.&lt;br /&gt;
&lt;br /&gt;
and other smaller fixes elsewhere...&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
== amuleCVSfx ==&lt;br /&gt;
&lt;br /&gt;
Here is a simple script to remove the obligatory command-line parameter you need to use to run aMule CV. Run it in the ../amule-cvs directory. It will make a backup of the original file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/bash&lt;br /&gt;
FileIn=src/amule.cpp&lt;br /&gt;
FileOut=_^$$.tmp&lt;br /&gt;
[ -e $FileOut ] &amp;amp;&amp;amp; rm -f $FileOut&lt;br /&gt;
awk &amp;lt; &amp;quot;$FileIn&amp;quot; &amp;gt; &amp;quot;$FileOut&amp;quot; '	&lt;br /&gt;
	Found &amp;lt; 1 &amp;amp;&amp;amp; /.!cmdline\.Found/ {&lt;br /&gt;
        n = 6&lt;br /&gt;
	print &amp;quot;//      ------ Commented out by amuleCVSfx ------&amp;quot;&lt;br /&gt;
	Found = 1&lt;br /&gt;
  	}&lt;br /&gt;
	n &amp;gt; 0 {&lt;br /&gt;
        $0 = &amp;quot;// &amp;quot; $0&lt;br /&gt;
        n--	&lt;br /&gt;
        }&lt;br /&gt;
{print}'&lt;br /&gt;
mv -f $FileIn $FileIn~  2&amp;gt;&amp;amp;1&lt;br /&gt;
mv -f $FileOut $FileIn  2&amp;gt;&amp;amp;1&lt;br /&gt;
# end&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
  &lt;br /&gt;
You can view the changes using diff: &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ diff --side-by-side --suppress-common-lines src/amule.cpp src/amule.cpp~&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>84.121.245.14</name></author>	</entry>

	</feed>