From 402c36ddc19668091f30f4bbe95088af55af9bf1 Mon Sep 17 00:00:00 2001 From: dsmith Date: Tue, 26 Sep 2006 21:38:35 +0000 Subject: 2006-09-26 David Smith * Makefile: Changed 'stpd' references to 'staprun'. * librelay.c: Ditto. * stpd.c: Ditto. --- runtime/stpd/stpd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'runtime/stpd/stpd.c') diff --git a/runtime/stpd/stpd.c b/runtime/stpd/stpd.c index a815d5be..5420cf80 100644 --- a/runtime/stpd/stpd.c +++ b/runtime/stpd/stpd.c @@ -53,7 +53,7 @@ static void usage(char *prog) "\t[-b bufsize] [-o FILE] kmod-name [kmod-options]\n", prog); fprintf(stderr, "-p Print only. Don't log to files.\n"); fprintf(stderr, "-q Quiet. Don't display trace to stdout.\n"); - fprintf(stderr, "-c cmd. Command \'cmd\' will be run and stpd will exit when it does.\n"); + fprintf(stderr, "-c cmd. Command \'cmd\' will be run and staprun will exit when it does.\n"); fprintf(stderr, " _stp_target will contain the pid for the command.\n"); fprintf(stderr, "-t pid. Sets _stp_target to pid.\n"); fprintf(stderr, "-d pid. Pass the systemtap driver's pid.\n"); @@ -170,7 +170,7 @@ int main(int argc, char **argv) } if (init_stp(!quiet)) { - //fprintf(stderr, "Couldn't initialize stpd. Exiting.\n"); + //fprintf(stderr, "Couldn't initialize staprun. Exiting.\n"); exit(1); } -- cgit