summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rwxr-xr-xstp_check.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index db389327..e9b427a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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`