Re: [OpenWrt-Devel] [patch] dropbear: use -q where applicable

2010-02-09 Thread Matthias Buecher / Germany
This is really just a simple script fix. Maddes On 06.02.2010 18:11, Matthias Buecher / Germany wrote: Can anybody check that patch. My tests show no problem with it. Maybe jow, as it was inspired by his work on the preinit scripts? Anyone? Thanks. Maddes On 03.02.2010 16:17, Matthias

Re: [OpenWrt-Devel] [patch] dropbear: use -q where applicable

2010-02-09 Thread Jo-Philipp Wich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Committed the last version of your patch in r19569. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAktx/zYACgkQdputYINPTPO1zACdEjkA/mYt1qOtgeAi8ex9RbgA

Re: [OpenWrt-Devel] [patch] dropbear: use -q where applicable

2010-02-06 Thread Matthias Buecher / Germany
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Can anybody check that patch. My tests show no problem with it. Maybe jow, as it was inspired by his work on the preinit scripts? Anyone? Thanks. Maddes On 03.02.2010 16:17, Matthias Buecher / Germany wrote: So here's the final quiet patch for

Re: [OpenWrt-Devel] [patch] dropbear: use -q where applicable

2010-02-03 Thread Bastian Bittorf
* Matthias Buecher / Germany m...@maddes.net [03.02.2010 15:30]: Note, that it is a small e not a big E, so not a regular expression. sorry, you are right - didn't know this till now. anyway...commit this 8-))) sorry for the noise... bye, Bastian signature.asc Description: Digital signature

Re: [OpenWrt-Devel] [patch] dropbear: use -q where applicable

2010-02-02 Thread Bastian Bittorf
* Matthias Buecher / Germany m...@maddes.net [01.02.2010 18:20]: # check if client connection - ps | grep -e ^[ ]*${pid} | grep ${PROG} /dev/null + ps | grep -e ^[ ]*${pid} | grep -q -e ${PROG} if [ $? -eq 0 ] then I

[OpenWrt-Devel] [patch] dropbear: use -q where applicable

2010-02-01 Thread Matthias Buecher / Germany
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, thanks to jow, I rechecked the changes on the dropbear script, that were submitted by me. jow, would you be so kind and commit the attached patch to the trunk? Thanks. [package] dropbear: use -q where applicable Signed off by: Matthias Buecher