diff options
author | joerg <joerg> | 2011-12-05 22:56:22 +0000 |
---|---|---|
committer | joerg <joerg> | 2011-12-05 22:56:22 +0000 |
commit | 1d6cf0adfb6bbf7b731c8bcfe73ce668c49d686c (patch) | |
tree | c0c07fe6c692e68f0e3627e24e7e9588f123fae5 /shells | |
parent | 132f226c1f18ecd8e31cddded59cd7b75ff050e5 (diff) | |
download | pkgsrc-1d6cf0adfb6bbf7b731c8bcfe73ce668c49d686c.tar.gz |
#elif needs an expression, so just use #else.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/scponly/distinfo | 3 | ||||
-rw-r--r-- | shells/scponly/patches/patch-helper.c | 13 |
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. |