--- alx-src/trunk/tinyalxconfig-ng/functions/config_sessions.sh 2008/06/07 16:59:07 483 +++ alx-src/trunk/tinyalxconfig-ng/functions/config_sessions.sh 2008/06/07 17:10:04 484 @@ -1,4 +1,4 @@ -# $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/functions/config_sessions.sh,v 1.2 2008-06-04 19:26:00 niro Exp $ +# $Header: /home/cvsd/alx-cvs/alx-src/tinyalxconfig-ng/functions/config_sessions.sh,v 1.3 2008-06-07 17:10:04 niro Exp $ # configures ica-sessions on the host via mysql db settings get_sessions_settings() @@ -423,7 +423,7 @@ osversion="$(< /etc/mageversion)" hostname=$(mysqldo "select hostname from cfg_network where serial='${ALX_SERIAL}'") - sysinfo="Hostname: ${hostname} Serial: #${ALX_SERIAL} OS: alx-${osversion} Kernel: $(uname -r)" + sysinfo="Hostname: ${hostname} Serial: #${ALX_SERIAL} OS: tinyALX-${osversion} Kernel: $(uname -r)" # now get the right position: # restore orig values of xres @@ -508,7 +508,7 @@ # now fix it with proper messages :P local ver="$(< /etc/mageversion)" - sed -i "s:@CHANGEME@:alx-${ver} #${ALX_SERIAL}:g" \ + sed -i "s:@CHANGEME@:tinyALX-${ver} #${ALX_SERIAL}:g" \ ${ALX_UNPRIV_HOME}/.fluxbox/menu # add a newline (maybe there is no crlf in the header)