BTS

Message3161

Author mika
Recipients jkirk
Date 2010-04-28.22:47:52
Content
Thanks for your patches, Darsha. I didn't apply them as they are but decided to 
slightly adjust them:

* iptables shouldn't be a dependency but just a Recommends (it's not a strict 
dependency for all the scripts of grml-network)

* [ "$(id -ru)" -ne "0" ] isn't a string match, it would have to be != - but in 
agreement with Frank (our shell specialist) we decided to use "[ $(id -ru) -ne 
0 ]" instead

Fixed in git - upload will happen soon, thanks for your feedback and patches!

regards,
-mika-
History
Date User Action Args
2010-04-28 22:47:53mikasetrecipients: + jkirk
2010-04-28 22:47:53mikasetmessageid: <1272494873.08.0.568295502639.issue843@bts.grml.org>
2010-04-28 22:47:53mikalinkissue843 messages
2010-04-28 22:47:52mikacreate