Date: Tue, 23 Sep 2025 22:06:58 GMT From: Lexi Winter <ivy@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: eb373ef459cd - main - chat, pppoed: Move to the ppp package Message-ID: <202509232206.58NM6wNa043293@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by ivy: URL: https://cgit.FreeBSD.org/src/commit/?id=eb373ef459cd87dd9fcab63dc72f3e53c7493758 commit eb373ef459cd87dd9fcab63dc72f3e53c7493758 Author: Lexi Winter <ivy@FreeBSD.org> AuthorDate: 2025-09-23 21:20:25 +0000 Commit: Lexi Winter <ivy@FreeBSD.org> CommitDate: 2025-09-23 22:06:32 +0000 chat, pppoed: Move to the ppp package MFC after: 1 day Reviewed by: manu Differential Revision: https://reviews.freebsd.org/D52650 --- libexec/pppoed/Makefile | 1 + libexec/rc/rc.d/Makefile | 5 ++++- usr.bin/chat/Makefile | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libexec/pppoed/Makefile b/libexec/pppoed/Makefile index b1b88c4c1b6c..26339249c3b5 100644 --- a/libexec/pppoed/Makefile +++ b/libexec/pppoed/Makefile @@ -1,3 +1,4 @@ +PACKAGE=ppp PROG= pppoed LIBADD= netgraph MAN= pppoed.8 diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile index d072039836d0..896d5bd8ae09 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -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 diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile index dfe76f71aba7..1b53d2abb1f7 100644 --- a/usr.bin/chat/Makefile +++ b/usr.bin/chat/Makefile @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509232206.58NM6wNa043293>