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 :-(
This commit is contained in:
Andrey A. Chernov 1995-12-09 19:36:49 +00:00
parent 5028f8616a
commit 4c5c144aa0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12698

View File

@ -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]);