diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-02-27 20:56:07 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-02-27 20:56:07 +0000 |
commit | 87885e512fb5602f5ff84e9b66233454f8e27736 (patch) | |
tree | bdd9c0e7dec70d1a5006bee61e5504ce623a3800 /packages | |
parent | 48236ffce4af0ebd79df2a16d806c962f4a33252 (diff) | |
download | pfsense-packages-87885e512fb5602f5ff84e9b66233454f8e27736.tar.gz pfsense-packages-87885e512fb5602f5ff84e9b66233454f8e27736.tar.bz2 pfsense-packages-87885e512fb5602f5ff84e9b66233454f8e27736.zip |
Newline after package rc.d header
Diffstat (limited to 'packages')
-rw-r--r-- | packages/assp.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/assp.xml b/packages/assp.xml index 77f76469..bb3b8a39 100644 --- a/packages/assp.xml +++ b/packages/assp.xml @@ -16,8 +16,8 @@ <custom_php_install_command> $fout = fopen("/usr/local/etc/rc.d/assp.sh","w"); fwrite($fout, "#!/bin/sh\n\n"); - fwrite($fout, "\n# This file was automatically generated by the pfSense"); - fwrite($fout, "\n# package management system"); + 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); system("chmod 555 /usr/local/etc/rc.d/assp.sh"); |