Skip to content
  1. Sep 25, 2014
    • Robert Yang's avatar
      apache2: split apache2-scripts subpkg · df56eb34
      Robert Yang authored
      
      
      Split apache2-scripts subpkg to put the perl script dbmmanage, so that
      apache2 doesn't have to RDEPEND on perl.
      
      Add another perl script apxs to apache2-dev pkg as Olof Johansson
      suggested.
      
      Signed-off-by: default avatarRobert Yang <liezhi.yang@windriver.com>
      df56eb34
    • Robert Yang's avatar
      phpmyadmin: add bash to RDEPENDS_phpmyadmin · 054cef36
      Robert Yang authored
      
      
      Bashism:
      possible bashism in plugins/transformations/generator_plugin.sh line 16 (echo -e):
        echo -e "Usage: ./generator_plugin.sh MIMEType MIMESubtype TransformationName [Description]\n"
      possible bashism in plugins/transformations/generator_plugin.sh line 28 (${parm,[,][pat]} or ${parm^[^][pat]}):
      MT="${MT^}"
      possible bashism in plugins/transformations/generator_plugin.sh line 29 (${parm,[,][pat]} or ${parm^[^][pat]}):
      MS="${MS^}"
      possible bashism in plugins/transformations/generator_plugin.sh line 30 (${parm,[,][pat]} or ${parm^[^][pat]}):
      TN="${TN^}"
      possible bashism in plugins/transformations/generator_plugin.sh line 51 (should be 'b = a'):
          if [ "$4" == "--generate_only_main_class" ]; then
      
      Signed-off-by: default avatarRobert Yang <liezhi.yang@windriver.com>
      054cef36
    • Robert Yang's avatar
      memcached: add bash to RDEPENDS_memcached · 1443c689
      Robert Yang authored
      
      
      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: default avatarRobert Yang <liezhi.yang@windriver.com>
      1443c689
    • Robert Yang's avatar
      proftpd: add perl to RDEPENDS_proftpd · 57b9899f
      Robert Yang authored
      
      
      Perl:
      proftpd/usr/bin/ftpasswd:#!/usr/bin/perl
      proftpd/usr/bin/ftpquota:#!/usr/bin/perl
      
      Signed-off-by: default avatarRobert Yang <liezhi.yang@windriver.com>
      57b9899f
    • Robert Yang's avatar
      stunnel: add perl to RDEPENDS_stunnel · 2ddc60b4
      Robert Yang authored
      
      
      Perl:
      stunnel/usr/bin/stunnel3:#!/usr/bin/perl
      
      Signed-off-by: default avatarRobert Yang <liezhi.yang@windriver.com>
      2ddc60b4
    • Robert Yang's avatar
      ndisc6: add perl to RDEPENDS_ndisc6-misc · e018cb34
      Robert Yang authored
      
      
      Perl:
      ndisc6-misc/usr/bin/dnssort:#! /usr/bin/perl
      
      Signed-off-by: default avatarRobert Yang <liezhi.yang@windriver.com>
      e018cb34
    • Robert Yang's avatar
      arptables: remove bashism · d041cc7b
      Robert Yang authored
      
      
      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: default avatarRobert Yang <liezhi.yang@windriver.com>
      d041cc7b
    • Robert Yang's avatar
      autofs: remove bashism · 5b17d7cf
      Robert Yang authored
      
      
      The autofs.init can work with /bin/sh in busybox, so remove bashsim.
      
      Signed-off-by: default avatarRobert Yang <liezhi.yang@windriver.com>
      5b17d7cf
    • Robert Yang's avatar
      aoetools: no bashism in aoe-stat · 7d609129
      Robert Yang authored
      
      
      So use /bin/sh.
      
      Signed-off-by: default avatarRobert Yang <liezhi.yang@windriver.com>
      7d609129
  2. Sep 23, 2014
  3. Sep 09, 2014
  4. Sep 08, 2014
  5. Sep 01, 2014
  6. Aug 28, 2014
  7. Aug 27, 2014