From d3d0811e23787b5c66edf94b3351a1555eb5010f Mon Sep 17 00:00:00 2001 From: root Date: Fri, 21 Oct 2011 23:14:54 +0000 Subject: Fri Oct 21 23:14:53 UTC 2011 --- community/vhba-module/vhba-module.install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'community/vhba-module/vhba-module.install') diff --git a/community/vhba-module/vhba-module.install b/community/vhba-module/vhba-module.install index edb9e8d2b..75669d1a5 100644 --- a/community/vhba-module/vhba-module.install +++ b/community/vhba-module/vhba-module.install @@ -1,7 +1,7 @@ post_install() { echo ">> Place 'vhba' in MODULES= in /etc/rc.conf to enable vhba on system boot." echo ">> This module needs to be recompiled for every kernel version upgrade." - KERNEL_VERSION='2.6.39-ARCH' + KERNEL_VERSION='3.0-ARCH' depmod $KERNEL_VERSION > /dev/null 2>&1 } @@ -10,7 +10,7 @@ post_upgrade() { } post_remove() { - KERNEL_VERSION='2.6.39-ARCH' + KERNEL_VERSION='3.0-ARCH' depmod $KERNEL_VERSION > /dev/null 2>&1 } -- cgit v1.2.3-54-g00ecf