diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-08-20 02:47:37 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-08-20 02:47:37 +0000 |
commit | 7b4a52a1a2b7bbc2160c97e06593b9cb664e339b (patch) | |
tree | b8073c92e01a7547af9ef91fbe26366cd54fc748 /packages/freenas/pkg | |
parent | 53a63ab2253eafdec98efcd49d4c6fe7d2fb0106 (diff) | |
download | pfsense-packages-7b4a52a1a2b7bbc2160c97e06593b9cb664e339b.tar.gz pfsense-packages-7b4a52a1a2b7bbc2160c97e06593b9cb664e339b.tar.bz2 pfsense-packages-7b4a52a1a2b7bbc2160c97e06593b9cb664e339b.zip |
Missing *
Diffstat (limited to 'packages/freenas/pkg')
-rw-r--r-- | packages/freenas/pkg/freenas.xml | 2 |
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(); |