[arch-commits] Commit in linux-grsec/trunk (linux-grsec.install)
Daniel Micay
thestinger at archlinux.org
Thu Feb 5 02:44:07 UTC 2015
Date: Thursday, February 5, 2015 @ 03:44:06
Author: thestinger
Revision: 127138
linux-grsec: remove old install file cruft
Modified:
linux-grsec/trunk/linux-grsec.install
---------------------+
linux-grsec.install | 18 ------------------
1 file changed, 18 deletions(-)
Modified: linux-grsec.install
===================================================================
--- linux-grsec.install 2015-02-04 23:02:34 UTC (rev 127137)
+++ linux-grsec.install 2015-02-05 02:44:06 UTC (rev 127138)
@@ -4,16 +4,6 @@
KERNEL_NAME=
KERNEL_VERSION=
-_uderef_news() {
- if [[ $(uname -m) = x86_64 ]]; then
- cat <<EOF
-The UDEREF PCID bug has been fixed. If you added \`nopcid\` or \`pax_nouderef\`
-to the kernel line as a workaround it should now be removed to take advantage
-of the stronger PCID-based UDEREF implementation.
-EOF
- fi
-}
-
post_install() {
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
@@ -27,10 +17,6 @@
echo "WARNING: /boot appears to be a separate partition but is not mounted."
fi
- if getent group proc-trusted >/dev/null; then
- groupdel proc-trusted
- fi
-
# updating module dependencies
echo ">>> Updating module dependencies. Please wait ..."
depmod ${KERNEL_VERSION}
@@ -42,10 +28,6 @@
echo ">>> In order to use your keyboard during early init, you MUST"
echo ">>> include the 'keyboard' hook in your mkinitcpio.conf."
fi
-
- if [[ $(vercmp $2 3.17.7.201412211910-1) -lt 0 ]]; then
- _uderef_news
- fi
}
post_remove() {
More information about the arch-commits
mailing list