From owner-freebsd-commit Fri Sep 29 15:03:39 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA05307 for freebsd-commit-outgoing; Fri, 29 Sep 1995 15:03:39 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA05295 for cvs-all-outgoing; Fri, 29 Sep 1995 15:03:35 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id PAA05277 for cvs-sbin-outgoing; Fri, 29 Sep 1995 15:03:31 -0700 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 Message-Id: <199509292203.PAA05258@freefall.freebsd.org> To: CVS-commiters, cvs-sbin Subject: cvs commit: src/sbin/slattach slattach.c Sender: owner-commit@FreeBSD.org Precedence: bulk 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.