summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-12-09 19:40:12 +0000
committerache <ache@FreeBSD.org>1995-12-09 19:40:12 +0000
commit68bd73389a2d2d203079881e7e04df6b52ae26e1 (patch)
tree5f1fa200a111b67849067bb2412dfce9de2fc16f /etc
parenta9eeea3a637820e596f2c7e9e77bdb3efc12acde (diff)
downloadFreeBSD-src-68bd73389a2d2d203079881e7e04df6b52ae26e1.zip
FreeBSD-src-68bd73389a2d2d203079881e7e04df6b52ae26e1.tar.gz
Use absolute path for sendmail daemon or sendmail can't find
itself on SIGHUP.
Diffstat (limited to 'etc')
-rw-r--r--etc/rc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc b/etc/rc
index 5557051..319dd7f 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: rc,v 1.77 1995/11/01 16:53:25 nate Exp $
+# $Id: rc,v 1.78 1995/11/04 05:03:16 pst Exp $
# From: @(#)rc 5.27 (Berkeley) 6/5/91
# System startup script run by init on autoboot
@@ -273,7 +273,7 @@ echo -n ' printer'; lpd
# $sendmail_flags is imported from /etc/sysconfig;
# if $sendmail_flags is something other than NO, sendmail is run.
if [ "X${sendmail_flags}" != X"NO" -a -r /etc/sendmail.cf ]; then
- echo -n ' sendmail'; sendmail ${sendmail_flags}
+ echo -n ' sendmail'; /usr/sbin/sendmail ${sendmail_flags}
fi
echo '.'
OpenPOWER on IntegriCloud