cvs commit: src/usr.sbin/daemon daemon.8 daemon.c

Poul-Henning Kamp phk at FreeBSD.org
Tue Jun 1 23:48:16 PDT 2004


phk         2004/06/01 23:48:13 PDT

  FreeBSD src repository

  Modified files:
    usr.sbin/daemon      daemon.8 daemon.c 
  Log:
  Give daemon(8) the ability to create a pid-file.  Since the target program
  does not know anything about the pid-file and we don't keep a babysitting
  process for the task, the pid-file will linger.
  
  Submitted by:   mi
  PR:     56398
  
  Revision  Changes    Path
  1.4       +9 -1      src/usr.sbin/daemon/daemon.8
  1.3       +37 -5     src/usr.sbin/daemon/daemon.c


More information about the cvs-src mailing list