[Lunar-commits] r16644 - lunar/trunk/sbin
Chad Kittel
v3rt1g0 at lunar-linux.org
Sun Sep 25 03:38:30 UTC 2005
Author: v3rt1g0
Date: 2005-09-25 03:38:28 +0000 (Sun, 25 Sep 2005)
New Revision: 16644
Modified:
lunar/trunk/sbin/lget
lunar/trunk/sbin/lin
lunar/trunk/sbin/lrm
lunar/trunk/sbin/lunar
Log:
Couple more typos, only one was user-visible.
Modified: lunar/trunk/sbin/lget
===================================================================
--- lunar/trunk/sbin/lget 2005-09-25 03:15:13 UTC (rev 16643)
+++ lunar/trunk/sbin/lget 2005-09-25 03:38:28 UTC (rev 16644)
@@ -64,7 +64,7 @@
if echo $MODULES | grep -qw moonbase ; then
# just update moonbase, no other modules
get_moonbase
- # remove moonbase rofm MODULES and continue
+ # remove moonbase from MODULES and continue
MODULES=$(echo $MODULES | sed 's/moonbase//g')
fi
Modified: lunar/trunk/sbin/lin
===================================================================
--- lunar/trunk/sbin/lin 2005-09-25 03:15:13 UTC (rev 16643)
+++ lunar/trunk/sbin/lin 2005-09-25 03:38:28 UTC (rev 16644)
@@ -27,7 +27,7 @@
############################################################
# This enables alias expansion within lin and its children
-# although this dosen't expand aliases within functions
+# although this doesn't expand aliases within functions
# That is a limitation of bash and aliases
shopt -s expand_aliases
@@ -67,7 +67,7 @@
if ! lget moonbase ; then
exit 1
fi
- # remove moonbase rofm MODULES and continue
+ # remove moonbase from MODULES and continue
MODULES=$(echo $MODULES | sed 's/moonbase//g')
if [ -z "$MODULES" ] ; then
return
Modified: lunar/trunk/sbin/lrm
===================================================================
--- lunar/trunk/sbin/lrm 2005-09-25 03:15:13 UTC (rev 16643)
+++ lunar/trunk/sbin/lrm 2005-09-25 03:38:28 UTC (rev 16644)
@@ -333,7 +333,7 @@
for MODULE in "${@#-}" ; do
if check_status "$MODULE" ; then
- # assemble pureg list if requested
+ # assemble purge list if requested
if [ "$PURGE" == "on" ] ; then
DEPS=$(list_installed_depending "$MODULE" | sort | uniq)
for DEP in $DEPS ; do
Modified: lunar/trunk/sbin/lunar
===================================================================
--- lunar/trunk/sbin/lunar 2005-09-25 03:15:13 UTC (rev 16643)
+++ lunar/trunk/sbin/lunar 2005-09-25 03:38:28 UTC (rev 16644)
@@ -747,7 +747,7 @@
while
M_HELP="Easy module management"
O_HELP="Change lunar options and features"
- L_HELP="View and edit lunar genreated log files."
+ L_HELP="View and edit lunar generated log files."
Q_HELP="View and edit lunar queues."
F_HELP="Process queues while you watch and wait"
N_HELP="Discover and fix internal problems"
More information about the Lunar-commits
mailing list