]> git.saurik.com Git - apple/network_cmds.git/blame - sliplogin.tproj/slip.login
network_cmds-85.tar.gz
[apple/network_cmds.git] / sliplogin.tproj / slip.login
CommitLineData
b7080c8e
A
1#!/bin/sh -
2#
3# @(#)slip.login 8.1 (Berkeley) 6/6/93
4
5#
6# generic login 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
10#
11/sbin/ifconfig sl$1 inet $4 $5 netmask $6
12exit