From fc9f3f2d0dc93d7c4391955d4c266e7094be29e2d9fc6f06dc84a6454db354ee Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sun, 4 Jun 2006 05:30:27 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/server:mail/isync?expand=0&rev=2 --- isync-1.0.1_missing_sentinel.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 isync-1.0.1_missing_sentinel.patch diff --git a/isync-1.0.1_missing_sentinel.patch b/isync-1.0.1_missing_sentinel.patch new file mode 100644 index 0000000..c5c0db0 --- /dev/null +++ b/isync-1.0.1_missing_sentinel.patch @@ -0,0 +1,13 @@ +Index: src/drv_imap.c +=================================================================== +--- src/drv_imap.c.orig ++++ src/drv_imap.c +@@ -1229,7 +1229,7 @@ + _exit( 127 ); + close( a[0] ); + close( a[1] ); +- execl( "/bin/sh", "sh", "-c", srvc->tunnel, 0 ); ++ execl( "/bin/sh", "sh", "-c", srvc->tunnel, NULL ); + _exit( 127 ); + } +