diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2015-10-04 09:08:47 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2015-10-04 09:08:47 +0000 |
commit | d3f892f1ccc34b8e5305c7df350bf28e1ea49579 (patch) | |
tree | 933be0a83f75ee161af6d6753ab0ae92571b2aff | |
parent | 38674c06610a0770e77f8d2ab0f79cf85145f3f6 (diff) |
remove stale comment. there is no need to avoid side effects from a "list"
command, because this is not the ftp daemon
-rw-r--r-- | usr.sbin/cron/popen.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/cron/popen.c b/usr.sbin/cron/popen.c index 17886e2b659..2f33d264f02 100644 --- a/usr.sbin/cron/popen.c +++ b/usr.sbin/cron/popen.c @@ -1,4 +1,4 @@ -/* $OpenBSD: popen.c,v 1.27 2015/10/03 19:47:21 tedu Exp $ */ +/* $OpenBSD: popen.c,v 1.28 2015/10/04 09:08:46 tedu Exp $ */ /* * Copyright (c) 1988, 1993, 1994 @@ -43,9 +43,7 @@ #define MAX_GARGV 1000 /* - * Special version of popen which avoids call to shell. This ensures noone - * may create a pipe to a hidden program as a side effect of a list or dir - * command. + * Special version of popen which avoids call to shell */ FILE * cron_popen(char *program, char *type, struct passwd *pw, pid_t *pidptr) |