summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorjmc <>2014-04-24 18:56:24 +0000
committerjmc <>2014-04-24 18:56:24 +0000
commit0c0f1104f3af352d3b8b2e6e95f6db5a741bbe89 (patch)
treeab911ef3de0dfbcd66c04cedf15ce39923fdda63 /src
parent64c969d7399fc33e3cb4cea18c0b1d5be97515b1 (diff)
downloadopenbsd-0c0f1104f3af352d3b8b2e6e95f6db5a741bbe89.tar.gz
openbsd-0c0f1104f3af352d3b8b2e6e95f6db5a741bbe89.tar.bz2
openbsd-0c0f1104f3af352d3b8b2e6e95f6db5a741bbe89.zip
uses ssh these days, not rsh; ok tedu
Diffstat (limited to 'src')
-rw-r--r--src/lib/libc/net/rcmdsh.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/net/rcmdsh.c b/src/lib/libc/net/rcmdsh.c
index a472162711..7404a6d597 100644
--- a/src/lib/libc/net/rcmdsh.c
+++ b/src/lib/libc/net/rcmdsh.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: rcmdsh.c,v 1.12 2007/09/02 15:19:17 deraadt Exp $ */ 1/* $OpenBSD: rcmdsh.c,v 1.13 2014/04/24 18:56:24 jmc Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2001, MagniComp 4 * Copyright (c) 2001, MagniComp
@@ -47,7 +47,7 @@
47#include <unistd.h> 47#include <unistd.h>
48 48
49/* 49/*
50 * This is a replacement rcmd() function that uses the rsh(1) 50 * This is a replacement rcmd() function that uses the ssh(1)
51 * program in place of a direct rcmd(3) function call so as to 51 * program in place of a direct rcmd(3) function call so as to
52 * avoid having to be root. Note that rport is ignored. 52 * avoid having to be root. Note that rport is ignored.
53 */ 53 */