<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: automate installing tripwire using expect</title>
	<atom:link href="http://eigenjoy.com/2009/07/10/automate-installing-tripwire-using-expect/feed/" rel="self" type="application/rss+xml" />
	<link>http://eigenjoy.com/2009/07/10/automate-installing-tripwire-using-expect/</link>
	<description>a programming blog</description>
	<lastBuildDate>Wed, 14 Sep 2011 21:12:34 -0800</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Trey Henefield</title>
		<link>http://eigenjoy.com/2009/07/10/automate-installing-tripwire-using-expect/comment-page-1/#comment-32173</link>
		<dc:creator>Trey Henefield</dc:creator>
		<pubDate>Wed, 28 Apr 2010 19:25:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.xcombinator.com/2009/07/10/automate-installing-tripwire-using-expect/#comment-32173</guid>
		<description>I came across this as useful.  But I found an even easier solution.

There is an option that disables the license prompt.

After running &#039;./configure&#039; and &#039;make&#039;, I perform the following change from within the tripwire source directory:

		sed -i &#039;/PROMPT=/s/true/false/&#039; install/install.sh

You also have prompts for SITE and LOCAL passwords. These can be automated with:

		sed -i &#039;/TW_SITE_PASS=/s/\&quot;\&quot;/\&quot;PASSWORD\&quot;/&#039; install/install.sh
		sed -i &#039;/TW_LOCAL_PASS=/s/\&quot;\&quot;/\&quot;PASSWORD\&quot;/&#039; install/install.sh

The above will define both passwords as PASSWORD.

You can then run &#039;make install&#039; without any prompts.

Hope that may help others.</description>
		<content:encoded><![CDATA[<p>I came across this as useful.  But I found an even easier solution.</p>
<p>There is an option that disables the license prompt.</p>
<p>After running &#8216;./configure&#8217; and &#8216;make&#8217;, I perform the following change from within the tripwire source directory:</p>
<p>		sed -i &#8216;/PROMPT=/s/true/false/&#8217; install/install.sh</p>
<p>You also have prompts for SITE and LOCAL passwords. These can be automated with:</p>
<p>		sed -i &#8216;/TW_SITE_PASS=/s/\&#8221;\&#8221;/\&#8221;PASSWORD\&#8221;/&#8217; install/install.sh<br />
		sed -i &#8216;/TW_LOCAL_PASS=/s/\&#8221;\&#8221;/\&#8221;PASSWORD\&#8221;/&#8217; install/install.sh</p>
<p>The above will define both passwords as PASSWORD.</p>
<p>You can then run &#8216;make install&#8217; without any prompts.</p>
<p>Hope that may help others.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

