aboutsummaryrefslogtreecommitdiffstats
path: root/packages/doorman.xml
diff options
context:
space:
mode:
Diffstat (limited to 'packages/doorman.xml')
-rw-r--r--packages/doorman.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/doorman.xml b/packages/doorman.xml
index 1d0662ba..8607684b 100644
--- a/packages/doorman.xml
+++ b/packages/doorman.xml
@@ -67,6 +67,8 @@
global $config;
$fout = fopen("/usr/local/etc/rc.d/doormand.sh","w");
fwrite($fout, "#!/bin/sh\n\n/usr/local/sbin/doormand -D &\n");
+ fwrite($fout, "# PACKAGE: doorman\n");
+ fwrite($fout, "# EXECUTABLE: doorman\n");
fclose($fout);
chmod("/usr/local/etc/rc.d/doormand.sh", 0755);
</custom_php_install_command>