Move /usr/sbin/pppoectl to /sbin/pppoectl, so we can call it from
ifconfig.pppoe* files. Rename the source directory and files to match the primary purpose of this utility - probably noone is using this for ISDN now anymore, as isdnd has simpler ways to acomplish the same.
This commit is contained in:
parent
d835715cfa
commit
b7af7aeccd
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.74 2001/08/17 21:43:55 thorpej Exp $
|
||||
# $NetBSD: Makefile,v 1.75 2001/12/10 17:22:09 martin Exp $
|
||||
# @(#)Makefile 8.5 (Berkeley) 3/31/94
|
||||
|
||||
# Not ported: XNSrouted enpload scsiformat startslip
|
||||
@ -7,7 +7,7 @@
|
||||
SUBDIR= atactl badsect bim brconfig ccdconfig disklabel dmesg edlabel \
|
||||
fastboot fdisk fsck fsirand ifconfig init ldconfig lmcctl \
|
||||
mbrlabel mknod modload modunload mount newbtconf nologin ping \
|
||||
raidctl reboot rcorder rndctl route routed savecore scsictl \
|
||||
pppoectl raidctl reboot rcorder rndctl route routed savecore scsictl \
|
||||
shutdown slattach swapctl sysctl ttyflags umount wdogctl wsconsctl
|
||||
|
||||
# support for various file systems
|
||||
|
9
sbin/pppoectl/Makefile
Normal file
9
sbin/pppoectl/Makefile
Normal file
@ -0,0 +1,9 @@
|
||||
# $NetBSD: Makefile,v 1.1 2001/12/10 17:22:09 martin Exp $
|
||||
|
||||
PROG= pppoectl
|
||||
MAN= pppoectl.8
|
||||
|
||||
LINKS= ${BINDIR}/pppoectl ${BINDIR}/ispppcontrol
|
||||
MLINKS= pppoectl.8 ispppcontrol.8
|
||||
|
||||
.include <bsd.prog.mk>
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: ispppcontrol.8,v 1.5 2001/04/29 11:41:02 martin Exp $
|
||||
.\" $NetBSD: pppoectl.8,v 1.1 2001/12/10 17:22:09 martin Exp $
|
||||
.\" Copyright (C) 1997 by Joerg Wunsch, Dresden
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
@ -25,16 +25,16 @@
|
||||
.\"
|
||||
.\" From: spppcontrol.1,v 1.1.1.1 1997/10/11 11:30:30 joerg Exp
|
||||
.\"
|
||||
.\" $Id: ispppcontrol.8,v 1.5 2001/04/29 11:41:02 martin Exp $
|
||||
.\" $Id: pppoectl.8,v 1.1 2001/12/10 17:22:09 martin Exp $
|
||||
.\"
|
||||
.\" last edit-date: [Thu Aug 31 10:47:33 2000]
|
||||
.\"
|
||||
.Dd March 26, 2001
|
||||
.Os
|
||||
.Dt ISPPPCONTROL 8
|
||||
.Dt PPPOECTL 8
|
||||
.Sh NAME
|
||||
.Nm ispppcontrol ,
|
||||
.Nm pppoectl
|
||||
.Nm pppoectl ,
|
||||
.Nm ispppcontrol
|
||||
.Nd display or set parameters for an pppoe or isdn ppp (isp) interface
|
||||
.Sh SYNOPSIS
|
||||
.Nm
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ispppcontrol.c,v 1.2 2001/04/29 10:30:41 martin Exp $ */
|
||||
/* $NetBSD: pppoectl.c,v 1.1 2001/12/10 17:22:09 martin Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997 Joerg Wunsch
|
@ -1,6 +1,6 @@
|
||||
# $NetBSD: Makefile,v 1.1.1.1 2001/01/06 13:00:10 martin Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2001/12/10 17:22:10 martin Exp $
|
||||
|
||||
SUBDIR= daicctl dtmfdecode g711conv isdnd isdnmonitor isdntel \
|
||||
isdntelctl isdntrace ispppcontrol
|
||||
isdntelctl isdntrace
|
||||
|
||||
.include <bsd.subdir.mk>
|
||||
|
@ -1,9 +0,0 @@
|
||||
# $NetBSD: Makefile,v 1.3 2001/11/19 04:11:18 perry Exp $
|
||||
|
||||
PROG= ispppcontrol
|
||||
MAN= ispppcontrol.8
|
||||
|
||||
LINKS= ${BINDIR}/ispppcontrol ${BINDIR}/pppoectl
|
||||
MLINKS= ispppcontrol.8 pppoectl.8
|
||||
|
||||
.include <bsd.prog.mk>
|
Loading…
Reference in New Issue
Block a user