diff options
Diffstat (limited to 'stp_check.in')
-rwxr-xr-x | stp_check.in | 2 |
1 files changed, 1 insertions, 1 deletions
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` |