Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F140092340
D52645.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D52645.diff
View Options
diff --git a/UPDATING b/UPDATING
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,13 @@
world, or to merely disable the most expensive debugging functionality
at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20250923:
+ powerd has been moved to a new FreeBSD-powerd package. If you have
+ FreeBSD-set-minimal installed, the new package will be installed
+ automatically, otherwise you may want to install it by hand.
+
+ This only affects pkgbase users.
+
20250918:
mandoc (including /usr/bin/man) has been moved to a new package,
FreeBSD-mandoc. If you have the minimal set installed, this package
diff --git a/libexec/rc/rc.d/Makefile b/libexec/rc/rc.d/Makefile
--- a/libexec/rc/rc.d/Makefile
+++ b/libexec/rc/rc.d/Makefile
@@ -50,7 +50,6 @@
${_nscd} \
${_opensm} \
os-release \
- powerd \
pppoed \
pwcheck \
quota \
@@ -127,6 +126,10 @@
NEWSYSLOG= newsyslog
NEWSYSLOGPACKAGE= newsyslog
+CONFGROUPS+= POWERD
+POWERD= powerd
+POWERDPACKAGE= powerd
+
CONFGROUPS+= SYSLOGD
SYSLOGD= syslogd
SYSLOGDPACKAGE= syslogd
diff --git a/release/packages/ucl/powerd-all.ucl b/release/packages/ucl/powerd-all.ucl
new file mode 100644
--- /dev/null
+++ b/release/packages/ucl/powerd-all.ucl
@@ -0,0 +1,11 @@
+comment = "System power control utility"
+
+desc = <<EOD
+The powerd utility monitors the system state and sets various power control
+options accordingly. It offers power-saving modes that can be individually
+selected for operation on AC power or batteries.
+EOD
+
+annotations {
+ set = minimal
+}
diff --git a/usr.sbin/powerd/Makefile b/usr.sbin/powerd/Makefile
--- a/usr.sbin/powerd/Makefile
+++ b/usr.sbin/powerd/Makefile
@@ -1,3 +1,4 @@
+PACKAGE=powerd
PROG= powerd
MAN= powerd.8
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 21, 3:16 AM (20 h, 23 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27106136
Default Alt Text
D52645.diff (1 KB)
Attached To
Mode
D52645: packages: Move powerd to its own package
Attached
Detach File
Event Timeline
Log In to Comment