From: Heiko Z. <smi...@us...> - 2004-03-24 02:18:22
|
Update of /cvsroot/devil-linux/build/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2766 Modified Files: grsecurity Log Message: make sure only the main grsec patch get's applied Index: grsecurity =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/grsecurity,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- grsecurity 23 Mar 2004 13:08:53 -0000 1.18 +++ grsecurity 24 Mar 2004 02:07:49 -0000 1.19 @@ -31,7 +31,7 @@ cd $KERNELDIR if [ ! -f devil-linux-grsec-kernel-patches.done ]; then touch devil-linux-grsec-kernel-patches.done - bzcat $DL_DIR/src/grsecurity*.patch.bz2 > grsecurity.patch || exit 1 + bzcat $DL_DIR/src/grsecurity-1.9*.patch.bz2 > grsecurity.patch || exit 1 if [ ! "$CONFIG_VHZ" = "OFF" ]; then bzcat $DL_DIR/src/grsecurity-kernel-vhz1.patch.bz2 |sed -e 's/^--- grsecurity.*/--- grsecurity.patch.old/g' -e 's/^+++ grsecurity.*/+++ grsecurity.patch/g' | patch -p0 || exit 1 fi |