From f113ef9068aea8af863e3bfda1454388558bc798 Mon Sep 17 00:00:00 2001 From: Daniel Stefan Haischt Date: Sat, 1 Sep 2007 06:30:15 +0000 Subject: * added remaining DTDs --- packages/doorman.xml | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) (limited to 'packages/doorman.xml') diff --git a/packages/doorman.xml b/packages/doorman.xml index 8bac222b..64f35087 100644 --- a/packages/doorman.xml +++ b/packages/doorman.xml @@ -1,4 +1,5 @@ + @@ -45,6 +46,7 @@ Describe your package requirements here Currently there are no FAQ items provided. doorman + none doorman: Settings pkg_edit.php?xml=doorman.xml&id=0 @@ -61,7 +63,7 @@ - Settings + Settings /pkg_edit.php?xml=doorman.xml&id=0 @@ -70,10 +72,10 @@ /pkg.php?xml=doormanusers.xml + installedpackages->package->$packagename->configuration->settings http://www.pfsense.com/packages/config/doormanusers.xml - installedpackages->package->$packagename->configuration->settings Initial connection timeout @@ -109,20 +111,10 @@ Listening port port Enter the port that doormand should listen on. (default 1001) - 1001 input + 1001 - - global $config; - $start = "/usr/local/sbin/doormand -D &"; - write_rcfile(array( - "file" => "doorman.sh", - "start" => $start, - "stop" => "/usr/bin/killall doormand" - ) - ); - function sync_package_doorman() { conf_mount_rw(); @@ -151,5 +143,15 @@ sync_package_doorman(); + + global $config; + $start = "/usr/local/sbin/doormand -D &"; + write_rcfile(array( + "file" => "doorman.sh", + "start" => $start, + "stop" => "/usr/bin/killall doormand" + ) + ); + -- cgit v1.2.3