* [PATCH] Makefile typo for man page
@ 2004-09-08 22:04 Phil Oester
2004-09-09 9:57 ` Martin Josefsson
2004-09-09 10:09 ` Patrick McHardy
0 siblings, 2 replies; 3+ messages in thread
From: Phil Oester @ 2004-09-08 22:04 UTC (permalink / raw)
To: netfilter-devel
[-- Attachment #1: Type: text/plain, Size: 133 bytes --]
Trivial typo prevents libip6t_targets.man from being included in build.
Reported by Olaf Rempel.
This fixes bugzilla #239
Phil
[-- Attachment #2: patch-libip6t --]
[-- Type: text/plain, Size: 714 bytes --]
diff -ru ipt-orig/Makefile ipt-new/Makefile
--- ipt-orig/Makefile 2004-06-17 07:21:07.000000000 -0400
+++ ipt-new/Makefile 2004-09-08 17:58:29.008998392 -0400
@@ -172,7 +172,7 @@
sed -e '/@MATCH@/ r extensions/libipt_matches.man' -e '/@TARGET@/ r extensions/libipt_targets.man' iptables.8.in >iptables.8
ip6tables.8: ip6tables.8.in extensions/libip6t_matches.man extensions/libip6t_targets.man
- sed -e '/@MATCH@/ r extensions/libip6t_matches.man' -e '/@TARGET@/ r extensions/libiptt_targets.man' ip6tables.8.in >ip6tables.8
+ sed -e '/@MATCH@/ r extensions/libip6t_matches.man' -e '/@TARGET@/ r extensions/libip6t_targets.man' ip6tables.8.in >ip6tables.8
# Development Targets
.PHONY: install-devel-man3
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Makefile typo for man page
2004-09-08 22:04 [PATCH] Makefile typo for man page Phil Oester
@ 2004-09-09 9:57 ` Martin Josefsson
2004-09-09 10:09 ` Patrick McHardy
1 sibling, 0 replies; 3+ messages in thread
From: Martin Josefsson @ 2004-09-09 9:57 UTC (permalink / raw)
To: Phil Oester; +Cc: netfilter-devel
[-- Attachment #1: Type: text/plain, Size: 221 bytes --]
On Thu, 2004-09-09 at 00:04, Phil Oester wrote:
> Trivial typo prevents libip6t_targets.man from being included in build.
> Reported by Olaf Rempel.
>
> This fixes bugzilla #239
Applied, thanks.
--
/Martin
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Makefile typo for man page
2004-09-08 22:04 [PATCH] Makefile typo for man page Phil Oester
2004-09-09 9:57 ` Martin Josefsson
@ 2004-09-09 10:09 ` Patrick McHardy
1 sibling, 0 replies; 3+ messages in thread
From: Patrick McHardy @ 2004-09-09 10:09 UTC (permalink / raw)
To: Phil Oester; +Cc: netfilter-devel
Phil Oester wrote:
> Trivial typo prevents libip6t_targets.man from being included in build.
> Reported by Olaf Rempel.
>
> This fixes bugzilla #239
Applied, thanks.
>
> Phil
>
>
>
>
>
> ------------------------------------------------------------------------
>
> diff -ru ipt-orig/Makefile ipt-new/Makefile
> --- ipt-orig/Makefile 2004-06-17 07:21:07.000000000 -0400
> +++ ipt-new/Makefile 2004-09-08 17:58:29.008998392 -0400
> @@ -172,7 +172,7 @@
> sed -e '/@MATCH@/ r extensions/libipt_matches.man' -e '/@TARGET@/ r extensions/libipt_targets.man' iptables.8.in >iptables.8
>
> ip6tables.8: ip6tables.8.in extensions/libip6t_matches.man extensions/libip6t_targets.man
> - sed -e '/@MATCH@/ r extensions/libip6t_matches.man' -e '/@TARGET@/ r extensions/libiptt_targets.man' ip6tables.8.in >ip6tables.8
> + sed -e '/@MATCH@/ r extensions/libip6t_matches.man' -e '/@TARGET@/ r extensions/libip6t_targets.man' ip6tables.8.in >ip6tables.8
>
> # Development Targets
> .PHONY: install-devel-man3
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-09-09 10:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-08 22:04 [PATCH] Makefile typo for man page Phil Oester
2004-09-09 9:57 ` Martin Josefsson
2004-09-09 10:09 ` Patrick McHardy
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.