summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2011-12-05 22:56:22 +0000
committerjoerg <joerg@pkgsrc.org>2011-12-05 22:56:22 +0000
commit79465753dd19f7c2c0db0669d7eebec5a44456b6 (patch)
treec0c07fe6c692e68f0e3627e24e7e9588f123fae5 /shells
parentf8927b771c263f715c4b35e05333b220d794a191 (diff)
downloadpkgsrc-79465753dd19f7c2c0db0669d7eebec5a44456b6.tar.gz
#elif needs an expression, so just use #else.
Diffstat (limited to 'shells')
-rw-r--r--shells/scponly/distinfo3
-rw-r--r--shells/scponly/patches/patch-helper.c13
2 files changed, 15 insertions, 1 deletions
diff --git a/shells/scponly/distinfo b/shells/scponly/distinfo
index 595899108ce..6871269f516 100644
--- a/shells/scponly/distinfo
+++ b/shells/scponly/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.7 2009/03/06 00:12:28 snj Exp $
+$NetBSD: distinfo,v 1.8 2011/12/05 22:56:22 joerg Exp $
SHA1 (scponly-4.8.tgz) = 154de34901ce22fd9d406f6e02cddc440c435afc
RMD160 (scponly-4.8.tgz) = de6b58fcb8108d42a1576c69003e9136b9417869
Size (scponly-4.8.tgz) = 101687 bytes
SHA1 (patch-aa) = ea2c67fa7d872e88744606a513d73d6767b9a180
+SHA1 (patch-helper.c) = 5fd513ce709c62e08f3e57ee021ca3c2c6f836ea
diff --git a/shells/scponly/patches/patch-helper.c b/shells/scponly/patches/patch-helper.c
new file mode 100644
index 00000000000..e298c470512
--- /dev/null
+++ b/shells/scponly/patches/patch-helper.c
@@ -0,0 +1,13 @@
+$NetBSD: patch-helper.c,v 1.1 2011/12/05 22:56:22 joerg Exp $
+
+--- helper.c.orig 2011-12-05 21:14:21.000000000 +0000
++++ helper.c
+@@ -230,7 +230,7 @@ int check_dangerous_args(char **av)
+ 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.