Received: from SOUTH-STATION-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA23096; Fri, 29 Sep 95 18:07:04 EDT
Received: from freefall.FreeBSD.ORG by MIT.EDU with SMTP
	id AA10062; Fri, 29 Sep 95 18:06:37 EDT
Received: (from joerg@localhost)
          by freefall.freebsd.org (8.6.12/8.6.6) id PAA05258
          ; Fri, 29 Sep 1995 15:03:20 -0700
Date: Fri, 29 Sep 1995 15:03:20 -0700
From: Joerg Wunsch <joerg@freefall.freebsd.org>
Message-Id: <199509292203.PAA05258@freefall.freebsd.org>
To: CVS-commiters@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org
Subject: cvs commit: src/sbin/slattach slattach.c

joerg       95/09/29 15:03:19

  Modified:    sbin/slattach  slattach.c
  Log:
  Call the -u UCMD command on exit.  The command is called with the
  current unit number, and the "new" unit number of -1.  This allows the
  script to actually deconfigure the SLIP interface (e.g. by running
  "ifconfig delete") which has been impossible previously.
  
  This is most likely a candidate for 2.1, too.
