Files
slrn/slrn-correct-path-to-sendmail.patch
Dirk Mueller ca3f481180 Accepting request 460993 from home:sfalken:branches:server:mail
- Added:
  + slrn-correct-path-to-sendmail.patch:  The ed stanza in %setup
    is causing a buildfailure in openSUSE:Factory, and I don't
    understand ed/regexp well enough to fix it that way.  Patching the
    file directly seems to work fine.

OBS-URL: https://build.opensuse.org/request/show/460993
OBS-URL: https://build.opensuse.org/package/show/server:mail/slrn?expand=0&rev=22
2017-03-01 10:59:01 +00:00

14 lines
553 B
Diff

Index: slrn-1.0.2/src/slrnfeat.hin
===================================================================
--- slrn-1.0.2.orig/src/slrnfeat.hin
+++ slrn-1.0.2/src/slrnfeat.hin
@@ -179,7 +179,7 @@
# define SLRN_SIGNATURE_FILE ".signature"
/* Changing these here has no effect when using ./configure */
# ifndef SLRN_SENDMAIL_COMMAND
-# define SLRN_SENDMAIL_COMMAND "/usr/lib/sendmail -oi -t -oem -odb"
+# define SLRN_SENDMAIL_COMMAND "/usr/sbin/sendmail -oi -t -oem -odb"
# endif
# endif /* unix */
# endif /* os2 */