diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-07-29 19:48:40 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-07-29 19:48:40 +0000 |
commit | 54783169b2541ef0d94e1aa4cad681858df30411 (patch) | |
tree | 99fbe01ff4624a2bcb4e000fc101ece7d141ef92 /Tools | |
parent | 064bda804014dc80138b3af8138463270d36ed3f (diff) | |
download | ports-54783169b2541ef0d94e1aa4cad681858df30411.tar.gz ports-54783169b2541ef0d94e1aa4cad681858df30411.zip |
Notes
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/portbuild/scripts/pnohang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/portbuild/scripts/pnohang.c b/Tools/portbuild/scripts/pnohang.c index 664020a61aed..8a3f01797707 100644 --- a/Tools/portbuild/scripts/pnohang.c +++ b/Tools/portbuild/scripts/pnohang.c @@ -91,7 +91,7 @@ main(int argc, char *argv[]) /*snprintf(logstr, BUFSIZ, "logger -t %s killing %s %s, pid %d since no output in %d seconds", argv[0], args, message, pid, timeout); system(logstr);*/ printf("%s: killing %s (%s, pid %d and %d) since no output in %d seconds since %s", argv[0], args, message, pid1, pid, timeout, ctime(&now)); - printf("ps jgx before the singal\n"); + printf("ps jgx before the signal\n"); system("ps jgxww"); sleep(1); /* give it a chance to output the message */ kill(pid1, SIGTERM); |