<?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"
	>
<channel>
	<title>Comments on: HowTo: Install and Configure AstManProxy</title>
	<atom:link href="http://www.mattgwatson.ca/2008/06/howto-install-and-configure-astmanproxy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mattgwatson.ca/2008/06/howto-install-and-configure-astmanproxy/</link>
	<description>Just another geek</description>
	<pubDate>Fri, 30 Jul 2010 21:53:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: mwatson</title>
		<link>http://www.mattgwatson.ca/2008/06/howto-install-and-configure-astmanproxy/#comment-53</link>
		<dc:creator>mwatson</dc:creator>
		<pubDate>Thu, 28 Aug 2008 13:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattgwatson.ca/?p=25#comment-53</guid>
		<description>Hi Eric,

This is somewhat distribution specific, however there is the init script that is part of Gentoo, it will require some slight modification to work on other distros as there is some Gentoo specific stuff in it:

#!/sbin/runscript
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/astmanproxy/files/astmanproxy.rc6,v 1.1 2005/07/13 02:47:55 stkn Exp $

depend() {
        need net
}

start() {
        ebegin "Starting astmanproxy"
        start-stop-daemon --start --exec /usr/sbin/astmanproxy
        eend $?
}

stop() {
        ebegin "Stopping astmanproxy"
        start-stop-daemon --stop --exec /usr/sbin/astmanproxy
        eend $?
}</description>
		<content:encoded><![CDATA[<p>Hi Eric,</p>
<p>This is somewhat distribution specific, however there is the init script that is part of Gentoo, it will require some slight modification to work on other distros as there is some Gentoo specific stuff in it:</p>
<p>#!/sbin/runscript<br />
# Copyright 1999-2005 Gentoo Foundation<br />
# Distributed under the terms of the GNU General Public License v2<br />
# $Header: /var/cvsroot/gentoo-x86/net-misc/astmanproxy/files/astmanproxy.rc6,v 1.1 2005/07/13 02:47:55 stkn Exp $</p>
<p>depend() {<br />
        need net<br />
}</p>
<p>start() {<br />
        ebegin &#8220;Starting astmanproxy&#8221;<br />
        start-stop-daemon &#8211;start &#8211;exec /usr/sbin/astmanproxy<br />
        eend $?<br />
}</p>
<p>stop() {<br />
        ebegin &#8220;Stopping astmanproxy&#8221;<br />
        start-stop-daemon &#8211;stop &#8211;exec /usr/sbin/astmanproxy<br />
        eend $?<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.mattgwatson.ca/2008/06/howto-install-and-configure-astmanproxy/#comment-47</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 21 Aug 2008 18:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mattgwatson.ca/?p=25#comment-47</guid>
		<description>Thanks

Any ideas how to set astmanproxy up in the init.d folder?</description>
		<content:encoded><![CDATA[<p>Thanks</p>
<p>Any ideas how to set astmanproxy up in the init.d folder?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
