diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-28 13:00:11 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-07-28 13:00:11 +0000 |
commit | bb8c2efbee73086b980a04448e373eeb0ee38893 (patch) | |
tree | 64d7f2cc15989ccdeef5541f40a8e021c2e7d691 /www/turck-mmcache/files/patch-encoder.php | |
parent | BROKEN: Fails to patch (diff) |
Update to 2.3.20
PR: 54974
Submitted by: maintainer
Approved by: fjoe (mentor) (implicit)
Notes
Notes:
svn path=/head/; revision=85733
Diffstat (limited to 'www/turck-mmcache/files/patch-encoder.php')
-rw-r--r-- | www/turck-mmcache/files/patch-encoder.php | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/www/turck-mmcache/files/patch-encoder.php b/www/turck-mmcache/files/patch-encoder.php index b4e5c05fd0c9..7ff9b0ce984f 100644 --- a/www/turck-mmcache/files/patch-encoder.php +++ b/www/turck-mmcache/files/patch-encoder.php @@ -1,10 +1,11 @@ ---- encoder.php.orig Wed May 28 15:12:59 2003 -+++ encoder.php Thu May 29 16:19:28 2003 -@@ -1,10 +1,10 @@ --#! /usr/bin/php -f -+#! %%LOCALBASE%%/bin/php -f - +--- encoder.php.orig Fri Jul 25 10:21:09 2003 ++++ encoder.php Mon Jul 28 13:04:19 2003 +@@ -1,10 +1,12 @@ ++#!%%LOCALBASE%%/bin/php -f ++ <?php + $web_error = ""; + function mmcache_encoder_usage() { - echo "Usage:\tphp -q encoder.php [options] source_file_name\n"; - echo "\tphp -q encoder.php [options] source_file_name...\n"; @@ -15,7 +16,7 @@ echo "Options:\n"; echo "\t-s suffix\n\t\tencode files only with following suffix (default is \"php\")\n"; echo "\t-a\n\t\tencode all files (no by default)\n"; -@@ -16,10 +16,10 @@ +@@ -16,10 +18,10 @@ echo "\t\tfile name. If you encode directory or several files at once\n"; echo "\t\tthen 'target' specifyes an output directory name.\n"; echo "\nExamples:\n"; |