Quoting Matteo Croce :
Yes, I've tried to push it upstream but it was rejected:
https://github.com/npat-efault/picocom/pull/41
looks like I'll stick with an alias
I see. OK, closing this bug then.
Cheers
Yes, I've tried to push it upstream but it was rejected:
https://github.com/npat-efault/picocom/pull/41
looks like I'll stick with an alias
Cheers,
Control: tags 769398 + upstream
Control: tags 769398 + wontfix
Hi Matteo,
thanks for your patch to add config file support to picocom.
I believe, however, that it should be considered by picocom
upstream. Otherwise, we have to update the patch with every
new version or will introduce Debian spec
removed leftover in Makefile
--- picocom.c
+++ picocom.c
@@ -965,6 +965,48 @@
/**/
+char * key_value(char *line, char *key)
+{
+ int llen = strlen(line);
+ int klen = strlen(key);
+ if(strstr(line, key) == line &&
+ (line[kl
new patch which lets command line override configuration file for device path
Index: Makefile
===
--- Makefile (revisione 31)
+++ Makefile (copia locale)
@@ -7,7 +7,7 @@
CPPFLAGS=-DVERSION_STR=\"$(VERSION)\" \
-DUUCP_LOCK_DI
On Thu, Nov 13, 2014 at 12:19:44PM +0100, Matteo Croce wrote:
> this patch adds support for a minimal configuration file:
>
> $ cat ~/.picocomrc
> port = /dev/ttyUSB0
> baud = 115200
Nice. Not sure when I'll get around to incorporating this (jessie's *just*
been frozen, so no point rushing for t
Package: picocom
Version: 1.7-1
Tags: patch
Severity: wishlist
this patch adds support for a minimal configuration file:
$ cat ~/.picocomrc
port = /dev/ttyUSB0
baud = 115200
--
Matteo Croce
OpenWrt Developer
--- picocom.c
+++ picocom.c
@@ -965,6 +965,48 @@
/**
7 matches
Mail list logo