CVS: theedge/var/lib/lunar/functions kernel.lunar,1.6,1.7

elaine at lunar-linux.org elaine at lunar-linux.org
Tue Oct 7 05:24:30 GMT 2003


Update of /var/cvs/lunar/theedge/var/lib/lunar/functions
In directory dbguin.lunar-linux.org:/tmp/cvs-serv31270

Modified Files:
	kernel.lunar 
Log Message:
corrected variable case typo


Index: kernel.lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/var/lib/lunar/functions/kernel.lunar,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- kernel.lunar	7 Oct 2003 05:18:21 -0000	1.6
+++ kernel.lunar	7 Oct 2003 05:24:28 -0000	1.7
@@ -33,7 +33,7 @@
 
   if [ -f /boot/${BKUP_KRNL}.old ]; then
     verbose_msg "moving old kernel backup"
-    mv -f /boot/${BKUP_KRNL}.old /boot/${BKUP_krnl}.old_2
+    mv -f /boot/${BKUP_KRNL}.old /boot/${BKUP_KRNL}.old_2
   fi
 
   if [ -f /boot/${BKUP_KRNL} ]; then




More information about the Lunar-commits mailing list