diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rwxr-xr-x | stp_check.in | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2005-08-18 Will Cohen <wcohen@redhat.com> + + * stp_check.in: See if relayfs available filesystem. + 2005-08-18 Roland McGrath <roland@redhat.com> * loc2c.c (struct location): New member `emit_address'. 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` |