From 75a163d33bf8ea239d5e6a10be1e293c5278f3c7 Mon Sep 17 00:00:00 2001 From: wcohen Date: Thu, 18 Aug 2005 19:46:32 +0000 Subject: Check to see if relayfs available via /proc/filesystems. --- stp_check.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stp_check.in') diff --git a/stp_check.in b/stp_check.in index 92ef4fed..a8d7c1ce 100755 --- a/stp_check.in +++ b/stp_check.in @@ -33,7 +33,7 @@ load_module() prefix=@prefix@ VAR_DIR=@localstatedir@/cache/systemtap -RELAYFS=`grep " relayfs_poll" /boot/System.map-\`uname -r\`` +RELAYFS=`grep "relayfs" /proc/filesystems` if [ -z "$RELAYFS" ] then RELAYFS=`/sbin/lsmod | grep relayfs` -- cgit