[ptxdist] [PATCH 7/8] [sudo][v2] Updated config options for visudo and install

2010-04-26 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de - Added visudo and configuration options for default and ENV editor. - Added install_* for visudo - Fixed install rights - Removed __ from kconfig options and use better names for them. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de ---

[ptxdist] [PATCH 8/8] [sudo] Update to 1.7.2p5

2010-04-26 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de - Updated to latest stable version. Fixepd URL. - Copies patch to disable stripping - patches for cross-compilation (unsetenv) Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- .../0001-install-sh-disable-stripping.patch| 29

[ptxdist] [PATCH 1/8] [host-attr] Added DIST_ROOT definition in .make fragment

2010-04-26 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de Added the missing definition for DIST_ROOT to install stage, otherwise it tries to install host binaries into the host filesystem instead to PKG_DIR. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- rules/host-attr.make |1 + 1 files

[ptxdist] [PATCH 6/8] [inetutils] Fixed typo preventing installation of rc.d link for syslogd

2010-04-26 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de The /etc/rc.d link isn't created for the initmethod-upstart because of a typo. Fixed spelling. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- rules/inetutils.in |2 +- rules/inetutils.make |2 +-

[ptxdist] [PATCH 5/8] [microcom] Display comment in ptxconfig file, when microcom from busybox is selected.

2010-04-26 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- rules/microcom.in |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/rules/microcom.in b/rules/microcom.in index 74134bc..ae4be8a 100644 --- a/rules/microcom.in

Re: [ptxdist] [PATCH 4/8] [statserial] Added statserial 1.1 with Ubuntu patches

2010-04-26 Thread Michael Olbrich
On Mon, Apr 26, 2010 at 01:42:42PM +0200, Carsten Schlote wrote: From: Carsten Schlote c.schl...@konzeptpark.de Added simple tool to monitor modem status lines on serial ports. Either display line status with an ncurses interface or return a decimal or hex value. Useful to check

Re: [ptxdist] [PATCH 5/8] [microcom] Display comment in ptxconfig file, when microcom from busybox is selected.

2010-04-26 Thread Michael Olbrich
On Mon, Apr 26, 2010 at 01:42:43PM +0200, Carsten Schlote wrote: From: Carsten Schlote c.schl...@konzeptpark.de Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- rules/microcom.in |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/rules/microcom.in

Re: [ptxdist] [PATCH 8/8] [sudo] Update to 1.7.2p5

2010-04-26 Thread Michael Olbrich
On Mon, Apr 26, 2010 at 01:42:46PM +0200, Carsten Schlote wrote: From: Carsten Schlote c.schl...@konzeptpark.de - Updated to latest stable version. Fixepd URL. - Copies patch to disable stripping - patches for cross-compilation (unsetenv) Signed-off-by: Carsten Schlote

Re: [ptxdist] [PATCH 2/8] [host-acl] Added DIST_ROOT definition in .make fragment

2010-04-26 Thread Michael Olbrich
Hi, hmmm, this looks ok. It didn't break here, because it is a noprompt host-tool and not selected by any other packages. perhaps we need some thing like this: config HOST_ALLYES default ALLYES # select all host tools that are not used by anything else select ... or

Re: [ptxdist] [PATCH 4/8] [statserial] Added statserial 1.1 with Ubuntu patches

2010-04-26 Thread Marc Kleine-Budde
Carsten Schlote wrote: From: Carsten Schlote c.schl...@konzeptpark.de Added simple tool to monitor modem status lines on serial ports. Either display line status with an ncurses interface or return a decimal or hex value. Useful to check operation of serial ports with an EOL test.

Re: [ptxdist] [PATCH 7/8] [sudo][v2] Updated config options for visudo and install

2010-04-26 Thread Marc Kleine-Budde
Carsten Schlote wrote: From: Carsten Schlote c.schl...@konzeptpark.de - Added visudo and configuration options for default and ENV editor. - Added install_* for visudo - Fixed install rights - Removed __ from kconfig options and use better names for them. consider to split into several