chat, pppoed: Move to the ppp package

MFC after:	1 day
Reviewed by:	manu
Differential Revision:	https://reviews.freebsd.org/D52650
This commit is contained in:
Lexi Winter 2025-09-23 22:20:25 +01:00
parent 2e45f20765
commit eb373ef459
3 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,4 @@
PACKAGE=ppp
PROG= pppoed
LIBADD= netgraph
MAN= pppoed.8

View file

@ -50,7 +50,6 @@ CONFS= DAEMON \
${_nscd} \
${_opensm} \
os-release \
pppoed \
pwcheck \
quota \
random \
@ -130,6 +129,10 @@ CONFGROUPS+= POWERD
POWERD= powerd
POWERDPACKAGE= powerd
CONFGROUPS+= PPPOED
PPPOED= pppoed
PPPOEDPACKAGE= ppp
CONFGROUPS+= SYSLOGD
SYSLOGD= syslogd
SYSLOGDPACKAGE= syslogd

View file

@ -1,6 +1,7 @@
# I once used this extensively, but no longer have a modem. Feel free
# to ask me questions about it, but I disclaim ownership now. -Peter
PACKAGE=ppp
PROG= chat
MAN= chat.8