diff options
author | 2015-10-04 09:08:46 +0000 | |
---|---|---|
committer | 2015-10-04 09:08:46 +0000 | |
commit | c8a7a6136d04abe7074495082a600e6008f1fa0c (patch) | |
tree | 9e95098fbdeaa166f3e15edbc2c5b9388fe3c23d | |
parent | Clarify a point. Adjust punctuation after discussion w/ jmc@ (diff) | |
download | wireguard-openbsd-c8a7a6136d04abe7074495082a600e6008f1fa0c.tar.xz wireguard-openbsd-c8a7a6136d04abe7074495082a600e6008f1fa0c.zip |
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) |