From: <smi...@us...> - 2003-12-31 23:52:46
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv24993/scripts Modified Files: cipe Log Message: compile cipe after kernel Index: cipe =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/cipe,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- cipe 31 Dec 2003 17:01:51 -0000 1.15 +++ cipe 31 Dec 2003 23:52:42 -0000 1.16 @@ -12,7 +12,7 @@ ### BEGIN INIT INFO # Provides: cipe -# Required-Start: $basebuildtools $libs +# Required-Start: $basebuildtools $libs linux # Required-Stop: # Default-Start: 1 2 # Default-Stop: @@ -33,7 +33,7 @@ if [ "$CONFIG_CIPE" = "y" ]; then unset MAKELEVEL - disable_et_dyn + #disable_et_dyn ./configure --prefix=/usr --sysconfdir=/etc/cipe --disable-debug --disable-pkcipe || exit 1 # |