Index: src/sendmail/rc.sendmail
===================================================================
RCS file: /e/openpkg/cvs/openpkg-src/sendmail/rc.sendmail,v
retrieving revision 1.4.2.1
diff -u -d -u -3 -r1.4.2.1 rc.sendmail
--- src/sendmail/rc.sendmail	24 Jul 2003 20:50:36 -0000	1.4.2.1
+++ src/sendmail/rc.sendmail	7 Oct 2003 19:11:16 -0000
@@ -96,7 +96,7 @@
         -n ${sendmail_log_numfiles} -s ${sendmail_log_minsize} \
         -d -z ${sendmail_log_complevel} \
         -o @l_musr@ -g @l_mgrp@ -m 644 \
-        -P "$sendmail_log_prologue" \
-        -E "$sendmail_log_epilogue && rc sendmail reload" \
+        -P "$sendmail_log_prolog" \
+        -E "$sendmail_log_epilog && rc sendmail reload" \
         @l_prefix@/var/sendmail/sendmail.log
 
Index: src/sendmail/sendmail.spec
===================================================================
RCS file: /e/openpkg/cvs/openpkg-src/sendmail/sendmail.spec,v
retrieving revision 1.51.2.5.2.3
diff -u -d -u -3 -r1.51.2.5.2.3 sendmail.spec
--- src/sendmail/sendmail.spec	19 Sep 2003 07:42:59 -0000	1.51.2.5.2.3
+++ src/sendmail/sendmail.spec	7 Oct 2003 19:11:16 -0000
@@ -33,7 +33,7 @@
 Group:        Mail
 License:      BSD
 Version:      8.12.9
-Release:      1.3.1
+Release:      1.3.1ic3s
 
 #   package options
 %option       with_fsl      yes
@@ -178,6 +178,7 @@
           echo "APPENDDEF(\`confENVDEF', \`-DDNSMAP')dnl"
 %if "%{with_tls}" == "yes"
           echo "APPENDDEF(\`conf_sendmail_ENVDEF', \`-DSTARTTLS')dnl"
+          echo "APPENDDEF(\`conf_sendmail_ENVDEF', \`-DHASURANDOMDEV')dnl"
           echo "APPENDDEF(\`conf_sendmail_LIBS', \`-lssl -lcrypto')dnl"
 %endif
 %if "%{with_sasl}" == "yes"
