]> git.pld-linux.org Git - packages/apache1.git/blob - apache1-GNU_xargs.patch
- add missing config reload for -defaultindex
[packages/apache1.git] / apache1-GNU_xargs.patch
1 diff -Naurd build-tree.orig/apache_1.3.34/src/support/check_forensic build-tree/apache_1.3.34/src/support/check_forensic
2 --- build-tree.orig/apache_1.3.34/src/support/check_forensic    2004-01-15 21:46:20.000000000 +0100
3 +++ build-tree/apache_1.3.34/src/support/check_forensic 2004-05-18 19:30:32.000000000 +0200
4 @@ -11,5 +11,5 @@
5  grep + < /tmp/fc-all.$$ | cut -c2- | sort > /tmp/fc-in.$$
6  grep -- - < /tmp/fc-all.$$ | cut -c2- | sort > /tmp/fc-out.$$
7  # use -i instead of -I for GNU xargs
8 -join -v 1 /tmp/fc-in.$$ /tmp/fc-out.$$ | xargs -I xx egrep "^\\+xx" $F
9 +join -v 1 /tmp/fc-in.$$ /tmp/fc-out.$$ | xargs -ixx egrep "^\\+xx" $F
10  rm /tmp/fc-all.$$ /tmp/fc-in.$$ /tmp/fc-out.$$
This page took 0.051725 seconds and 3 git commands to generate.