Magellan Linux

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

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

revision 2002 by niro, Wed Nov 9 15:17:49 2011 UTC revision 2003 by niro, Mon Aug 13 09:32:23 2012 UTC
# Line 251  print_provide() Line 251  print_provide()
251   # sort them alpabetically   # sort them alpabetically
252   sorted=$(for i in ${PROVIDE}; do echo "${i}"; done | sort)   sorted=$(for i in ${PROVIDE}; do echo "${i}"; done | sort)
253   # do not escape, or CRLFS get printed to screen too   # do not escape, or CRLFS get printed to screen too
254   rvecho ${sorted}   rvecho ${sorted}
255  }  }
256    
257  # message only echo | disabled in quiet mode  # message only echo | disabled in quiet mode

Legend:
Removed from v.2002  
changed lines
  Added in v.2003