banana-pro: bring it in shape
[openadk.git] / package / tcp_wrappers / patches / patch-hosts_options_5
blob8268e43b885d9a1ea9f7358caf21a6267ef9d2ce
1 --- tcp_wrappers_7.6.orig/hosts_options.5       1994-12-28 17:42:29.000000000 +0100
2 +++ tcp_wrappers_7.6/hosts_options.5    2009-06-05 18:45:03.000000000 +0200
3 @@ -58,12 +58,12 @@ Notice the leading dot on the domain nam
4  Execute, in a child process, the specified shell command, after
5  performing the %<letter> expansions described in the hosts_access(5)
6  manual page.  The command is executed with stdin, stdout and stderr
7 -connected to the null device, so that it won\'t mess up the
8 +connected to the null device, so that it won't mess up the
9  conversation with the client host. Example:
10  .sp
11  .nf
12  .ti +3
13 -spawn (/some/where/safe_finger -l @%h | /usr/ucb/mail root) &
14 +spawn (/usr/sbin/safe_finger -l @%h | /usr/bin/mail root) &
15  .fi
16  .sp
17  executes, in a background child process, the shell command "safe_finger