--- mcore-src/trunk/mcore-tools/src/modules/tigervnc/vnc.client.class.in 2014/01/10 14:10:21 2171 +++ mcore-src/trunk/mcore-tools/src/modules/tigervnc/vnc.client.class.in 2014/01/10 14:10:39 2172 @@ -62,9 +62,9 @@ get_vnc_service() { - if [ -f ${MROOT}/etc/X11/xorg.conf.d/25-module.conf ] + if [ -f ${MROOT}@@SYSCONFDIR@@/X11/xorg.conf.d/25-module.conf ] then - if [[ -n $(grep 'Load.*vnc' ${MROOT}/etc/X11/xorg.conf.d/25-module.conf) ]] + if [[ -n $(grep 'Load.*vnc' ${MROOT}@@SYSCONFDIR@@/X11/xorg.conf.d/25-module.conf) ]] then mecho "VNC facility is enabled." rvecho "1"