diff options
author | ru <ru@FreeBSD.org> | 2003-08-13 13:16:19 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-08-13 13:16:19 +0000 |
commit | 4618cdf9bba82ecac1b4bae9df782f2ae1a40253 (patch) | |
tree | 7d45f89edd2b4c4387828e78e01b78c65f60e11f /sbin/natd/natd.8 | |
parent | b870660f361c6260755ce03ef02a78249dfbc9eb (diff) | |
download | FreeBSD-src-4618cdf9bba82ecac1b4bae9df782f2ae1a40253.zip FreeBSD-src-4618cdf9bba82ecac1b4bae9df782f2ae1a40253.tar.gz |
Added an option to specify an alternate PID file.
PR: bin/37159
Submitted by: "Aleksandr A. Babaylov" <.@babolo.ru>
Diffstat (limited to 'sbin/natd/natd.8')
-rw-r--r-- | sbin/natd/natd.8 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sbin/natd/natd.8 b/sbin/natd/natd.8 index 90f5c13..9c1b80b 100644 --- a/sbin/natd/natd.8 +++ b/sbin/natd/natd.8 @@ -32,6 +32,7 @@ .Op Fl log_facility Ar facility_name .Op Fl punch_fw Ar firewall_range .Op Fl log_ipfw_denied +.Op Fl pid_file | P Ar pidfile .Ek .Sh DESCRIPTION The @@ -478,6 +479,10 @@ Log when a packet cannot be re-injected because an rule blocks it. This is the default with .Fl verbose . +.It Fl pid_file | P Ar file +Specify an alternate file in which to store the process ID. +The default is +.Pa /var/run/natd.pid . .El .Sh RUNNING NATD The following steps are necessary before attempting to run |