diff options
Diffstat (limited to 'package/tcp_wrappers/patches/patch-hosts_options_5')
-rw-r--r-- | package/tcp_wrappers/patches/patch-hosts_options_5 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package/tcp_wrappers/patches/patch-hosts_options_5 b/package/tcp_wrappers/patches/patch-hosts_options_5 new file mode 100644 index 000000000..8268e43b8 --- /dev/null +++ b/package/tcp_wrappers/patches/patch-hosts_options_5 @@ -0,0 +1,17 @@ +--- tcp_wrappers_7.6.orig/hosts_options.5 1994-12-28 17:42:29.000000000 +0100 ++++ tcp_wrappers_7.6/hosts_options.5 2009-06-05 18:45:03.000000000 +0200 +@@ -58,12 +58,12 @@ Notice the leading dot on the domain nam + Execute, in a child process, the specified shell command, after + performing the %<letter> expansions described in the hosts_access(5) + manual page. The command is executed with stdin, stdout and stderr +-connected to the null device, so that it won\'t mess up the ++connected to the null device, so that it won't mess up the + conversation with the client host. Example: + .sp + .nf + .ti +3 +-spawn (/some/where/safe_finger -l @%h | /usr/ucb/mail root) & ++spawn (/usr/sbin/safe_finger -l @%h | /usr/bin/mail root) & + .fi + .sp + executes, in a background child process, the shell command "safe_finger |