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, 1 insertions, 1 deletions
diff --git a/packages/doorman.xml b/packages/doorman.xml
index 8607684b..cc81fc7a 100644
--- a/packages/doorman.xml
+++ b/packages/doorman.xml
@@ -67,7 +67,7 @@
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, "# PACKAGE: Doorman\n");
fwrite($fout, "# EXECUTABLE: doorman\n");
fclose($fout);
chmod("/usr/local/etc/rc.d/doormand.sh", 0755);