cvs commit: src/etc rc.subr
    Mike Makonnen 
    mtm at FreeBSD.org
       
    Wed Mar  3 07:28:45 PST 2004
    
    
  
mtm         2004/03/03 07:28:44 PST
  FreeBSD src repository
  Modified files:
    etc                  rc.subr 
  Log:
  Some (most?) processes don't cleanup their pid files when
  they exit. Sometimes they simply can't (core-dump, for example).
  So, when searching for a running program send standard error
  output from ps(1) to never-never land.
  
          # This should quite those
          # ps: kvm_getprocs: No such user
          # errors. Since ports use a duplicate rc.subr(8) you might
          # still see this error from ports startup scripts.
  
  Revision  Changes    Path
  1.25      +1 -1      src/etc/rc.subr
    
    
More information about the cvs-all
mailing list