CVS: moonbase/kernel/linux-grsec BUILD,1.5,1.6

Niki Guldbrand niki at lunar-linux.org
Fri Dec 5 11:02:17 GMT 2003


Update of /var/cvs/lunar/moonbase/kernel/linux-grsec
In directory dbguin.lunar-linux.org:/tmp/cvs-serv8967/linux-grsec

Modified Files:
	BUILD 
Log Message:
Made all the kernel modules remove the symlink to from $VERSION to
$VERSION-EXTRAVERSION befor attemptin to create a new one.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-grsec/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD	3 Dec 2003 10:47:11 -0000	1.5
+++ BUILD	5 Dec 2003 11:02:15 -0000	1.6
@@ -53,6 +53,7 @@
 
   cp    arch/i386/boot/bzImage   /boot/${VERSION}-grsec-${PVERSION} &&
   # link the modules so depmod can find them!
+  rm /lib/modules/$VERSION
   ln -f -s /lib/modules/$VERSION-grsec-$PVERSION /lib/modules/$VERSION
   
 ) > $C_FIFO 2>&1




More information about the Lunar-commits mailing list