diff options
Diffstat (limited to 'www/campsite/files/patch-check4_functions')
-rw-r--r-- | www/campsite/files/patch-check4_functions | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/www/campsite/files/patch-check4_functions b/www/campsite/files/patch-check4_functions deleted file mode 100644 index 71d7346c0083..000000000000 --- a/www/campsite/files/patch-check4_functions +++ /dev/null @@ -1,15 +0,0 @@ ---- install_conf/check4_functions.orig Wed Jan 10 23:04:17 2007 -+++ install_conf/check4_functions Wed Jan 10 23:04:31 2007 -@@ -1065,9 +1065,9 @@ - # output - error message (if any) - check4_convert() - { --is_checked convert && return 0 --check4_file convert --executable --path "/bin:/usr/bin:/usr/local/bin:/opt/bin" --[ $? -ne 0 ] && output="ImageMagic package was not installed. Please install it." && return 1 -+#is_checked convert && return 0 -+#check4_file convert --executable --path "/bin:/usr/bin:/usr/local/bin:/opt/bin" -+#[ $? -ne 0 ] && output="ImageMagic package was not installed. Please install it." && return 1 - set_checked convert - return 0 - } |