Linux.com

error in /etc/init.d/wine

Posted by: Anonymous Coward on August 08, 2006 03:20 PM
first line in init.d script would prepend a slash to refer to an absolute path:
<tt> test -e<nobr> <wbr></nobr>/proc/sys/fs/binfmt_misc/register || exit 0</tt>
instead of
<tt> test -e proc/sys/fs/binfmt_misc/register || exit 0</tt>

#

Return to How to launch Windows binaries on Linux directly