diff options
Diffstat (limited to 'packages/assp.xml')
-rw-r--r-- | packages/assp.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/assp.xml b/packages/assp.xml index 5d69218c..e2b6888a 100644 --- a/packages/assp.xml +++ b/packages/assp.xml @@ -16,7 +16,9 @@ <custom_php_install_command> $fout = fopen("/usr/local/etc/rc.d/assp.sh","w"); fwrite($fout, "#!/bin/sh\n\n"); - fwrite($fout, "# This file was automatically generated by the pfSense\n"); + fwrite($fout, "# PACKAGE: assp\n"); + fwrite($fout, "# EXECUTABLE: assp\n"); + fwrite($fout, "# This file was automatically generated by the pfSense\n"); fwrite($fout, "# package management system\n\n"); fwrite($fout, "/usr/bin/perl /usr/local/assp/assp.pl &\n\n"); fclose($fout); |