|
@@ -0,0 +1,26 @@
|
|
|
|
+Description: Fix typos
|
|
|
|
+Author: Christoph Biedl <debian.packages.hhqj@manchmal.in-ulm.de>
|
|
|
|
+Forwarded: no
|
|
|
|
+
|
|
|
|
+--- a/softflowd.8
|
|
|
|
++++ b/softflowd.8
|
|
|
|
+@@ -116,7 +116,7 @@
|
|
|
|
+ that the accounting datagrams are to be sent to.
|
|
|
|
+ The host may be specified using a hostname or using a numeric IPv4 or
|
|
|
|
+ IPv6 address.
|
|
|
|
+-Numeric IPv6 addresses should be encosed in square brackets to avoid ambiguity
|
|
|
|
++Numeric IPv6 addresses should be enclosed in square brackets to avoid ambiguity
|
|
|
|
+ between the address and the port.
|
|
|
|
+ The destination port may be a portname listed in
|
|
|
|
+ .Xr services 5
|
|
|
|
+--- a/softflowd.c
|
|
|
|
++++ b/softflowd.c
|
|
|
|
+@@ -1260,7 +1260,7 @@
|
|
|
|
+ print_timeouts(ft, ctlf);
|
|
|
|
+ ret = 0;
|
|
|
|
+ } else {
|
|
|
|
+- fprintf(ctlf, "Unknown control commmand \"%s\"\n", buf);
|
|
|
|
++ fprintf(ctlf, "Unknown control command \"%s\"\n", buf);
|
|
|
|
+ ret = 0;
|
|
|
|
+ }
|
|
|
|
+
|