usr.sbin/makefs: Add -o c|C option to specify comp|check type
[dragonfly.git] / share / examples / sliplogin / slip.logout
blobb27fe09d0999c14770c8fe1231a4c0919afd999b
1 #!/bin/sh -
3 # slip.logout
6 # logout file for a slip line. sliplogin invokes this with
7 # the parameters:
8 # 1 2 3 4 5 6 7-n
9 # slipunit ttyspeed loginname local-addr remote-addr mask opt-args
11 /sbin/ifconfig sl$1 delete
12 # Remove the ARP table entry for the host
13 /usr/sbin/arp -d $5
14 exit