diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-02-28 23:06:22 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-02-28 23:06:22 +0000 |
commit | d86fdad4968dfe8a8cf40d966e7b28a893c9fa13 (patch) | |
tree | 95da9bb357e273e9285b2d96797a2d2864ddc888 /packages/hula.xml | |
parent | 7e39840d339901e10a92d2a5cf87241672afe068 (diff) | |
download | pfsense-packages-d86fdad4968dfe8a8cf40d966e7b28a893c9fa13.tar.gz pfsense-packages-d86fdad4968dfe8a8cf40d966e7b28a893c9fa13.tar.bz2 pfsense-packages-d86fdad4968dfe8a8cf40d966e7b28a893c9fa13.zip |
Correct pathname to hulasetup
Diffstat (limited to 'packages/hula.xml')
-rw-r--r-- | packages/hula.xml | 4 |
1 files 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 &"); </custom_php_install_command> </packagegui> |