mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- use /tmp not /var/tmp for mail.local
Base has switched back to /tmp in Revision 1.1.1.1.2.4 with import of sendmail 8.12.2 for FreeBSD 4.6
This commit is contained in:
parent
09916f7050
commit
e83ea3450e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129184
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= sendmail
|
||||
PORTVERSION= 8.13.3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \
|
||||
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/sendmail/&,}
|
||||
|
@ -33,18 +33,6 @@ diff -ur cf/sh/makeinfo.sh src/contrib/sendmail/cf/sh/makeinfo.sh
|
||||
echo '#####' in `pwd` | sed 's/\/tmp_mnt//'
|
||||
echo '#####' using $1 as configuration include directory | sed 's/\/tmp_mnt//'
|
||||
echo "define(\`__HOST__', $host)dnl"
|
||||
diff -ur include/sendmail/pathnames.h.orig include/sendmail/pathnames.h
|
||||
--- include/sendmail/pathnames.h.orig Fri Mar 23 23:09:44 2001
|
||||
+++ include/sendmail/pathnames.h Mon May 7 08:32:45 2001
|
||||
@@ -41,7 +41,7 @@
|
||||
# endif /* ! _PATH_MAILDIR */
|
||||
|
||||
# ifndef _PATH_LOCTMP
|
||||
-# define _PATH_LOCTMP "/tmp/local.XXXXXX"
|
||||
+# define _PATH_LOCTMP "/var/tmp/local.XXXXXX"
|
||||
# endif /* ! _PATH_LOCTMP */
|
||||
|
||||
# ifndef _PATH_HOSTS
|
||||
diff -ur mail.local/mail.local.8.orig mail.local/mail.local.8
|
||||
--- mail.local/mail.local.8.orig Fri Apr 6 01:27:35 2001
|
||||
+++ mail.local/mail.local.8 Thu May 31 07:36:03 2001
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= sendmail
|
||||
PORTVERSION= 8.11.7
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \
|
||||
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/sendmail/&,}
|
||||
|
@ -91,15 +91,6 @@ diff -ur mail.local/mail.local.c src/contrib/sendmail/mail.local/mail.local.c
|
||||
# endif /* defined(BSD4_4) || defined(__GLIBC__) */
|
||||
|
||||
# ifdef BSD4_4
|
||||
@@ -215,7 +217,7 @@
|
||||
# endif /* USE_SETRESUID */
|
||||
|
||||
# ifndef _PATH_LOCTMP
|
||||
-# define _PATH_LOCTMP "/tmp/local.XXXXXX"
|
||||
+# define _PATH_LOCTMP "/var/tmp/local.XXXXXX"
|
||||
# endif /* ! _PATH_LOCTMP */
|
||||
# ifndef _PATH_MAILDIR
|
||||
# define _PATH_MAILDIR "/var/spool/mail"
|
||||
@@ -252,6 +254,8 @@
|
||||
bool HoldErrs = FALSE; /* Hold errors in ErrBuf */
|
||||
bool LMTPMode = FALSE;
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= sendmail
|
||||
PORTVERSION= 8.12.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= mail ipv6
|
||||
MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/ \
|
||||
${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/sendmail/&,}
|
||||
|
@ -33,18 +33,6 @@ diff -ur cf/sh/makeinfo.sh src/contrib/sendmail/cf/sh/makeinfo.sh
|
||||
echo '#####' in `pwd` | sed 's/\/tmp_mnt//'
|
||||
echo '#####' using $1 as configuration include directory | sed 's/\/tmp_mnt//'
|
||||
echo "define(\`__HOST__', $host)dnl"
|
||||
diff -ur include/sendmail/pathnames.h.orig include/sendmail/pathnames.h
|
||||
--- include/sendmail/pathnames.h.orig Fri Mar 23 23:09:44 2001
|
||||
+++ include/sendmail/pathnames.h Mon May 7 08:32:45 2001
|
||||
@@ -41,7 +41,7 @@
|
||||
# endif /* ! _PATH_MAILDIR */
|
||||
|
||||
# ifndef _PATH_LOCTMP
|
||||
-# define _PATH_LOCTMP "/tmp/local.XXXXXX"
|
||||
+# define _PATH_LOCTMP "/var/tmp/local.XXXXXX"
|
||||
# endif /* ! _PATH_LOCTMP */
|
||||
|
||||
# ifndef _PATH_HOSTS
|
||||
diff -ur mail.local/mail.local.8.orig mail.local/mail.local.8
|
||||
--- mail.local/mail.local.8.orig Fri Apr 6 01:27:35 2001
|
||||
+++ mail.local/mail.local.8 Thu May 31 07:36:03 2001
|
||||
|
Loading…
Reference in New Issue
Block a user