let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / dropbear / patches / 130-ssh_ignore_o_and_x_args.patch
1 diff -ruN dropbear-0.48-old/cli-runopts.c dropbear-0.48-new/cli-runopts.c
2 --- dropbear-0.48-old/cli-runopts.c     2006-03-09 16:06:03.000000000 +0100
3 +++ dropbear-0.48-new/cli-runopts.c     2006-03-11 12:28:54.000000000 +0100
4 @@ -188,6 +188,10 @@
5                                         debug_trace = 1;
6                                         break;
7  #endif
8 +                               case 'o':
9 +                                       next = &dummy;
10 +                               case 'x':
11 +                                       break;
12                                 case 'F':
13                                 case 'e':
14                                 case 'c':
15 @@ -199,7 +203,6 @@
16  #ifndef ENABLE_CLI_LOCALTCPFWD
17                                 case 'L':
18  #endif
19 -                               case 'o':
20                                 case 'b':
21                                         next = &dummy;
22                                 default: