Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/mcored.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1344 by niro, Thu Feb 17 21:15:58 2011 UTC revision 1638 by niro, Thu Mar 10 18:05:16 2011 UTC
# Line 48  source /etc/mcore/config.rc Line 48  source /etc/mcore/config.rc
48  # }  # }
49    
50  DEBUG=1  DEBUG=1
51    NOCOLORS="false"
52    WEBCRLF="false"
53    QUIET="false"
54    
55  run=run  run=run
56  valid_session=no  valid_session=no
# Line 68  do Line 71  do
71   require) valid_session && verify_requirements ;;   require) valid_session && verify_requirements ;;
72   nocolors) export NOCOLORS="true" ;;   nocolors) export NOCOLORS="true" ;;
73   webcrlf) export WEBCRLF="true" ;;   webcrlf) export WEBCRLF="true" ;;
74     quiet) export QUIET="true" ;;
75   help*)   help*)
76   if valid_session   if valid_session
77   then   then

Legend:
Removed from v.1344  
changed lines
  Added in v.1638