add_fstab_entry won't mount

Josh Dukes <josh.dukes-Fc3R/[email protected]>
Newsgroups gmane.linux.terminal-server.devel
Organization MicroVu
Message-ID <[email protected]>
ltspfs doesn't work if any udev variable contains whitespace
characters. In my case, the name of my thumbdrive contained a space.
Changing line 9 to contain replace all spaces with _ fixes it. 

# diff lib/udev/add_fstab_entry*
9c9
< export $(udevinfo -qenv -n ${DEVICENAME}| sed 's/ /_/g')
---
> export $(udevinfo -qenv -n ${DEVICENAME})


-- 

Josh Dukes
MicroVu IT Department

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_____________________________________________________________________
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.