diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/hula.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/hula.xml b/packages/hula.xml index f88f48af..9af46eb2 100644 --- a/packages/hula.xml +++ b/packages/hula.xml @@ -59,6 +59,7 @@ system("rm /usr/local/etc/rc.d/hula.sh"); $fout = fopen("/usr/local/etc/rc.d/hula.sh","w"); fwrite($fout, "#!/bin/sh\n\n"); + fwrite($fout, "/sbin/mount -t linprocfs linprocfs /proc\n"); fwrite($fout, "/usr/local/hula/sbin/hulamanager &\n"); fclose($fout); system("chmod 555 /usr/local/etc/rc.d/hula.sh &"); |