[Lunar-commits] CVS: theedge/sbin lunar,1.31,1.32
Auke Kok
sofar at lunar-linux.org
Mon Oct 25 20:28:54 UTC 2004
Update of /var/cvs/lunar/theedge/sbin
In directory espresso.foo-projects.org:/tmp/cvs-serv26392/sbin
Modified Files:
lunar
Log Message:
Adding menu toggle to PROBE_EXPIRED in the FEATURE menu
Index: lunar
===================================================================
RCS file: /var/cvs/lunar/theedge/sbin/lunar,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- lunar 12 Oct 2004 12:58:39 -0000 1.31
+++ lunar 25 Oct 2004 20:28:52 -0000 1.32
@@ -525,6 +525,7 @@
U_HELP="Automatically remove old sources and install caches upon lunar update?"
V_HELP="View compilation as it happens?"
W_HELP="Verbose display of compilation process?"
+ X_HELP="When using --probe, also recompile modules if a newer version is available?"
Z_HELP="Custom modules in zlocal override equally named ones (NOT RECOMMENDED) ?"
ARCHIVE=${ARCHIVE:=on}
@@ -572,7 +573,8 @@
"REAP" "Toggle" "$REAP" "$E_HELP" \
"TMPFS" "Toggle" "$TMPFS" "$D_HELP" \
"VERBOSE" "Toggle" "$VERBOSE" "$W_HELP" \
- "ZLOCAL_OVERRIDES" "Toggle" "$ZLOCAL_OVERRIDES" "$Z_HELP"`
+ "ZLOCAL_OVERRIDES" "Toggle" "$ZLOCAL_OVERRIDES" "$Z_HELP" \
+ "PROBE_EXPIRED" "Toggle" "$PROBE_EXPIRED" "$X_HELP"`
then
@@ -594,6 +596,7 @@
TMPFS=off
VERBOSE=off
ZLOCAL_OVERRIDES=off
+ PROBE_EXPIRED=off
for TOGGLE in $TOGGLES; do
case $TOGGLE in
@@ -615,6 +618,7 @@
TMPFS) TMPFS=on ;;
VERBOSE) VERBOSE=on ;;
ZLOCAL_OVERRIDES) ZLOCAL_OVERRIDES=on ;;
+ PROBE_EXPIRED) PROBE_EXPIRED=on ;;
esac
done
@@ -635,6 +639,7 @@
set_local_config "TMPFS" "$TMPFS"
set_local_config "VERBOSE" "$VERBOSE"
set_local_config "ZLOCAL_OVERRIDES" "$ZLOCAL_OVERRIDES"
+ set_local_config "PROBE_EXPIRED" "$PROBE_EXPIRED"
set_local_config "COLOR" "$COLOR"
fi
More information about the Lunar-commits
mailing list