diff options
| author | Lexi Winter <ivy@FreeBSD.org> | 2025-09-23 21:05:05 +0000 |
|---|---|---|
| committer | Lexi Winter <ivy@FreeBSD.org> | 2025-09-23 22:06:32 +0000 |
| commit | 5efd371bba1508ed94faed2afbd11936f5fe4dac (patch) | |
| tree | 4fd51dab773c68b6e2609fb966d40961ede3315d /libexec | |
| parent | 7ece602e00e85195fc426a2401c49921cd39735e (diff) | |
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rc/rc.d/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile index e5ee34e62185..d072039836d0 100644 --- a/libexec/rc/rc.d/Makefile +++ b/libexec/rc/rc.d/Makefile @@ -50,7 +50,6 @@ CONFS= DAEMON \ ${_nscd} \ ${_opensm} \ os-release \ - powerd \ pppoed \ pwcheck \ quota \ @@ -127,6 +126,10 @@ CONFGROUPS+= NEWSYSLOG NEWSYSLOG= newsyslog NEWSYSLOGPACKAGE= newsyslog +CONFGROUPS+= POWERD +POWERD= powerd +POWERDPACKAGE= powerd + CONFGROUPS+= SYSLOGD SYSLOGD= syslogd SYSLOGDPACKAGE= syslogd |
