<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://bugs.maemo.com/skins/common/feed.css?207"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://bugs.maemo.com/index.php?action=history&amp;feed=atom&amp;title=Community_SSU%2FFeatures%2Fke-recv</id>
		<title>Community SSU/Features/ke-recv - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://bugs.maemo.com/index.php?action=history&amp;feed=atom&amp;title=Community_SSU%2FFeatures%2Fke-recv"/>
		<link rel="alternate" type="text/html" href="http://bugs.maemo.com/index.php?title=Community_SSU/Features/ke-recv&amp;action=history"/>
		<updated>2026-04-21T18:48:48Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.15.5-7</generator>

	<entry>
		<id>http://bugs.maemo.com/index.php?title=Community_SSU/Features/ke-recv&amp;diff=49237&amp;oldid=prev</id>
		<title>merlin1991:&amp;#32;New page: == Mount Blacklist == Whenever ke-recv mounts a device /etc/default/osso-mmc-blacklist.sh is called first, if the script calls exit itself the mount attempt is aborted.  Below is a sample ...</title>
		<link rel="alternate" type="text/html" href="http://bugs.maemo.com/index.php?title=Community_SSU/Features/ke-recv&amp;diff=49237&amp;oldid=prev"/>
				<updated>2012-08-27T10:13:43Z</updated>
		
		<summary type="html">&lt;p&gt;New page: == Mount Blacklist == Whenever ke-recv mounts a device /etc/default/osso-mmc-blacklist.sh is called first, if the script calls exit itself the mount attempt is aborted.  Below is a sample ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Mount Blacklist ==&lt;br /&gt;
Whenever ke-recv mounts a device /etc/default/osso-mmc-blacklist.sh is called first, if the script calls exit itself the mount attempt is aborted.&lt;br /&gt;
&lt;br /&gt;
Below is a sample script that can be used to blacklist mountpoints:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
#!/bin/sh&lt;br /&gt;
&lt;br /&gt;
BLACKLIST=/etc/default/osso-mmc-blacklist&lt;br /&gt;
&lt;br /&gt;
grep &amp;quot;$PDEV&amp;quot; ${BLACKLIST} &amp;gt; /dev/null&lt;br /&gt;
if [ $? = 0 ]; then&lt;br /&gt;
  exit 0&lt;br /&gt;
fi&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Community]]&lt;br /&gt;
[[Category:Fremantle]]&lt;/div&gt;</summary>
		<author><name>merlin1991</name></author>	</entry>

	</feed>