ltsp-init-common and ltsp-setup

Warren Togami <[email protected]>
Newsgroups gmane.linux.terminal-server.devel
Message-ID <[email protected]>
I'm was looking at moving things that seem truly common from 
client/initscripts/ltsp-setup to client/initscripts/ltsp-init-common, 
however I noticed a few problems.

1) Why does ltsp-core include ltsp-init-common but not ltsp-setup?  This 
means I can't move stuff from the ltsp-core script to the common.

2) ltsp-setup contains the following which looks reasonable:

configure_x() {
     # If the user has specified an xorg.conf file, then copy it over.
     xserver_config="/etc/X11/xorg.conf"
     [ -n "$X_CONF" ] && [ -f "$X_CONF" ] && \
         cp "$X_CONF" "$xserver_config"
}

ltsp-init-common contains:

configure_x() {
     if boolean_is_true "$CONFIGURE_X" ; then
         ${CONFIGURE_X_COMMAND:-/usr/share/ltsp/configure-x.sh}
     fi
}

It seems like you would want both functionality?

Warren Togami
[email protected]

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_____________________________________________________________________
Ltsp-developer mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-developer
For additional LTSP help,   try #ltsp channel on irc.freenode.net
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.