aboutsummaryrefslogtreecommitdiffstats
path: root/packages/squid.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-05 17:16:45 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-05 17:16:45 +0000
commitf8addcb1c9b6e4f1a73af6a9f24b96fc756aabe7 (patch)
treec701774166ae4cc3df8a2e1179df299d3ce22b00 /packages/squid.xml
parent92485503241dddaafa85fc76c1d0256436147757 (diff)
downloadpfsense-packages-f8addcb1c9b6e4f1a73af6a9f24b96fc756aabe7.tar.gz
pfsense-packages-f8addcb1c9b6e4f1a73af6a9f24b96fc756aabe7.tar.bz2
pfsense-packages-f8addcb1c9b6e4f1a73af6a9f24b96fc756aabe7.zip
* Add PACKAGE: $packagename
* Add EXECUTABLE: $executable-name
Diffstat (limited to 'packages/squid.xml')
-rw-r--r--packages/squid.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/squid.xml b/packages/squid.xml
index 324f3e86..9619f1e8 100644
--- a/packages/squid.xml
+++ b/packages/squid.xml
@@ -56,6 +56,8 @@
write_squid_static_config();
$fout = fopen("/usr/local/etc/rc.d/squid.sh","w");
fwrite($fout, "#!/bin/sh\n");
+ fwrite($fout, "# PACKAGE: Squid\n");
+ fwrite($fout, "# EXECUTABLE: squid\n");
fwrite($fout, "/usr/local/sbin/squid\n\n");
fclose($fout);
chmod("/usr/local/etc/rc.d/squid.sh", 755);