From e874f84fdb6eb83d905a72b35d87398374594b97 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 5 Jun 2009 19:58:50 +0200 Subject: more regressions found at runtime on alic1c --- package/tcp_wrappers/patches/patch-hosts_options_5 | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 package/tcp_wrappers/patches/patch-hosts_options_5 (limited to 'package/tcp_wrappers/patches/patch-hosts_options_5') 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 % 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 -- cgit v1.2.3