[Lunar-commits] r19951 - in moonbase/trunk: kernel/linux-2.6-mm kernel/linux-2.6-prepatch x11/XOrg zbeta/XOrg-test

striker striker at lunar-linux.org
Fri May 5 13:47:34 UTC 2006


Author: striker
Date: 2006-05-05 13:47:33 +0000 (Fri, 05 May 2006)
New Revision: 19951

Modified:
   moonbase/trunk/kernel/linux-2.6-mm/PRE_BUILD
   moonbase/trunk/kernel/linux-2.6-prepatch/PRE_BUILD
   moonbase/trunk/x11/XOrg/POST_INSTALL
   moonbase/trunk/zbeta/XOrg-test/POST_INSTALL
Log:
Fixing bad grammar - "for example" is "e.g." NOT "f.e." as in the latin phrase "exempli gratia"
http://en.wikipedia.org/wiki/E.g.


Modified: moonbase/trunk/kernel/linux-2.6-mm/PRE_BUILD
===================================================================
--- moonbase/trunk/kernel/linux-2.6-mm/PRE_BUILD	2006-05-05 13:20:25 UTC (rev 19950)
+++ moonbase/trunk/kernel/linux-2.6-mm/PRE_BUILD	2006-05-05 13:47:33 UTC (rev 19951)
@@ -9,7 +9,7 @@
     unpack  $SOURCE
     
     # the main kernel tarball unpacks with 2.6.X name, not with the -mm added
-    # so, f.e.: linux-2.6.X will be renamed as linux-2.6.X-mmY
+    # so, e.g.: linux-2.6.X will be renamed as linux-2.6.X-mmY
     
     mv linux-${KERNEL_VERSION} linux-${VERSION}
     

Modified: moonbase/trunk/kernel/linux-2.6-prepatch/PRE_BUILD
===================================================================
--- moonbase/trunk/kernel/linux-2.6-prepatch/PRE_BUILD	2006-05-05 13:20:25 UTC (rev 19950)
+++ moonbase/trunk/kernel/linux-2.6-prepatch/PRE_BUILD	2006-05-05 13:47:33 UTC (rev 19951)
@@ -9,7 +9,7 @@
     unpack  $SOURCE
     
     # the main kernel tarball unpacks with 2.6.X name, not with the -mm added
-    # so, f.e.: linux-2.6.X will be renamed as linux-2.6.X-mmY
+    # so, e.g.: linux-2.6.X will be renamed as linux-2.6.X-mmY
     
     mv linux-${KERNEL_VERSION} linux-${VERSION}
     

Modified: moonbase/trunk/x11/XOrg/POST_INSTALL
===================================================================
--- moonbase/trunk/x11/XOrg/POST_INSTALL	2006-05-05 13:20:25 UTC (rev 19950)
+++ moonbase/trunk/x11/XOrg/POST_INSTALL	2006-05-05 13:47:33 UTC (rev 19951)
@@ -16,5 +16,7 @@
   ldconfig
 fi
 
-message "${MESSAGE_COLOR}Some things are different from XFree86 f.e. xf86config=xorgconfig${DEFAULT_COLOR}" 
-message "${MESSAGE_COLOR}xf86cfg=xorgcfg and /etc/X11/XF86Config=/etc/X11/xorg.conf${DEFAULT_COLOR}"
+message "${MESSAGE_COLOR}${BOLD}Some things are different from XFree86:'${DEFAULT_COLOR}"
+message "${MESSAGE_COLOR} - The console config utility 'xf86config' is now 'xorgconfig'${DEFAULT_COLOR}"
+message "${MESSAGE_COLOR} - The graphical config utility 'xf86cfg' is now 'xorgcfg'${DEFAULT_COLOR}"
+message "${MESSAGE_COLOR} - The configuration file '/etc/X11/XF86Config' is now '/etc/X11/xorg.conf'${DEFAULT_COLOR}"

Modified: moonbase/trunk/zbeta/XOrg-test/POST_INSTALL
===================================================================
--- moonbase/trunk/zbeta/XOrg-test/POST_INSTALL	2006-05-05 13:20:25 UTC (rev 19950)
+++ moonbase/trunk/zbeta/XOrg-test/POST_INSTALL	2006-05-05 13:47:33 UTC (rev 19951)
@@ -16,5 +16,7 @@
   ldconfig
 fi
 
-message "${MESSAGE_COLOR}Some things are different from XFree86 f.e. xf86config=xorgconfig${DEFAULT_COLOR}" 
-message "${MESSAGE_COLOR}xf86cfg=xorgcfg and /etc/X11/XF86Config=/etc/X11/xorg.conf${DEFAULT_COLOR}"
+message "${MESSAGE_COLOR}${BOLD}Some things are different from XFree86:${DEFAULT_COLOR}"
+message "${MESSAGE_COLOR} - The console config utility 'xf86config' is now 'xorgconfig'${DEFAULT_COLOR}"
+message "${MESSAGE_COLOR} - The graphical config utility 'xf86cfg' is now 'xorgcfg'${DEFAULT_COLOR}"
+message "${MESSAGE_COLOR} - The configuration file '/etc/X11/XF86Config' is now '/etc/X11/xorg.conf'${DEFAULT_COLOR}"



More information about the Lunar-commits mailing list