summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchim Gottinger <achim@gentoo.org>2001-02-27 12:11:44 +0000
committerAchim Gottinger <achim@gentoo.org>2001-02-27 12:11:44 +0000
commit6b71526a8f2cb06b6da53ccd78967dd7a833128f (patch)
treee78445248ea5213f0613f8b12b4ef9acc1233739 /sys-apps/at/files
parentvarious fixes (diff)
downloadgentoo-2-6b71526a8f2cb06b6da53ccd78967dd7a833128f.tar.gz
gentoo-2-6b71526a8f2cb06b6da53ccd78967dd7a833128f.tar.bz2
gentoo-2-6b71526a8f2cb06b6da53ccd78967dd7a833128f.zip
*** empty log message ***
Diffstat (limited to 'sys-apps/at/files')
-rw-r--r--sys-apps/at/files/at-3.1.8-configure.in-sendmail-gentoo.diff23
1 files changed, 23 insertions, 0 deletions
diff --git a/sys-apps/at/files/at-3.1.8-configure.in-sendmail-gentoo.diff b/sys-apps/at/files/at-3.1.8-configure.in-sendmail-gentoo.diff
new file mode 100644
index 000000000000..e2ec93910b1a
--- /dev/null
+++ b/sys-apps/at/files/at-3.1.8-configure.in-sendmail-gentoo.diff
@@ -0,0 +1,23 @@
+--- configure.orig Tue Feb 27 14:08:13 2001
++++ configure.in Tue Feb 27 14:09:50 2001
+@@ -101,6 +101,9 @@
+ if test "$ac_cv_path_SENDMAIL" != "" ; then
+ AC_DEFINE_UNQUOTED(SENDMAIL,"$ac_cv_path_SENDMAIL")
+ MAIL_CMD="$ac_cv_path_SENDMAIL"
++else
++AC_DEFINE_UNQUOTED(SENDMAIL,"/usr/sbin/snedmail")
++MAIL_CMD="/usr/sbin/sendmail"
+ fi
+
+ AC_SUBST(MAIL_CMD)
+@@ -152,7 +155,9 @@
+ AC_DEFINE(SPOOLDIR, "/usr/spool/cron")
+ AC_MSG_RESULT(/usr/spool/cron)
+ else
+- AC_ERROR(Cannot determine value for spool directory)
++ sp=/var/spool/cron
++ AC_DEFINE(SPOOLDIR, "/var/spool/cron")
++ AC_MSG_RESULT(/var/spool/cron)
+ fi
+
+ AC_MSG_CHECKING(jobdir)