You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by cu...@apache.org on 2005/06/23 19:46:29 UTC

svn commit: r193191 - /lucene/nutch/branches/mapred/bin/nutch-daemon.sh

Author: cutting
Date: Thu Jun 23 10:46:28 2005
New Revision: 193191

URL: http://svn.apache.org/viewcvs?rev=193191&view=rev
Log:
Add username to pid file names.

Modified:
    lucene/nutch/branches/mapred/bin/nutch-daemon.sh

Modified: lucene/nutch/branches/mapred/bin/nutch-daemon.sh
URL: http://svn.apache.org/viewcvs/lucene/nutch/branches/mapred/bin/nutch-daemon.sh?rev=193191&r1=193190&r2=193191&view=diff
==============================================================================
--- lucene/nutch/branches/mapred/bin/nutch-daemon.sh (original)
+++ lucene/nutch/branches/mapred/bin/nutch-daemon.sh Thu Jun 23 10:46:28 2005
@@ -42,7 +42,7 @@
 
 # some variables
 log=$NUTCH_LOG_DIR/nutch-$command-`hostname`.log
-pid=/tmp/nutch-$command.pid
+pid=/tmp/nutch-$USER-$command.pid
 
 case $startStop in