Changeset 89


Ignore:
Timestamp:
Jul 6, 2009, 5:31:37 PM (15 years ago)
Author:
waue
Message:
 
Location:
nutchez-0.1
Files:
1 added
3 edited
1 moved

Legend:

Unmodified
Added
Removed
  • nutchez-0.1/bin/nutchez

    r77 r89  
    1212#. "$bin"/nutchez-func.sh
    1313
    14   export NUTCH_CONF_DIR=~/.nutchez
    15   export HADOOP_CONF_DIR=~/.nutchez
     14  export NUTCH_CONF_DIR=~/.nutchez/conf
     15  export HADOOP_CONF_DIR=~/.nutchez/conf
    1616  export NUTCH_LOG_DIR=~/.nutchez/log
    1717
  • nutchez-0.1/bin/nutchez-func.sh

    r88 r89  
    1515    # copy from /etc/nutch
    1616    mkdir ~/.nutchez
    17     cp -rf /etc/nutch/* ~/.nutchez
     17    cp -rf /etc/nutch/conf ~/.nutchez/
    1818    mkdir ~/.nutchez/log
     19    cp -rf /etc/nutch/sav ~/.nutchez/
    1920    chown -R $LOGNAME:$LOGNAME ~/.nutchez
    2021  fi
  • nutchez-0.1/debian/nutchez.install

    r80 r89  
    1 conf/*    etc/nutch
     1conf    etc/nutch
     2sav   etc/nutch
     3README    etc/nutch
    24bin   opt/nutch
    35bin/nutchez*  usr/local/bin
Note: See TracChangeset for help on using the changeset viewer.