diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-06-06 00:02:02 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-06-06 00:02:02 +0000 |
commit | 7693d41035d53103634e1770d816a02ecdc47db4 (patch) | |
tree | ace9ccff2456e7bc63eace775c59fab118d26f7b /packages/frickin.xml | |
parent | 5160b05cb3ef20db40a27bf472a1c9d802f98946 (diff) | |
download | pfsense-packages-7693d41035d53103634e1770d816a02ecdc47db4.tar.gz pfsense-packages-7693d41035d53103634e1770d816a02ecdc47db4.tar.bz2 pfsense-packages-7693d41035d53103634e1770d816a02ecdc47db4.zip |
Correct package name to non-lowercase
Diffstat (limited to 'packages/frickin.xml')
-rw-r--r-- | packages/frickin.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frickin.xml b/packages/frickin.xml index c0226a91..84db5d41 100644 --- a/packages/frickin.xml +++ b/packages/frickin.xml @@ -11,7 +11,7 @@ <custom_php_install_command> $fout = fopen("/usr/local/etc/rc.d/frickin.sh", "w"); fwrite($fout, "#!/bin/sh\n# This package was automatically generated\n# by the pfSense package system.\n\n"); - fwrite($fout, "# PACKAGE: frickin\n"); + fwrite($fout, "# PACKAGE: Frickin Proxy\n"); fwrite($fout, "# EXECUTABLE: frickin\n"); fwrite($fout, "/usr/local/bin/frickin"); fwrite($fout, " -s 127.0.0.1"); |