[wpdev-commits] wolfpack setup.sh,1.3,1.4
Brought to you by:
rip,
thiagocorrea
|
From: <as...@us...> - 2003-10-14 14:12:14
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1:/tmp/cvs-serv12477 Modified Files: setup.sh Log Message: added two new dependancies: basename and dirname. Index: setup.sh =================================================================== RCS file: /cvsroot/wpdev/wolfpack/setup.sh,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** setup.sh 14 Oct 2003 06:34:30 -0000 1.3 --- setup.sh 14 Oct 2003 14:12:10 -0000 1.4 *************** *** 2,6 **** CONFIG_FILE="setup.cf"; SETUP_BASEDIR="setup.d"; ! NECESSARY_COMMANDS="bash seq run-parts expr grep sed cut head tail chmod"; # --- 2,6 ---- CONFIG_FILE="setup.cf"; SETUP_BASEDIR="setup.d"; ! NECESSARY_COMMANDS="bash seq run-parts expr grep sed cut head tail chmod dirname basename"; # |