Debian Automated Code Analysis

checkbashisms analysis of dpm_1.7.4.7-1.dsc

possible bashism in ./dicomcopy/dicomcopyd.scripts.oracle line 160 (should be 'b = a'):
        if [ "x${ORACLECLIENT}" == "x" ]; then
possible bashism in ./srmv1/srmv1.scripts.oracle line 160 (should be 'b = a'):
        if [ "x${ORACLECLIENT}" == "x" ]; then
possible bashism in ./dpm/dpm.scripts.oracle line 159 (should be 'b = a'):
        if [ "x${ORACLECLIENT}" == "x" ]; then
possible bashism in ./scripts/LFC-migration-1.4.0/create-uid-gid-mappings.sh line 22 ('function' is useless):
function usage() {
possible bashism in ./scripts/LFC-migration-1.4.0/create-uid-gid-mappings.sh line 31 ('function' is useless):
function max_insert_statement() {
possible bashism in ./scripts/LFC-migration-1.4.0/create-uid-gid-mappings.sh line 36 ('function' is useless):
function call_database() {
possible bashism in ./scripts/LFC-migration-1.4.0/create-uid-gid-mappings.sh line 37 (should be 'b = a'):
    if [ "x$1" == "x" ] ; then # no file provided
possible bashism in ./scripts/LFC-migration-1.4.0/create-uid-gid-mappings.sh line 38 (should be 'b = a'):
      if [ $DB_TYPE == "mysql" ] ; then
possible bashism in ./scripts/LFC-migration-1.4.0/create-uid-gid-mappings.sh line 50 (should be 'b = a'):
      if [ $DB_TYPE == "mysql" ] ; then
possible bashism in ./scripts/LFC-migration-1.4.0/create-uid-gid-mappings.sh line 109 (should be 'b = a'):
if [ "$DB_USER" == "" ] ||  [ "$PASSWORD_FILE" == "" ] || [ "$DB_DATABASE" == "" ] ; then
possible bashism in ./scripts/LFC-migration-1.4.0/create-uid-gid-mappings.sh line 118 (should be 'b = a'):
if [ $VERBOSE == 'true' ]; then
possible bashism in ./scripts/LFC-migration-1.4.0/create-uid-gid-mappings.sh line 130 (should be 'b = a'):
if [ "$DB_TYPE" == "oracle" ] ; then
possible bashism in ./scripts/LFC-migration-1.4.0/create-uid-gid-mappings.sh line 138 (should be 'b = a'):
if [ "$DB_TYPE" == "oracle" ] ; then
possible bashism in ./scripts/LFC-migration-1.4.0/create-uid-gid-mappings.sh line 164 (should be 'b = a'):
if [ "$DB_TYPE" == "oracle" ] ; then
possible bashism in ./scripts/LFC-migration-1.4.0/create-uid-gid-mappings.sh line 176 (should be 'b = a'):
  if [ $uid == "owner_uid" ]; then
possible bashism in ./scripts/LFC-migration-1.4.0/create-uid-gid-mappings.sh line 184 (should be 'b = a'):
      if [ $VERBOSE == 'true' ] ; then
possible bashism in ./scripts/LFC-migration-1.4.0/create-uid-gid-mappings.sh line 187 (should be 'b = a'):
      if [ $(($uid > $MAX)) == 1 ] ; then
possible bashism in ./scripts/LFC-migration-1.4.0/create-uid-gid-mappings.sh line 194 (should be 'b = a'):
if [ $(($MAX > -1)) == 1 ] ; then
possible bashism in ./scripts/LFC-migration-1.4.0/create-uid-gid-mappings.sh line 197 (should be 'b = a'):
  if [ $VERBOSE == 'true' ] ; then
possible bashism in ./scripts/LFC-migration-1.4.0/create-uid-gid-mappings.sh line 210 (should be 'b = a'):
if [ "$DB_TYPE" == "oracle" ] ; then
possible bashism in ./scripts/LFC-migration-1.4.0/create-uid-gid-mappings.sh line 221 (should be 'b = a'):
    if [ "x$gid" == "xgid" ]; then
possible bashism in ./scripts/LFC-migration-1.4.0/create-uid-gid-mappings.sh line 229 (should be 'b = a'):
    	if [ $VERBOSE == 'true' ] ; then
possible bashism in ./scripts/LFC-migration-1.4.0/create-uid-gid-mappings.sh line 233 (should be 'b = a'):
    if [ $(($gid > $MAX )) == 1 ] ; then
possible bashism in ./scripts/LFC-migration-1.4.0/create-uid-gid-mappings.sh line 238 (should be 'b = a'):
if [ $(($MAX > -1)) == 1 ] ; then
possible bashism in ./scripts/LFC-migration-1.4.0/create-uid-gid-mappings.sh line 240 (should be 'b = a'):
  if [ $VERBOSE == 'true' ] ; then
possible bashism in ./scripts/DPM-migration/virtualIds/create-uid-gid-mappings.sh line 22 ('function' is useless):
function usage() {
possible bashism in ./scripts/DPM-migration/virtualIds/create-uid-gid-mappings.sh line 31 ('function' is useless):
function max_insert_statement() {
possible bashism in ./scripts/DPM-migration/virtualIds/create-uid-gid-mappings.sh line 36 ('function' is useless):
function call_database() {
possible bashism in ./scripts/DPM-migration/virtualIds/create-uid-gid-mappings.sh line 37 (should be 'b = a'):
    if [ "x$1" == "x" ] ; then # no file provided
possible bashism in ./scripts/DPM-migration/virtualIds/create-uid-gid-mappings.sh line 38 (should be 'b = a'):
      if [ $DB_TYPE == "mysql" ] ; then
possible bashism in ./scripts/DPM-migration/virtualIds/create-uid-gid-mappings.sh line 50 (should be 'b = a'):
      if [ $DB_TYPE == "mysql" ] ; then
possible bashism in ./scripts/DPM-migration/virtualIds/create-uid-gid-mappings.sh line 109 (should be 'b = a'):
if [ "$DB_USER" == "" ] ||  [ "$PASSWORD_FILE" == "" ] || [ "$DB_DATABASE" == "" ] ; then
possible bashism in ./scripts/DPM-migration/virtualIds/create-uid-gid-mappings.sh line 118 (should be 'b = a'):
if [ $VERBOSE == 'true' ]; then
possible bashism in ./scripts/DPM-migration/virtualIds/create-uid-gid-mappings.sh line 130 (should be 'b = a'):
if [ "$DB_TYPE" == "oracle" ] ; then
possible bashism in ./scripts/DPM-migration/virtualIds/create-uid-gid-mappings.sh line 138 (should be 'b = a'):
if [ "$DB_TYPE" == "oracle" ] ; then
possible bashism in ./scripts/DPM-migration/virtualIds/create-uid-gid-mappings.sh line 164 (should be 'b = a'):
if [ "$DB_TYPE" == "oracle" ] ; then
possible bashism in ./scripts/DPM-migration/virtualIds/create-uid-gid-mappings.sh line 176 (should be 'b = a'):
  if [ $uid == "owner_uid" ]; then
possible bashism in ./scripts/DPM-migration/virtualIds/create-uid-gid-mappings.sh line 184 (should be 'b = a'):
      if [ $VERBOSE == 'true' ] ; then
possible bashism in ./scripts/DPM-migration/virtualIds/create-uid-gid-mappings.sh line 187 (should be 'b = a'):
      if [ $(($uid > $MAX)) == 1 ] ; then
possible bashism in ./scripts/DPM-migration/virtualIds/create-uid-gid-mappings.sh line 194 (should be 'b = a'):
if [ $(($MAX > -1)) == 1 ] ; then
possible bashism in ./scripts/DPM-migration/virtualIds/create-uid-gid-mappings.sh line 197 (should be 'b = a'):
  if [ $VERBOSE == 'true' ] ; then
possible bashism in ./scripts/DPM-migration/virtualIds/create-uid-gid-mappings.sh line 210 (should be 'b = a'):
if [ "$DB_TYPE" == "oracle" ] ; then
possible bashism in ./scripts/DPM-migration/virtualIds/create-uid-gid-mappings.sh line 221 (should be 'b = a'):
    if [ "x$gid" == "xgid" ]; then
possible bashism in ./scripts/DPM-migration/virtualIds/create-uid-gid-mappings.sh line 229 (should be 'b = a'):
    	if [ $VERBOSE == 'true' ] ; then
possible bashism in ./scripts/DPM-migration/virtualIds/create-uid-gid-mappings.sh line 233 (should be 'b = a'):
    if [ $(($gid > $MAX )) == 1 ] ; then
possible bashism in ./scripts/DPM-migration/virtualIds/create-uid-gid-mappings.sh line 238 (should be 'b = a'):
if [ $(($MAX > -1)) == 1 ] ; then
possible bashism in ./scripts/DPM-migration/virtualIds/create-uid-gid-mappings.sh line 240 (should be 'b = a'):
  if [ $VERBOSE == 'true' ] ; then
possible bashism in ./srmv2.2/srmv2.2.scripts.oracle line 160 (should be 'b = a'):
        if [ "x${ORACLECLIENT}" == "x" ]; then
possible bashism in ./ns/dpnsdaemon.scripts.oracle line 153 (should be 'b = a'):
        if [ "x${ORACLECLIENT}" == "x" ]; then
possible bashism in ./ns/lfcdaemon.scripts.oracle line 163 (should be 'b = a'):
        if [ "x${ORACLECLIENT}" == "x" ]; then
possible bashism in ./ns/nsdaemon.scripts line 62 (should be >word 2>&1):
[ ! -d $PIDDIR ] && mkdir -p $PIDDIR >& /dev/null
possible bashism in ./ns/nsdaemon.scripts line 63 (should be >word 2>&1):
[ ! -d $SUBSYSDIR ] && mkdir -p $SUBSYSDIR >& /dev/null
possible bashism in ./ns/nsdaemon.scripts line 132 (should be >word 2>&1):
                $NSSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./ns/nsdaemon.scripts line 139 (should be >word 2>&1):
                    kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./ns/nsdaemon.scripts line 147 (should be >word 2>&1):
                kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./ns/nsdaemon.scripts line 163 (should be >word 2>&1):
                    $NSSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./ns/nsdaemon.scripts line 170 (should be >word 2>&1):
                        kill -2 -$pid >& /dev/null
possible bashism in ./ns/nsdaemon.scripts line 178 (should be >word 2>&1):
                    kill -2 -$pid >& /dev/null
possible bashism in ./srmv2/srmv2.scripts.oracle line 160 (should be 'b = a'):
        if [ "x${ORACLECLIENT}" == "x" ]; then
possible bashism in ./.pc/lcgdm-bashisms.patch/dicomcopy/dicomcopyd.scripts.oracle line 160 (should be 'b = a'):
        if [ "x${ORACLECLIENT}" == "x" ]; then
possible bashism in ./.pc/lcgdm-bashisms.patch/dicomcopy/dicomcopyd.scripts.oracle line 200 (should be >word 2>&1):
                $DICOMCOPYSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dicomcopy/dicomcopyd.scripts.oracle line 207 (should be >word 2>&1):
                    kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dicomcopy/dicomcopyd.scripts.oracle line 215 (should be >word 2>&1):
                kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dicomcopy/dicomcopyd.scripts.oracle line 231 (should be >word 2>&1):
                    $DICOMCOPYSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dicomcopy/dicomcopyd.scripts.oracle line 238 (should be >word 2>&1):
                        kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dicomcopy/dicomcopyd.scripts.oracle line 246 (should be >word 2>&1):
                    kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dicomcopy/dicomcopyd.scripts.postgresql line 175 (should be >word 2>&1):
                $DICOMCOPYSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dicomcopy/dicomcopyd.scripts.postgresql line 182 (should be >word 2>&1):
                    kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dicomcopy/dicomcopyd.scripts.postgresql line 190 (should be >word 2>&1):
                kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dicomcopy/dicomcopyd.scripts.postgresql line 206 (should be >word 2>&1):
                    $DICOMCOPYSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dicomcopy/dicomcopyd.scripts.postgresql line 213 (should be >word 2>&1):
                        kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dicomcopy/dicomcopyd.scripts.postgresql line 221 (should be >word 2>&1):
                    kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dicomcopy/dicomcopyd.scripts.mysql line 175 (should be >word 2>&1):
                $DICOMCOPYSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dicomcopy/dicomcopyd.scripts.mysql line 182 (should be >word 2>&1):
                    kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dicomcopy/dicomcopyd.scripts.mysql line 190 (should be >word 2>&1):
                kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dicomcopy/dicomcopyd.scripts.mysql line 206 (should be >word 2>&1):
                    $DICOMCOPYSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dicomcopy/dicomcopyd.scripts.mysql line 213 (should be >word 2>&1):
                        kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dicomcopy/dicomcopyd.scripts.mysql line 221 (should be >word 2>&1):
                    kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv1/srmv1.scripts.postgresql line 175 (should be >word 2>&1):
                $SRMV1SHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv1/srmv1.scripts.postgresql line 182 (should be >word 2>&1):
                    kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv1/srmv1.scripts.postgresql line 190 (should be >word 2>&1):
                kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv1/srmv1.scripts.postgresql line 206 (should be >word 2>&1):
                    $SRMV1SHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv1/srmv1.scripts.postgresql line 213 (should be >word 2>&1):
                        kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv1/srmv1.scripts.postgresql line 221 (should be >word 2>&1):
                    kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv1/srmv1.scripts.mysql line 175 (should be >word 2>&1):
                $SRMV1SHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv1/srmv1.scripts.mysql line 182 (should be >word 2>&1):
                    kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv1/srmv1.scripts.mysql line 190 (should be >word 2>&1):
                kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv1/srmv1.scripts.mysql line 206 (should be >word 2>&1):
                    $SRMV1SHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv1/srmv1.scripts.mysql line 213 (should be >word 2>&1):
                        kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv1/srmv1.scripts.mysql line 221 (should be >word 2>&1):
                    kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv1/srmv1.scripts.oracle line 160 (should be 'b = a'):
        if [ "x${ORACLECLIENT}" == "x" ]; then
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv1/srmv1.scripts.oracle line 201 (should be >word 2>&1):
                $SRMV1SHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv1/srmv1.scripts.oracle line 208 (should be >word 2>&1):
                    kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv1/srmv1.scripts.oracle line 216 (should be >word 2>&1):
                kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv1/srmv1.scripts.oracle line 232 (should be >word 2>&1):
                    $SRMV1SHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv1/srmv1.scripts.oracle line 239 (should be >word 2>&1):
                        kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv1/srmv1.scripts.oracle line 247 (should be >word 2>&1):
                    kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpm/dpm.scripts.oracle line 159 (should be 'b = a'):
        if [ "x${ORACLECLIENT}" == "x" ]; then
possible bashism in ./.pc/lcgdm-bashisms.patch/dpm/dpm.scripts.oracle line 201 (should be >word 2>&1):
                $DPMSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpm/dpm.scripts.oracle line 208 (should be >word 2>&1):
                    kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpm/dpm.scripts.oracle line 216 (should be >word 2>&1):
                kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpm/dpm.scripts.oracle line 232 (should be >word 2>&1):
                    $DPMSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpm/dpm.scripts.oracle line 239 (should be >word 2>&1):
                        kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpm/dpm.scripts.oracle line 247 (should be >word 2>&1):
                    kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpm/dpm.scripts.mysql line 176 (should be >word 2>&1):
                $DPMSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpm/dpm.scripts.mysql line 183 (should be >word 2>&1):
                    kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpm/dpm.scripts.mysql line 191 (should be >word 2>&1):
                kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpm/dpm.scripts.mysql line 207 (should be >word 2>&1):
                    $DPMSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpm/dpm.scripts.mysql line 214 (should be >word 2>&1):
                        kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpm/dpm.scripts.mysql line 222 (should be >word 2>&1):
                    kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpm/dpm.scripts.postgresql line 176 (should be >word 2>&1):
                $DPMSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpm/dpm.scripts.postgresql line 183 (should be >word 2>&1):
                    kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpm/dpm.scripts.postgresql line 191 (should be >word 2>&1):
                kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpm/dpm.scripts.postgresql line 207 (should be >word 2>&1):
                    $DPMSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpm/dpm.scripts.postgresql line 214 (should be >word 2>&1):
                        kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpm/dpm.scripts.postgresql line 222 (should be >word 2>&1):
                    kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/rfio/rfiod.scripts line 166 (should be >word 2>&1):
            kill -9 `cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/rfio/rfiod.scripts line 185 (should be >word 2>&1):
                kill -9 $pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2.2/srmv2.2.scripts.mysql line 175 (should be >word 2>&1):
                $SRMV2SHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2.2/srmv2.2.scripts.mysql line 182 (should be >word 2>&1):
                    kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2.2/srmv2.2.scripts.mysql line 190 (should be >word 2>&1):
                kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2.2/srmv2.2.scripts.mysql line 206 (should be >word 2>&1):
                    $SRMV2SHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2.2/srmv2.2.scripts.mysql line 213 (should be >word 2>&1):
                        kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2.2/srmv2.2.scripts.mysql line 221 (should be >word 2>&1):
                    kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2.2/srmv2.2.scripts.postgresql line 175 (should be >word 2>&1):
                $SRMV2SHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2.2/srmv2.2.scripts.postgresql line 182 (should be >word 2>&1):
                    kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2.2/srmv2.2.scripts.postgresql line 190 (should be >word 2>&1):
                kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2.2/srmv2.2.scripts.postgresql line 206 (should be >word 2>&1):
                    $SRMV2SHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2.2/srmv2.2.scripts.postgresql line 213 (should be >word 2>&1):
                        kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2.2/srmv2.2.scripts.postgresql line 221 (should be >word 2>&1):
                    kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2.2/srmv2.2.scripts.oracle line 160 (should be 'b = a'):
        if [ "x${ORACLECLIENT}" == "x" ]; then
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2.2/srmv2.2.scripts.oracle line 201 (should be >word 2>&1):
                $SRMV2SHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2.2/srmv2.2.scripts.oracle line 208 (should be >word 2>&1):
                    kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2.2/srmv2.2.scripts.oracle line 216 (should be >word 2>&1):
                kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2.2/srmv2.2.scripts.oracle line 232 (should be >word 2>&1):
                    $SRMV2SHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2.2/srmv2.2.scripts.oracle line 239 (should be >word 2>&1):
                        kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2.2/srmv2.2.scripts.oracle line 247 (should be >word 2>&1):
                    kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dli/lfc-dli.scripts line 163 (should be >word 2>&1):
                $DLISHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dli/lfc-dli.scripts line 170 (should be >word 2>&1):
                    kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dli/lfc-dli.scripts line 178 (should be >word 2>&1):
                kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dli/lfc-dli.scripts line 194 (should be >word 2>&1):
                    $DLISHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dli/lfc-dli.scripts line 201 (should be >word 2>&1):
                        kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dli/lfc-dli.scripts line 209 (should be >word 2>&1):
                    kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/dpnsdaemon.scripts.oracle line 153 (should be 'b = a'):
        if [ "x${ORACLECLIENT}" == "x" ]; then
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/dpnsdaemon.scripts.oracle line 194 (should be >word 2>&1):
                $DPNSSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/dpnsdaemon.scripts.oracle line 201 (should be >word 2>&1):
                    kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/dpnsdaemon.scripts.oracle line 209 (should be >word 2>&1):
                kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/dpnsdaemon.scripts.oracle line 225 (should be >word 2>&1):
                    $DPNSSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/dpnsdaemon.scripts.oracle line 232 (should be >word 2>&1):
                        kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/dpnsdaemon.scripts.oracle line 240 (should be >word 2>&1):
                    kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/dpnsdaemon.scripts.mysql line 168 (should be >word 2>&1):
                $DPNSSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/dpnsdaemon.scripts.mysql line 175 (should be >word 2>&1):
                    kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/dpnsdaemon.scripts.mysql line 183 (should be >word 2>&1):
                kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/dpnsdaemon.scripts.mysql line 199 (should be >word 2>&1):
                    $DPNSSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/dpnsdaemon.scripts.mysql line 206 (should be >word 2>&1):
                        kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/dpnsdaemon.scripts.mysql line 214 (should be >word 2>&1):
                    kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/lfcdaemon.scripts.oracle line 163 (should be 'b = a'):
        if [ "x${ORACLECLIENT}" == "x" ]; then
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/lfcdaemon.scripts.oracle line 204 (should be >word 2>&1):
                $LFCSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/lfcdaemon.scripts.oracle line 211 (should be >word 2>&1):
                    kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/lfcdaemon.scripts.oracle line 219 (should be >word 2>&1):
                kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/lfcdaemon.scripts.oracle line 235 (should be >word 2>&1):
                    $LFCSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/lfcdaemon.scripts.oracle line 242 (should be >word 2>&1):
                        kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/lfcdaemon.scripts.oracle line 250 (should be >word 2>&1):
                    kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/lfcdaemon.scripts.postgresql line 178 (should be >word 2>&1):
                $LFCSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/lfcdaemon.scripts.postgresql line 185 (should be >word 2>&1):
                    kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/lfcdaemon.scripts.postgresql line 193 (should be >word 2>&1):
                kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/lfcdaemon.scripts.postgresql line 209 (should be >word 2>&1):
                    $LFCSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/lfcdaemon.scripts.postgresql line 216 (should be >word 2>&1):
                        kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/lfcdaemon.scripts.postgresql line 224 (should be >word 2>&1):
                    kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/lfcdaemon.scripts.mysql line 178 (should be >word 2>&1):
                $LFCSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/lfcdaemon.scripts.mysql line 185 (should be >word 2>&1):
                    kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/lfcdaemon.scripts.mysql line 193 (should be >word 2>&1):
                kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/lfcdaemon.scripts.mysql line 209 (should be >word 2>&1):
                    $LFCSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/lfcdaemon.scripts.mysql line 216 (should be >word 2>&1):
                        kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/lfcdaemon.scripts.mysql line 224 (should be >word 2>&1):
                    kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/dpnsdaemon.scripts.postgresql line 168 (should be >word 2>&1):
                $DPNSSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/dpnsdaemon.scripts.postgresql line 175 (should be >word 2>&1):
                    kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/dpnsdaemon.scripts.postgresql line 183 (should be >word 2>&1):
                kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/dpnsdaemon.scripts.postgresql line 199 (should be >word 2>&1):
                    $DPNSSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/dpnsdaemon.scripts.postgresql line 206 (should be >word 2>&1):
                        kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/ns/dpnsdaemon.scripts.postgresql line 214 (should be >word 2>&1):
                    kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2/srmv2.scripts.oracle line 160 (should be 'b = a'):
        if [ "x${ORACLECLIENT}" == "x" ]; then
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2/srmv2.scripts.oracle line 201 (should be >word 2>&1):
                $SRMV2SHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2/srmv2.scripts.oracle line 208 (should be >word 2>&1):
                    kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2/srmv2.scripts.oracle line 216 (should be >word 2>&1):
                kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2/srmv2.scripts.oracle line 232 (should be >word 2>&1):
                    $SRMV2SHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2/srmv2.scripts.oracle line 239 (should be >word 2>&1):
                        kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2/srmv2.scripts.oracle line 247 (should be >word 2>&1):
                    kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2/srmv2.scripts.postgresql line 175 (should be >word 2>&1):
                $SRMV2SHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2/srmv2.scripts.postgresql line 182 (should be >word 2>&1):
                    kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2/srmv2.scripts.postgresql line 190 (should be >word 2>&1):
                kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2/srmv2.scripts.postgresql line 206 (should be >word 2>&1):
                    $SRMV2SHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2/srmv2.scripts.postgresql line 213 (should be >word 2>&1):
                        kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2/srmv2.scripts.postgresql line 221 (should be >word 2>&1):
                    kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2/srmv2.scripts.mysql line 175 (should be >word 2>&1):
                $SRMV2SHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2/srmv2.scripts.mysql line 182 (should be >word 2>&1):
                    kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2/srmv2.scripts.mysql line 190 (should be >word 2>&1):
                kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2/srmv2.scripts.mysql line 206 (should be >word 2>&1):
                    $SRMV2SHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2/srmv2.scripts.mysql line 213 (should be >word 2>&1):
                        kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/srmv2/srmv2.scripts.mysql line 221 (should be >word 2>&1):
                    kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpmcopy/dpmcopyd.scripts.oracle line 160 (should be 'b = a'):
        if [ "x${ORACLECLIENT}" == "x" ]; then
possible bashism in ./.pc/lcgdm-bashisms.patch/dpmcopy/dpmcopyd.scripts.oracle line 201 (should be >word 2>&1):
                $DPMCOPYSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpmcopy/dpmcopyd.scripts.oracle line 208 (should be >word 2>&1):
                    kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpmcopy/dpmcopyd.scripts.oracle line 216 (should be >word 2>&1):
                kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpmcopy/dpmcopyd.scripts.oracle line 232 (should be >word 2>&1):
                    $DPMCOPYSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpmcopy/dpmcopyd.scripts.oracle line 239 (should be >word 2>&1):
                        kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpmcopy/dpmcopyd.scripts.oracle line 247 (should be >word 2>&1):
                    kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpmcopy/dpmcopyd.scripts.postgresql line 175 (should be >word 2>&1):
                $DPMCOPYSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpmcopy/dpmcopyd.scripts.postgresql line 182 (should be >word 2>&1):
                    kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpmcopy/dpmcopyd.scripts.postgresql line 190 (should be >word 2>&1):
                kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpmcopy/dpmcopyd.scripts.postgresql line 206 (should be >word 2>&1):
                    $DPMCOPYSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpmcopy/dpmcopyd.scripts.postgresql line 213 (should be >word 2>&1):
                        kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpmcopy/dpmcopyd.scripts.postgresql line 221 (should be >word 2>&1):
                    kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpmcopy/dpmcopyd.scripts.mysql line 175 (should be >word 2>&1):
                $DPMCOPYSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpmcopy/dpmcopyd.scripts.mysql line 182 (should be >word 2>&1):
                    kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpmcopy/dpmcopyd.scripts.mysql line 190 (should be >word 2>&1):
                kill -2 -`cat $PIDFILE` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpmcopy/dpmcopyd.scripts.mysql line 206 (should be >word 2>&1):
                    $DPMCOPYSHUTDOWN -f -h `hostname` >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpmcopy/dpmcopyd.scripts.mysql line 213 (should be >word 2>&1):
                        kill -2 -$pid >& /dev/null
possible bashism in ./.pc/lcgdm-bashisms.patch/dpmcopy/dpmcopyd.scripts.mysql line 221 (should be >word 2>&1):
                    kill -2 -$pid >& /dev/null
possible bashism in ./dpmcopy/dpmcopyd.scripts.oracle line 160 (should be 'b = a'):
        if [ "x${ORACLECLIENT}" == "x" ]; then

This report was generated on Thu, 16 Dec 2010 17:38:05 +0000, based on results by checkbashisms 2.10.65git5