From: Heiko Z. <smi...@us...> - 2004-03-20 15:49:09
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30839/scripts Modified Files: mgetty Log Message: added autoppp support Index: mgetty =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/mgetty,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- mgetty 15 Mar 2004 14:03:54 -0000 1.7 +++ mgetty 20 Mar 2004 15:39:10 -0000 1.8 @@ -29,7 +29,7 @@ if [ "$CONFIG_MGETTY" = "y" ]; then replace_str Makefile /usr/local /usr cp policy.h-dist policy.h - make $PMAKE CONFDIR=/etc/mgetty+sendfax all || exit 1 + make $PMAKE CONFDIR=/etc/mgetty+sendfax CFLAGS="-O2 -Wall -pipe -DAUTO_PPP" all || exit 1 strip_debug fi ;; @@ -53,7 +53,7 @@ copy_docs $WORKDIR/tmp - cp -dpR $WORKDIR/tmp/etc/* $ETCDIR/etc || exit + cp -dpR $WORKDIR/tmp/etc/* $ETCDIR/etc || exit copy_files $WORKDIR/tmp/usr $CDDIR/ || exit 1 rm -rf $WORKDIR/tmp || exit 1 |