diff options
author | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2019-05-31 12:58:28 +0000 |
---|---|---|
committer | Rodrigo Osorio <rodrigo@FreeBSD.org> | 2019-05-31 12:58:28 +0000 |
commit | 65e3fb58c01778942cb85438ff96201c88b721bc (patch) | |
tree | 9b37a45964fc6e752de6afb93c99cb9dbc5d4271 /net/rtg/files/patch-man_rtgpoll.1 | |
parent | devel/py-dateutil: Update to 2.8.0 (diff) |
Fix net/rtg with modern perl and php
* Fix runtime PHP errors if short_opentag is disabled (default)
* Remove most PHP warnings/notices that go to error_log
* Fix HTML output to be valid
* Fix quoting of SQL objects
* Fix escaping of user-provided SQL data (potential sql injection)
* Widen fields in 95.php and 95.pl for interface and router names
* Fix warnings in perl modules in newer perl versions
* Fix createdb script to use CREATE USER/GRANT not manipulate user db directly
* Add "Update_desc" config entry to auto-update port descriptions from snmp
* Update default SNMP version to 2
PR: 227376
Submitted by: <freebsd-ports@dan.me.uk> (maintainer)
Diffstat (limited to 'net/rtg/files/patch-man_rtgpoll.1')
-rw-r--r-- | net/rtg/files/patch-man_rtgpoll.1 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/rtg/files/patch-man_rtgpoll.1 b/net/rtg/files/patch-man_rtgpoll.1 new file mode 100644 index 000000000000..1c15b64d830c --- /dev/null +++ b/net/rtg/files/patch-man_rtgpoll.1 @@ -0,0 +1,12 @@ +--- man/rtgpoll.1.orig 2003-09-24 17:26:57 UTC ++++ man/rtgpoll.1 +@@ -31,6 +31,9 @@ Disable database inserts. + .IR "\-m" + Skip checking for multiple instances. + .TP ++.IR "\-p file" ++PID file. Process ID file. ++.TP + .IR "\-z" + Force database insertion of zero deltas. + .TP |