diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/ifupdown/ifupdown-0.6.4/head-tail.patch | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/ifupdown/ifupdown-0.6.4/head-tail.patch')
-rw-r--r-- | packages/ifupdown/ifupdown-0.6.4/head-tail.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages/ifupdown/ifupdown-0.6.4/head-tail.patch b/packages/ifupdown/ifupdown-0.6.4/head-tail.patch index e69de29bb2..a86a25d2fb 100644 --- a/packages/ifupdown/ifupdown-0.6.4/head-tail.patch +++ b/packages/ifupdown/ifupdown-0.6.4/head-tail.patch @@ -0,0 +1,14 @@ +--- ifupdown-0.6.4/Makefile~ 2000-11-18 07:12:01.000000000 +0000 ++++ ifupdown-0.6.4/Makefile 2004-04-24 11:06:58.000000000 +0100 +@@ -46,9 +46,9 @@ + LINE=$$(grep -n '^##ADDRESSFAM##$$' $< | sed 's/:.*//g'); \ + WC=`wc -l < $<`; \ + ( \ +- head -$$(($$LINE - 1)) $<; \ ++ head -n $$(($$LINE - 1)) $<; \ + cat $(MAN); \ +- tail -$$(($$WC - $$LINE)) $<; \ ++ tail -n $$(($$WC - $$LINE)) $<; \ + ) > $@ + + ifdown.8: ifup.8 |