Magellan Linux

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

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

revision 1924 by niro, Wed Nov 9 13:56:01 2011 UTC revision 2020 by niro, Mon Aug 13 11:15:18 2012 UTC
# Line 85  get_boot_theme() Line 85  get_boot_theme()
85   fi   fi
86   ;;   ;;
87   system)   system)
88   for i in $(find /etc/splash/themes -mindepth 1 -maxdepth 1 -type d -printf '%f\n' | sort)   list_files_in_directory -type d -mindepth 1 -maxdepth 1 ${MROOT}/etc/splash/themes
  do  
  theme="${theme}"  
  done  
  rvecho "${theme}"  
89   ;;   ;;
90   *)   *)
91   help_boot_theme   help_boot_theme

Legend:
Removed from v.1924  
changed lines
  Added in v.2020