mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
f91d0bca7d
- 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.
21 lines
882 B
Groff
21 lines
882 B
Groff
--- man/powerman.conf.5.in.orig 2012-01-13 23:01:47 UTC
|
|
+++ man/powerman.conf.5.in
|
|
@@ -5,7 +5,7 @@ powerman.conf \- configuration file for PowerMan
|
|
|
|
.SH DESCRIPTION
|
|
The powerman.conf file typically includes one or more of the remote power
|
|
-controller (RPC) device files provided in the /etc/powerman directory;
|
|
+controller (RPC) device files provided in the @X_SYSCONFDIR@/powerman directory;
|
|
sets a few global options;
|
|
instantiates RPC devices with unique names, hostnames, and ports;
|
|
and maps node names to RPC's and plug numbers.
|
|
@@ -32,7 +32,7 @@ The following example is a 16-node cluster that uses t
|
|
Baytech RPC-3 remote power controllers.
|
|
.LP
|
|
.nf
|
|
-include "/etc/powerman/baytech.dev" # include def for "baytech" RPC
|
|
+include "@X_SYSCONFDIR@/powerman/baytech.dev" # include def for "baytech" RPC
|
|
|
|
tcpwrappers yes # enable TCP wrappers
|
|
|