diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-02-28 23:12:14 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-02-28 23:12:14 +0000 |
commit | e462701c2fa6a352b907f95f2eb78850efbd582c (patch) | |
tree | 1e5a998706a604c1063632ab3f954a40a41f5781 /packages | |
parent | d86fdad4968dfe8a8cf40d966e7b28a893c9fa13 (diff) | |
download | pfsense-packages-e462701c2fa6a352b907f95f2eb78850efbd582c.tar.gz pfsense-packages-e462701c2fa6a352b907f95f2eb78850efbd582c.tar.bz2 pfsense-packages-e462701c2fa6a352b907f95f2eb78850efbd582c.zip |
Use domain=domainname
Diffstat (limited to 'packages')
-rw-r--r-- | packages/hula.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/hula.xml b/packages/hula.xml index 1761b599..f88f48af 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/sbin/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(); |