diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2001-05-07 13:53:27 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2001-05-07 13:53:27 +0000 |
commit | 2f9a5d0bf07a00cd8caa05a8f0e2be979a1b2147 (patch) | |
tree | 9528339c94c85dc12657f36d751dd6409e9a1bbe /sbin | |
parent | d04e8e86fb999311c02f6cd80d2442cedf55b3f1 (diff) |
tunneldelete -> deletetunnel
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ifconfig/ifconfig.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ifconfig/ifconfig.c b/sbin/ifconfig/ifconfig.c index 192a209ad74..8f32ec19a8f 100644 --- a/sbin/ifconfig/ifconfig.c +++ b/sbin/ifconfig/ifconfig.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ifconfig.c,v 1.47 2001/05/02 06:44:23 itojun Exp $ */ +/* $OpenBSD: ifconfig.c,v 1.48 2001/05/07 13:53:26 markus Exp $ */ /* $NetBSD: ifconfig.c,v 1.40 1997/10/01 02:19:43 enami Exp $ */ /* @@ -81,7 +81,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)ifconfig.c 8.2 (Berkeley) 2/16/94"; #else -static char rcsid[] = "$OpenBSD: ifconfig.c,v 1.47 2001/05/02 06:44:23 itojun Exp $"; +static char rcsid[] = "$OpenBSD: ifconfig.c,v 1.48 2001/05/07 13:53:26 markus Exp $"; #endif #endif /* not lint */ @@ -272,7 +272,7 @@ const struct cmd { /* giftunnel is for backward compat */ { "giftunnel", NEXTARG2, 0, settunnel } , { "tunnel", NEXTARG2, 0, settunnel } , - { "tunneldelete", 0, 0, deletetunnel } , + { "deletetunnel", 0, 0, deletetunnel } , { "link0", IFF_LINK0, 0, setifflags } , { "-link0", -IFF_LINK0, 0, setifflags } , { "link1", IFF_LINK1, 0, setifflags } , |