Magellan Linux

Diff of /mcore-src/trunk/mcore-tools/src/include/daemon.global.class.in

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

revision 2030 by niro, Mon Aug 13 11:42:52 2012 UTC revision 2052 by niro, Wed May 8 11:20:11 2013 UTC
# Line 105  help_topics() Line 105  help_topics()
105   mecho "\tcolors   - enable colors"   mecho "\tcolors   - enable colors"
106   mecho "\tquiet    - do not print any unecessary messages"   mecho "\tquiet    - do not print any unecessary messages"
107   mecho "\thelp     - shows help"   mecho "\thelp     - shows help"
108     mecho "\tversion  - prints version of the daemon"
109   mecho "\tquit     - quits the connection to the server"   mecho "\tquit     - quits the connection to the server"
110   mecho   mecho
111   mecho "Help topics:"   mecho "Help topics:"
# Line 443  list_files_in_directory() Line 444  list_files_in_directory()
444    
445   rvecho "${retval}"   rvecho "${retval}"
446  }  }
447    
448    print_version()
449    {
450     echo "mcored-$(<${MCLIBDIR}/VERSION)"
451    }
452    

Legend:
Removed from v.2030  
changed lines
  Added in v.2052