mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 23:57:54 +01:00
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:
parent
5028f8616a
commit
4c5c144aa0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=12698
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user