From 9ef1e5045f38ec9dc11522fed8df8214674bdb9f Mon Sep 17 00:00:00 2001 From: shadzik Date: Mon, 14 Aug 2006 21:17:06 +0000 Subject: [PATCH] - updated for 1.4.8 Changed files: squirrelmail-fortune.patch -> 1.4 --- squirrelmail-fortune.patch | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/squirrelmail-fortune.patch b/squirrelmail-fortune.patch index 92e6163..3209733 100644 --- a/squirrelmail-fortune.patch +++ b/squirrelmail-fortune.patch @@ -1,11 +1,18 @@ ---- squirrelmail-1.4.4-rc1.orig/plugins/fortune/setup.php 2004-12-29 20:12:06.000000000 +0100 -+++ squirrelmail-1.4.4-rc1/plugins/fortune/setup.php 2005-01-08 15:09:02.816320328 +0100 +--- plugins/fortune/setup.php.orig 2006-07-07 15:16:41.000000000 +0200 ++++ plugins/fortune/setup.php 2006-08-14 23:15:45.968978672 +0200 @@ -43,7 +43,7 @@ return; } - $fortune_location = '/usr/games/fortune'; + $fortune_location = '/usr/bin/fortune'; - $exist = file_exists($fortune_location); + $exist = is_file($fortune_location); echo "
\n". "
\n". +@@ -100,4 +100,4 @@ + } + } + +-?> +\ Brak znaku nowej linii na koƱcu pliku ++?> -- 2.44.0