summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-12-09 19:36:49 +0000
committerache <ache@FreeBSD.org>1995-12-09 19:36:49 +0000
commita9eeea3a637820e596f2c7e9e77bdb3efc12acde (patch)
treec9eaf940b2b6b5e4dd35c1025e1216dd9f75ff2c /usr.sbin
parent54aaf5fd0cd00ce811d0bd735efe7b41925c43e4 (diff)
downloadFreeBSD-src-a9eeea3a637820e596f2c7e9e77bdb3efc12acde.zip
FreeBSD-src-a9eeea3a637820e596f2c7e9e77bdb3efc12acde.tar.gz
Back out "find itself" fix for security purist reasons from
sendmail mailing list. Our /etc/rc will be fixed instead. It seems sendmail becomes more and more incompatible, f.e. Return-Receipt-To not works anymore :-(
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sendmail/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/src/main.c b/usr.sbin/sendmail/src/main.c
index cddbc5f..1b2b9da 100644
--- a/usr.sbin/sendmail/src/main.c
+++ b/usr.sbin/sendmail/src/main.c
@@ -1693,7 +1693,7 @@ sighup()
syslog(LOG_INFO, "restarting %s on signal", SaveArgv[0]);
#endif
releasesignal(SIGHUP);
- execvp(SaveArgv[0], (ARGV_T) SaveArgv);
+ execv(SaveArgv[0], (ARGV_T) SaveArgv);
#ifdef LOG
if (LogLevel > 0)
syslog(LOG_ALERT, "could not exec %s: %m", SaveArgv[0]);
OpenPOWER on IntegriCloud