 1412 Alkis Georgopoulos	2012-02-10
      revision-id:alkisg@gmail.com-20120210164846-g7ycix6adgla89df
      Export LTSP_FATCLIENT and LTSP_CLIENT_MAC to client env if they're set.

=== modified file 'rc.d/X50-generate-env'
--- old/rc.d/X50-generate-env	2011-05-27 15:13:39 +0000
+++ new/rc.d/X50-generate-env	2012-02-10 16:48:46 +0000
@@ -4,6 +4,8 @@
 # We may not want to force set this:
 
 CLIENT_ENV="$CLIENT_ENV LTSP_CLIENT=$LDMINFO_IPADDR LTSP_CLIENT_HOSTNAME=$(hostname)"
+test -n "$LTSP_FATCLIENT" && CLIENT_ENV="$CLIENT_ENV LTSP_FATCLIENT=$LTSP_FATCLIENT"
+test -n "$LTSP_CLIENT_MAC" && CLIENT_ENV="$CLIENT_ENV LTSP_CLIENT_MAC=$LTSP_CLIENT_MAC"
 export CLIENT_ENV
 # Set our language, if a different one is picked.
 

