freebsd-ports/sysutils/powerman/files/patch-man_powermand.8.in
Mateusz Piotrowski f91d0bca7d Clean up
- Use USES=localbase instead of setting CPPFLAGS and LDFLAGS manually.
- Pet portlint, portfmt, and portclippy.
- Regenerate patches with makepatch.
- Define TEST_TARGET and disable failing tests.
- Set USES=fakeroot to address some errors during installation.
2019-10-26 20:52:47 +00:00

11 lines
431 B
Groff

--- man/powermand.8.in.orig 2012-01-13 23:01:52 UTC
+++ man/powermand.8.in
@@ -12,7 +12,7 @@ provides power management in a data center or compute
.TP
.I "-c, --conf filename"
Override the default location of the powerman configuration file
-.I /etc/powerman/powerman.conf.
+.I @X_SYSCONFDIR@/powerman/powerman.conf.
.TP
.I "-f, --foreground"
Do not daemonize, and send debugging/error messages to stderr instead of syslog.