From: <jh...@us...> - 2009-06-18 00:09:12
|
Revision: 83 http://etch.svn.sourceforge.net/etch/?rev=83&view=rev Author: jheiss Date: 2009-06-18 00:08:05 +0000 (Thu, 18 Jun 2009) Log Message: ----------- Remove full path to post command, etch sets a reasonable path internally. Modified Paths: -------------- trunk/etchserver-samples/source/etc/inet/inetd.conf/config.xml Modified: trunk/etchserver-samples/source/etc/inet/inetd.conf/config.xml =================================================================== --- trunk/etchserver-samples/source/etc/inet/inetd.conf/config.xml 2009-06-18 00:07:34 UTC (rev 82) +++ trunk/etchserver-samples/source/etc/inet/inetd.conf/config.xml 2009-06-18 00:08:05 UTC (rev 83) @@ -5,7 +5,7 @@ </source> </file> <post> - <exec>/usr/bin/pkill -HUP inetd</exec> + <exec>pkill -HUP inetd</exec> </post> </config> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |