diff --git a/security/grsecurity/pkg_linux_post.conf b/security/grsecurity/pkg_linux_post.conf index 9c077aad7..5bf9fda68 100644 --- a/security/grsecurity/pkg_linux_post.conf +++ b/security/grsecurity/pkg_linux_post.conf @@ -24,9 +24,6 @@ pkg_grsec_tempdir=`mktemp -d` sed -e 's,\(EXTRAVERSION =\).*,\1,' $pkg_grsec_lxpatch > \ $pkg_grsec_tempdir/grsecurity-$pkg_grsec_ver-$ver.patch -# manualy adjusting EXTRAVERSION -lx_extraversion="${lx_extraversion}-grsec" - echo_status "Including grsecurity (grsecurity-$pkg_grsec_ver-$ver) patch..." var_append patchfiles ' ' "$pkg_grsec_tempdir/grsecurity-$pkg_grsec_ver-$ver.patch" var_append lx_confscripts ' ' "$pkg_grsec_confdir/kernel.conf.sh"