[ptxdist] unsuscribe

2013-09-11 Thread Francesco Brasini
-- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] [PATCH 1/2] net-snmp: improve help texts and defaults

2013-09-11 Thread Alexander Dahl
Hei hei, Am 2013-09-11 15:09, schrieb Uwe Kleine-König: >> ---disable-mib-config-checking \ >> ---disable-mfd-rewrites \ >> +--enable-mib-config-checking \ >> +--enable-mfd-rewrites \ > Is this change intended? This is neither a change of help texts nor of > defaults. So it's not

Re: [ptxdist] [PATCH] [lldpd] add package

2013-09-11 Thread Alexander Dahl
Hei hei, before making a new patch, there's one open question. Am 2013-09-05 15:48, schrieb Alexander Dahl: > The init script is inspired by the one in Debian Wheezy and adapted > for busybox. It uses mkdir, seq, sleep, echo, rm and cat from busybox > so maybe those should be added as dependency

Re: [ptxdist] How to add opkg/ipkg post install scripts to package?

2013-09-11 Thread Marc Kleine-Budde
On 09/11/2013 11:16 AM, Markus Wolters wrote: > Hello Michael, > > I'm not quite sure if I got it right. I need to create an user and start > some executables on the already running target for example. Is that > possible with your solution? Instead of creating a user during the first boot, you c

Re: [ptxdist] [PATCH 1/2] net-snmp: improve help texts and defaults

2013-09-11 Thread Uwe Kleine-König
Hello Alexander, On Wed, Sep 11, 2013 at 02:59:13PM +0200, Alexander Dahl wrote: > --- a/rules/net-snmp.make > +++ b/rules/net-snmp.make > @@ -54,8 +54,8 @@ NET_SNMP_AUTOCONF := \ > --disable-privacy \ > --disable-internal-md5 \ > --$(call ptx/endis, > PTXCONF_NET_SNMP_DOM_SOCK_

[ptxdist] [PATCH 2/2] net-snmp: added extra menu entries for mib modules

2013-09-11 Thread Alexander Dahl
Previously the MIB modules to be compiled where specified in a space separated list only. Other packages depending on special modules could not easily set a dependency. Now there are some extra menu entries to be referenced by other packages and still the old list. Both are integrated at build time

[ptxdist] [PATCH 1/2] net-snmp: improve help texts and defaults

2013-09-11 Thread Alexander Dahl
Signed-off-by: Alexander Dahl --- rules/net-snmp.in | 12 +--- rules/net-snmp.make |4 ++-- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/rules/net-snmp.in b/rules/net-snmp.in index aed84a8..95b7d43 100644 --- a/rules/net-snmp.in +++ b/rules/net-snmp.in @@ -109,

Re: [ptxdist] How to add opkg/ipkg post install scripts to package?

2013-09-11 Thread Schenk, Gavin
Hi Markus, I´m not sure about your requirement, maybe you are looking for the rc.once mechanism, too. rc.once is running once per target on the very first run. The package mechanism works every time you upgrade/install a package with opkg/ipkg to the already running target. Let´s say you have a

Re: [ptxdist] How to add opkg/ipkg post install scripts to package?

2013-09-11 Thread Markus Wolters
Hello Michael,   I'm not quite sure if I got it right. I need to create an user and start some executables on the already running target for example. Is that possible with your solution?   Markus   Gesendet: Mittwoch, 11. September 2013 um 10:33 Uhr Von: "Michael Olbrich" An: ptxdist@peng

[ptxdist] [PATCH] parted: bump version to 3.1

2013-09-11 Thread T . Schmidl
Hello, I'm proposing this patch to upgrade parted to version 3.1. Best regards, Tobias Schmidl Software Developer Corporate Technology Erhardt+Leimer GmbH Albert-Leimer-Platz 1 86391 Stadtbergen Germany Telefon: +49 821 2435 210 Telefax: +49 821 2435 395 E-mail: t.schm...@erhardt-leimer.com I

Re: [ptxdist] How to add opkg/ipkg post install scripts to package?

2013-09-11 Thread Michael Olbrich
Hi, On Wed, Sep 11, 2013 at 08:55:26AM +0200, Markus Wolters wrote: > is it possible to add an opkg/ipkg postinstall script to a newly created > ptxdist package? It should be run once when packages is installed on target. Just create "rules/.postinst". There are some examples in PTXdist. Note: PT

Re: [ptxdist] [PATCH 1/2] net-snmp: drop usage of undefined Kconfig variables

2013-09-11 Thread Alexander Dahl
Hei hei, Am 2013-09-10 21:25, schrieb Uwe Kleine-König: > You seem to assume this was configurable before but that is wrong. There > was something like > > if PTXCONF_... > --enable-reentrant > else > --disable-reentrant > endif > > but the variable