1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/net/ifstated/files/patch-ifstated.8
Li-Wen Hsu fdde528fec - Support multiple profiles (instances) much like apache22
- Add `-p pidfile' option to support multiple profiles

PR:		ports/149727
Submitted by:	Jim Riggs <ports AT christianserving.org> (maintainer)
2010-08-22 01:15:32 +00:00

33 lines
704 B
Groff

--- ifstated.8.orig 2010-06-11 12:20:08.000000000 -0500
+++ ifstated.8 2010-07-30 22:15:08.518460671 -0500
@@ -29,6 +29,7 @@
.Ar macro Ns = Ns Ar value Oc
.Xc
.Op Fl f Ar file
+.Op Fl p Ar pidfile
.Ek
.Sh DESCRIPTION
The
@@ -61,6 +62,10 @@
Specify an alternate location,
.Ar file ,
for the configuration file.
+.It Fl p Ar pidfile
+Specify the location,
+.Ar pidfile ,
+for the PID file.
.It Fl h
Print help message.
.It Fl i
@@ -78,8 +83,8 @@
.Nm
reloads the configuration file.
.Sh FILES
-.Bl -tag -width "/etc/ifstated.conf" -compact
-.It Pa /etc/ifstated.conf
+.Bl -tag -width "/usr/local/etc/ifstated.conf" -compact
+.It Pa /usr/local/etc/ifstated.conf
.Nm
configuration file.
.El