Files
meta-openembedded/meta-networking/recipes-support
Robert Yang d041cc7bcc arptables: remove bashism
Bashism:
possible bashism in arptables/etc/init.d/arptables line 14 (should be '.', not 'source'):
source /etc/init.d/functions
possible bashism in arptables/etc/init.d/arptables line 96 ($"foo" should be eval_gettext "foo"):
        echo $"Usage $0 {start|stop|restart|condrestart|save|status}"

Use "." to replace of "source", and change /bin/bash to /bin/sh, the
echo $"foo" works well in our busybox.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2014-09-26 05:41:50 +02:00
..
2014-09-26 05:41:50 +02:00
2014-09-26 05:41:50 +02:00
2014-09-09 10:32:01 -04:00
2014-01-15 18:02:33 +01:00
2013-09-13 12:48:55 -07:00
2014-08-13 23:28:05 +02:00
2014-06-15 23:21:56 -04:00
2014-06-03 21:18:51 -04:00
2014-06-03 21:18:51 -04:00
2014-01-10 15:08:07 +00:00
2013-04-29 14:08:22 -04:00
2014-09-23 22:00:10 -04:00
2014-08-21 21:35:06 +02:00
2013-04-15 16:23:17 +02:00