This website requires JavaScript.
Explore
Help
Register
Sign In
hardenedbsd
/
HardenedBSD
Watch
1
Star
0
Fork
0
You've already forked HardenedBSD
mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced
2024-12-29 15:10:57 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
cc32b2eda8
HardenedBSD
/
sbin
/
spppcontrol
/
Makefile
8 lines
84 B
Makefile
Raw
Normal View
History
Unescape
Escape
Set the default manual section for sbin/ to 8.
2001-03-20 19:13:31 +01:00
# $FreeBSD$
The spppcontrol(8) utility that is required to set or display things like PAP and CHAP secrets with sppp(4). This is the first utility using the new SIOC[SG]IFGENERIC ioctls (and the reason for inventing them in the first place).
1997-10-11 13:30:30 +02:00
PROG
=
spppcontrol
- Backout botched attempt to introduce MANSECT feature. - MAN[1-9] -> MAN.
2001-03-26 16:33:27 +02:00
MAN
=
spppcontrol.8
Switch the default WARNS level for sbin/ to 6. Submitted by: Ulrich Spörlein
2009-10-19 18:00:24 +02:00
WARNS
?=
2
The spppcontrol(8) utility that is required to set or display things like PAP and CHAP secrets with sppp(4). This is the first utility using the new SIOC[SG]IFGENERIC ioctls (and the reason for inventing them in the first place).
1997-10-11 13:30:30 +02:00
.
i
n
c
l
u
d
e
<
b
s
d
.
p
r
o
g
.
m
k
>
Reference in New Issue
Copy Permalink