<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://jet.maui.co.uk/wiki/index.php?action=history&amp;feed=atom&amp;title=JET_install_sudo_config</id>
	<title>JET install sudo config - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://jet.maui.co.uk/wiki/index.php?action=history&amp;feed=atom&amp;title=JET_install_sudo_config"/>
	<link rel="alternate" type="text/html" href="https://jet.maui.co.uk/wiki/index.php?title=JET_install_sudo_config&amp;action=history"/>
	<updated>2026-04-11T00:44:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://jet.maui.co.uk/wiki/index.php?title=JET_install_sudo_config&amp;diff=1420&amp;oldid=prev</id>
		<title>Jetmark at 00:14, 11 January 2008</title>
		<link rel="alternate" type="text/html" href="https://jet.maui.co.uk/wiki/index.php?title=JET_install_sudo_config&amp;diff=1420&amp;oldid=prev"/>
		<updated>2008-01-11T00:14:54Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Jet_Installation_Recipe|Parent]]&lt;br /&gt;
 &lt;br /&gt;
==install_sudo_config==&lt;br /&gt;
&lt;br /&gt;
 #!/usr/bin/ksh&lt;br /&gt;
 &lt;br /&gt;
 if [ ! -f &amp;quot;/usr/local/etc/sudoers&amp;quot; ] ; then&lt;br /&gt;
   exit&lt;br /&gt;
 fi&lt;br /&gt;
 &lt;br /&gt;
 echo &amp;quot;jsmith ALL=(ALL) NOPASSWD: ALL&amp;quot; &amp;gt;&amp;gt; /usr/local/etc/sudoers &lt;br /&gt;
 echo &amp;quot;sysadmin ALL=(ALL) NOPASSWD: ALL&amp;quot; &amp;gt;&amp;gt; /usr/local/etc/sudoers&lt;br /&gt;
 chgrp root /usr/local/etc/sudoers&lt;br /&gt;
 chmod 0440 /usr/local/etc/sudoers&lt;br /&gt;
 chmod u+s /usr/local/bin/sudo&lt;br /&gt;
 if [ -d &amp;quot;/opt/SUNWexplo/output&amp;quot; ] ; then&lt;br /&gt;
     chmod 755 /opt/SUNWexplo/output&lt;br /&gt;
 fi&lt;/div&gt;</summary>
		<author><name>Jetmark</name></author>
	</entry>
</feed>