diff options
author | 2014-04-24 18:56:24 +0000 | |
---|---|---|
committer | 2014-04-24 18:56:24 +0000 | |
commit | dc85dc4033eeadc6cc7a56a5aaef08fea8f627d0 (patch) | |
tree | 21526f5c58d6991e34810cdf84e4a793877c9c23 /lib/libc | |
parent | no more rwho/ruptime; (diff) | |
download | wireguard-openbsd-dc85dc4033eeadc6cc7a56a5aaef08fea8f627d0.tar.xz wireguard-openbsd-dc85dc4033eeadc6cc7a56a5aaef08fea8f627d0.zip |
uses ssh these days, not rsh; ok tedu
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/rcmdsh.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/net/rcmdsh.c b/lib/libc/net/rcmdsh.c index a472162711b..7404a6d5979 100644 --- a/lib/libc/net/rcmdsh.c +++ b/lib/libc/net/rcmdsh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcmdsh.c,v 1.12 2007/09/02 15:19:17 deraadt Exp $ */ +/* $OpenBSD: rcmdsh.c,v 1.13 2014/04/24 18:56:24 jmc Exp $ */ /* * Copyright (c) 2001, MagniComp @@ -47,7 +47,7 @@ #include <unistd.h> /* - * This is a replacement rcmd() function that uses the rsh(1) + * This is a replacement rcmd() function that uses the ssh(1) * program in place of a direct rcmd(3) function call so as to * avoid having to be root. Note that rport is ignored. */ |