From: Heiko Z. <smi...@us...> - 2004-05-30 17:51:27
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7662/scripts Modified Files: poptop Log Message: the new poptop has a different directory name Index: poptop =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/poptop,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- poptop 28 Feb 2004 15:37:40 -0000 1.4 +++ poptop 30 May 2004 17:51:18 -0000 1.5 @@ -25,6 +25,8 @@ MYNAME=POPTOP +cd $(find_src_dir pptpd) || exit 1 + case $1 in build ) if [ "$CONFIG_PPP" = "y" ] && [ "$CONFIG_POPTOP" = "y" ]; then |