Magellan Linux

Diff of /trunk/initscripts-alx/patches/initscripts-0.3.4-r10-alx-hwdetect-add-realvnc-and-tigervnc-support.patch

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

revision 1206 by niro, Fri Nov 26 09:44:38 2010 UTC revision 1207 by niro, Wed Dec 1 22:01:05 2010 UTC
# Line 20  Line 20 
20  + HAS_REALVNC="no"  + HAS_REALVNC="no"
21  + fi  + fi
22  +  +
23  + if [ -f /usr/X11R6/lib/modules/extensions/libvnc.so ]  + if [ -f /usr/X11R6/lib/xorg/modules/extensions/libvnc.so ]
24  + then  + then
25  + HAS_TIGERVNC="yes"  + HAS_TIGERVNC="yes"
26  + else  + else

Legend:
Removed from v.1206  
changed lines
  Added in v.1207