[Lunar-commits] CVS: moonbase/kernel/linux-grsec BUILD, 1.10,
1.11 POST_INSTALL, 1.16, 1.17
Niki Guldbrand
niki at lunar-linux.org
Wed Mar 24 15:56:23 GMT 2004
Update of /var/cvs/lunar/moonbase/kernel/linux-grsec
In directory dbguin.lunar-linux.org:/tmp/cvs-serv17065
Modified Files:
BUILD POST_INSTALL
Log Message:
It was the BUILD file that needed the fix... :-)
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-grsec/BUILD,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- BUILD 8 Dec 2003 23:44:14 -0000 1.10
+++ BUILD 24 Mar 2004 15:56:21 -0000 1.11
@@ -51,6 +51,6 @@
prepare_install &&
make modules_install &&
- cp arch/i386/boot/bzImage /boot/${VERSION}-grsec-${PVERSION}
+ cp arch/i386/boot/bzImage /boot/${VERSION}-${PVERSION}g
) > $C_FIFO 2>&1
Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/kernel/linux-grsec/POST_INSTALL,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- POST_INSTALL 24 Mar 2004 11:00:22 -0000 1.16
+++ POST_INSTALL 24 Mar 2004 15:56:21 -0000 1.17
@@ -1,7 +1,7 @@
case $BOOT_LOADER in
- lilo) update_lilo ${VERSION}-grsec-${PVERSION} grs-$VERSION ;;
- grub) update_grub ${VERSION}-grsec-${PVERSION} grs-$VERSION ;;
+ lilo) update_lilo ${VERSION}-${PVERSION}g grs-$VERSION ;;
+ grub) update_grub ${VERSION}-${PVERSION}g grs-$VERSION ;;
esac
More information about the Lunar-commits
mailing list