From 948104262fe08067395ba1cfb0338f08ec66ae1e Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Fri, 20 Aug 2010 18:28:19 +0200 Subject: [PATCH] scponly: fixed by adding a patch that replaces an #elif without expression with an #else --- .../scponly/elif-with-no-expression-fix.patch | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 shells/scponly/elif-with-no-expression-fix.patch diff --git a/shells/scponly/elif-with-no-expression-fix.patch b/shells/scponly/elif-with-no-expression-fix.patch new file mode 100644 index 000000000..0c83f8264 --- /dev/null +++ b/shells/scponly/elif-with-no-expression-fix.patch @@ -0,0 +1,27 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../scponly/elif-with-no-expression-fix.patch +# Copyright (C) 2010 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +--- scponly-4.8/helper.c.orig 2010-08-16 19:14:12.224178600 +0200 ++++ scponly-4.8/helper.c 2010-08-16 19:14:44.100171803 +0200 +@@ -230,7 +230,7 @@ + return 1; + } + } +-#elif ++#else + /* + * make sure that processing doesn't continue if we can't validate a rsync check + * and if the getopt flag is set.