diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-06-16 16:04:13 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-06-16 16:04:13 +0000 |
commit | 6942973e13f1e5620d5bd7426a91bbd70640e7f1 (patch) | |
tree | ce7d956e9251075d05701b9e083e0d7911a33651 /dev-db/mysql-administrator/files/1.0.19-crontab.patch | |
parent | newer snapshot, more ebuild changes (diff) | |
download | gentoo-2-6942973e13f1e5620d5bd7426a91bbd70640e7f1.tar.gz gentoo-2-6942973e13f1e5620d5bd7426a91bbd70640e7f1.tar.bz2 gentoo-2-6942973e13f1e5620d5bd7426a91bbd70640e7f1.zip |
Version bump.
(Portage version: 1.524.2.76-cvs)
Diffstat (limited to 'dev-db/mysql-administrator/files/1.0.19-crontab.patch')
-rw-r--r-- | dev-db/mysql-administrator/files/1.0.19-crontab.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev-db/mysql-administrator/files/1.0.19-crontab.patch b/dev-db/mysql-administrator/files/1.0.19-crontab.patch deleted file mode 100644 index 452b734f66e8..000000000000 --- a/dev-db/mysql-administrator/files/1.0.19-crontab.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -Nur mysql-administrator-1.0.19.orig/mysql-gui-common/source/linux/MCrontab.cc mysql-administrator-1.0.19/mysql-gui-common/source/linux/MCrontab.cc ---- mysql-administrator-1.0.19.orig/mysql-gui-common/source/linux/MCrontab.cc 2005-01-11 20:02:31.429772354 +0100 -+++ mysql-administrator-1.0.19/mysql-gui-common/source/linux/MCrontab.cc 2005-01-11 20:03:31.148873681 +0100 -@@ -222,7 +222,7 @@ - if (!g_spawn_command_line_sync(cmdline, &stdout_text, &stderr_text, &exit_status, - &error) || exit_status != 0) - { -- if (!strstr(stderr_text, "no crontab")) -+ if (!stderr_text || !strstr(stderr_text, "no crontab")) - { - got_error= true; - |