diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-08-22 01:15:32 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2010-08-22 01:15:32 +0000 |
commit | fdde528fecb46d378da500b997ca8917a2311766 (patch) | |
tree | b6abf15f4eafef51f3a4ab382fa864ff54432848 /net/ifstated/files/patch-ifstated.8 | |
parent | e716b532616f5b5d763005ff359d20bacac7e761 (diff) | |
download | ports-fdde528fecb46d378da500b997ca8917a2311766.tar.gz ports-fdde528fecb46d378da500b997ca8917a2311766.zip |
Notes
Diffstat (limited to 'net/ifstated/files/patch-ifstated.8')
-rw-r--r-- | net/ifstated/files/patch-ifstated.8 | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/net/ifstated/files/patch-ifstated.8 b/net/ifstated/files/patch-ifstated.8 new file mode 100644 index 000000000000..e0514386a0f5 --- /dev/null +++ b/net/ifstated/files/patch-ifstated.8 @@ -0,0 +1,32 @@ +--- 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 |