let ipkg fail when a package file to be installed is not found
[openwrt.git] / openwrt / package / dropbear / patches / 120-hostkey_prompt.patch
1 diff -urN dropbear-0.45.old/cli-kex.c dropbear-0.45/cli-kex.c
2 --- dropbear-0.45.old/cli-kex.c 2005-03-07 05:27:01.000000000 +0100
3 +++ dropbear-0.45/cli-kex.c     2005-03-25 11:13:57.000000000 +0100
4 @@ -119,7 +119,7 @@
5         char response = 'z';
6  
7         fp = sign_key_fingerprint(keyblob, keybloblen);
8 -       fprintf(stderr, "\nHost '%s' is not in the trusted hosts file.\n(fingerprint %s)\nDo you want to continue connecting? (y/n)\n", 
9 +       fprintf(stderr, "\nHost '%s' is not in the trusted hosts file.\n(fingerprint %s)\nDo you want to continue connecting? (y/n) ", 
10                         cli_opts.remotehost, 
11                         fp);
12