aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-08-20 02:47:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-08-20 02:47:37 +0000
commit7b4a52a1a2b7bbc2160c97e06593b9cb664e339b (patch)
treeb8073c92e01a7547af9ef91fbe26366cd54fc748
parent53a63ab2253eafdec98efcd49d4c6fe7d2fb0106 (diff)
downloadpfsense-packages-7b4a52a1a2b7bbc2160c97e06593b9cb664e339b.tar.gz
pfsense-packages-7b4a52a1a2b7bbc2160c97e06593b9cb664e339b.tar.bz2
pfsense-packages-7b4a52a1a2b7bbc2160c97e06593b9cb664e339b.zip
Missing *
-rw-r--r--packages/freenas/pkg/freenas.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/freenas/pkg/freenas.xml b/packages/freenas/pkg/freenas.xml
index e3dca049..9f08b462 100644
--- a/packages/freenas/pkg/freenas.xml
+++ b/packages/freenas/pkg/freenas.xml
@@ -408,7 +408,7 @@
<custom_php_install_command>
$version = `cat /etc/version`;
if(stristr($version, "HEAD")) {
- update_output_window("This package is *ONLY compatible with -HEAD.");
+ update_output_window("This package is *ONLY* compatible with -HEAD.");
exit;
}
custom_php_install_command();