Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Mar 1995 16:04:22 +0100
From:      Joerg Wunsch <joerg>
To:        CVS-commiters, cvs-sbin
Subject:   cvs commit: src/sbin/slattach slattach.8 slattach.c
Message-ID:  <199503121504.QAA17660@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
joerg       95/03/12 16:04:20

  Modified:    sbin/slattach slattach.8 slattach.c
  Log:
  Make slattach create a PID file under /var/run when the connection is
  established.  This way, automatic scripts are possible that might
  control the SLIP connection.  It's unacceptable for a daemon that's
  being controlled by a variety of signals to not leave its PID
  somewhere.  The file name contains the terminal path name component of
  the associated tty device, so it should be unique even with multiple
  parallel slattach's running.  The file will be unlinked at regular exit.
  
  Also found a minor bug in the option handling by compiling with -Wall.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199503121504.QAA17660>