|
@ -2,7 +2,7 @@ |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
# |
|
|
# |
|
|
# Filename: package/.../l7-filter/patch_o_matic.in |
|
|
# Filename: package/.../l7-filter/patch_o_matic.in |
|
|
# Copyright (C) 2006 The OpenSDE Project |
|
|
|
|
|
|
|
|
# Copyright (C) 2006 - 2007 The OpenSDE Project |
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
# |
|
|
# |
|
|
# More information can be found in the files COPYING and README. |
|
|
# More information can be found in the files COPYING and README. |
|
@ -14,7 +14,7 @@ |
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
# --- SDE-COPYRIGHT-NOTE-END --- |
|
|
|
|
|
|
|
|
if l7patch="`match_source_file netfilter l7-filter`"; then |
|
|
if l7patch="`match_source_file netfilter l7-filter`"; then |
|
|
l7ver=${l7patch%.tar.*} l7ver=${l7ver#*layer7-} |
|
|
|
|
|
|
|
|
l7ver=${l7patch%.tar.*}; l7ver=${l7ver#*layer7-}; l7ver=${l7ver#v} |
|
|
|
|
|
|
|
|
echo_status "Including l7-filter ($l7ver) patch ..." |
|
|
echo_status "Including l7-filter ($l7ver) patch ..." |
|
|
hook_add prepatch 5 "tar -C /tmp -v $taropt $base/download/mirror/n/$l7patch" |
|
|
hook_add prepatch 5 "tar -C /tmp -v $taropt $base/download/mirror/n/$l7patch" |
|
|