From d86fdad4968dfe8a8cf40d966e7b28a893c9fa13 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 28 Feb 2005 23:06:22 +0000 Subject: Correct pathname to hulasetup --- packages/hula.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/hula.xml b/packages/hula.xml index 7ca44942..1761b599 100644 --- a/packages/hula.xml +++ b/packages/hula.xml @@ -46,7 +46,7 @@ fwrite($fout, "/usr/local/hula/sbin/hulamanager &\n"); fclose($fout); system("chmod 555 /usr/local/etc/rc.d/hula.sh"); - system("/usr/local/hula/hulasetup --domain " . $_POST['domain']); + system("/usr/local/hula/sbin/hulasetup --domain " . $_POST['domain']); system("/usr/local/etc/rc.d/hula.sh"); conf_mount_ro(); config_unlock(); @@ -61,6 +61,6 @@ fwrite($fout, "#!/bin/sh\n\n"); fwrite($fout, "/usr/local/hula/sbin/hulamanager &\n"); fclose($fout); - system("chmod 555 /usr/local/etc/rc.d/hula.sh"); + system("chmod 555 /usr/local/etc/rc.d/hula.sh &"); -- cgit v1.2.3