Index: /nutchez-0.1/bin/nutchez
===================================================================
--- /nutchez-0.1/bin/nutchez	(revision 71)
+++ /nutchez-0.1/bin/nutchez	(revision 72)
@@ -6,8 +6,19 @@
 
 # begining ..
-bin=`dirname "$0"`
-bin=`cd "$bin"; pwd`
 
-. "$bin"/nutchez-func.sh
+#bin=`dirname "$0"`
+#bin=`cd "$bin"; pwd`
+
+#. "$bin"/nutchez-func.sh
+
+  export NUTCH_CONF_DIR=~/.nutchez
+  export HADOOP_CONF_DIR=~/.nutchez
+  export HADOOP_LOG_DIR=~/.nutchez/log
+
+. /opt/nutch/bin/nutchez-func.sh
+. ~/.nutchez/hadoop-env.sh
+
+
+
 init_nutchez
 
Index: /nutchez-0.1/bin/nutchez-func.sh
===================================================================
--- /nutchez-0.1/bin/nutchez-func.sh	(revision 71)
+++ /nutchez-0.1/bin/nutchez-func.sh	(revision 72)
@@ -9,5 +9,5 @@
 
 # set 1 to display more for debug, 
-VERB=1
+VERB=0
 
 init_nutchez () {
@@ -19,8 +19,8 @@
     chown -R $LOGNAME:$LOGNAME ~/.nutchez
   fi
-  export NUTCH_CONF_DIR=~/.nutchez
-  export HADOOP_CONF_DIR=~/.nutchez
-  export HADOOP_LOG_DIR=~/.nutchez/log
-  . ~/.nutchez/hadoop-env.sh || . /etc/nutch/hadoop-env.sh
+#  export NUTCH_CONF_DIR=~/.nutchez
+#  export HADOOP_CONF_DIR=~/.nutchez
+#  export HADOOP_LOG_DIR=~/.nutchez/log
+#  . ~/.nutchez/hadoop-env.sh || . /etc/nutch/hadoop-env.sh
 }
 
@@ -173,5 +173,5 @@
   echo_vb "8. start_tomcat "
   echo_vb "/opt/nutch/tomcat/bin/startup.sh"
-  if [ -e /tmp/search ]
+  if [ -e /tmp/search ];then
     rm -rf /tmp/search
   fi
Index: /nutchez-0.1/conf/sav/n.crawler.txt
===================================================================
--- /nutchez-0.1/conf/sav/n.crawler.txt	(revision 71)
+++ /nutchez-0.1/conf/sav/n.crawler.txt	(revision 72)
@@ -1,1 +1,1 @@
-6
+3
Index: /nutchez-0.1/conf/sav/n.url.txt
===================================================================
--- /nutchez-0.1/conf/sav/n.url.txt	(revision 71)
+++ /nutchez-0.1/conf/sav/n.url.txt	(revision 72)
@@ -1,2 +1,2 @@
-http://www.nchc.org.tw
-http://www.yahoo.com.tw
+www.nchc.org.tw
+www.hadoop.tw
