Files
meta-openembedded/meta-networking/recipes-support
Robert Yang 1443c68987 memcached: add bash to RDEPENDS_memcached
Bashism:
possible bashism in memcached/etc/init.d/memcached line 40 (bash arrays, ${name[0|*|@]}):
if [ -r "${FILES[0]}" ]; then
possible bashism in memcached/etc/init.d/memcached line 42 (bash arrays, ${name[0|*|@]}):
  for FILE in "${FILES[@]}";
possible bashism in memcached/etc/init.d/memcached line 53 (should be VAR="${VAR}foo"):
      CONFIGS+=($NAME)
possible bashism in memcached/etc/init.d/memcached line 54 (should be 'b = a'):
    elif [ "memcached_$2" == "$NAME" ];
possible bashism in memcached/etc/init.d/memcached line 62 (bash arrays, ${name[0|*|@]}):
  if [ ${#CONFIGS[@]} == 0 ];
possible bashism in memcached/etc/init.d/memcached line 71 (bash arrays, ${name[0|*|@]}):
CONFIG_NUM=${#CONFIGS[@]}
possible bashism in memcached/etc/init.d/memcached line 72 ('((' should be '$(('):
for ((i=0; i < $CONFIG_NUM; i++)); do
possible bashism in memcached/etc/init.d/memcached line 73 (bash arrays, ${name[0|*|@]}):
  NAME=${CONFIGS[${i}]}

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
2014-09-26 05:41:51 +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