Diff for /elwix/config/rc.subr between versions 1.8.2.7 and 1.8.2.8

version 1.8.2.7, 2014/01/30 08:46:41 version 1.8.2.8, 2014/01/30 08:49:04
Line 225  InstallList() Line 225  InstallList()
         for i in $(cat $TMPFILE); do          for i in $(cat $TMPFILE); do
                 if [ -x $i ]; then                  if [ -x $i ]; then
                         echo "Strip '$i'"                          echo "Strip '$i'"
                           ${CEXEC} chflags -f noschg $i
                         ${CEXEC} strip -s $i                          ${CEXEC} strip -s $i
                 fi                  fi
         done          done
Line 304  StripFiles() Line 305  StripFiles()
                 for i in $(cat $TMPFILE); do                  for i in $(cat $TMPFILE); do
                         if [ -x $i ]; then                          if [ -x $i ]; then
                                 echo "Strip '$i'"                                  echo "Strip '$i'"
                                   ${CEXEC} chflags -f noschg $i
                                 ${CEXEC} strip -s $i                                  ${CEXEC} strip -s $i
                         fi                          fi
                 done                  done

Removed from v.1.8.2.7  
changed lines
  Added in v.1.8.2.8


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>