[BACK]Return to rc.subr CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / etc

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/etc/rc.subr between version 1.101 and 1.102

version 1.101, 2018/04/01 18:26:51 version 1.102, 2018/04/11 18:51:22
Line 294  _find_processes()
Line 294  _find_processes()
         fi          fi
   
         _proccheck='          _proccheck='
                 ps -o "pid,args" '"$_psargs"' |                  ps -o "pid,args" '"$_psargs"' 2>&1 |
                 while read _npid '"$_fp_args"'; do                  while read _npid '"$_fp_args"'; do
                         case "$_npid" in                          case "$_npid" in
                             PID)                          ps:|PID)
                                 continue ;;                                  continue ;;
                         esac ; '"$_fp_match"'                          esac ; '"$_fp_match"'
                                 echo -n "$_pref$_npid" ;                                  echo -n "$_pref$_npid" ;

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102

CVSweb <webmaster@jp.NetBSD.org>