[Lunar-commits] r14884 - lunar-iso/trunk/lunar-install/init.d

Auke Kok sofar at lunar-linux.org
Fri May 20 16:04:56 UTC 2005


Author: sofar
Date: 2005-05-20 16:04:55 +0000 (Fri, 20 May 2005)
New Revision: 14884

Modified:
   lunar-iso/trunk/lunar-install/init.d/lunar-install
Log:
backticks are evil.


Modified: lunar-iso/trunk/lunar-install/init.d/lunar-install
===================================================================
--- lunar-iso/trunk/lunar-install/init.d/lunar-install	2005-05-20 16:03:52 UTC (rev 14883)
+++ lunar-iso/trunk/lunar-install/init.d/lunar-install	2005-05-20 16:04:55 UTC (rev 14884)
@@ -9,13 +9,13 @@
   echo "    |                                                                |"
   echo "    |   Please log in as root and start using your system !          |"
   echo "    |                                                                |"
-  echo "    | o Use `lservices` to enable startup daemons and services       |"
-  echo "    | o Use `luser` to add new users to the system                   |"
-  echo "    | o Use `lnet` to configure your network                         |"
-  echo "    | o Use `lmodules` to load/unload kernel modules                 |"
-  echo "    | o Use `lunar` to install, remove and update packages           |"
+  echo "    | o Use 'lservices' to enable startup daemons and services       |"
+  echo "    | o Use 'luser' to add new users to the system                   |"
+  echo "    | o Use 'lnet' to configure your network                         |"
+  echo "    | o Use 'lmodules' to load/unload kernel modules                 |"
+  echo "    | o Use 'lunar' to install, remove and update packages           |"
   echo "    |                                                                |"
-  echo "    |   Read `man lfirsttime` for more tips and help                 |"
+  echo "    |   Read 'man lfirsttime' for more tips and help                 |"
   echo "    |                                                                |"
   echo "    \\----------------------------------------------------------------/"
   # update the locate db in the background once - no need to wait on it



More information about the Lunar-commits mailing list