pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/sendmail Fix a bug that crept in when the statvfs...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6462ffa856ef
branches:  trunk
changeset: 503780:6462ffa856ef
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Tue Nov 29 15:27:03 2005 +0000

description:
Fix a bug that crept in when the statvfs and closefrom patch was added.

diffstat:

 mail/sendmail/distinfo         |  4 ++--
 mail/sendmail/patches/patch-ag |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 3aa5c8f1fa6f -r 6462ffa856ef mail/sendmail/distinfo
--- a/mail/sendmail/distinfo    Tue Nov 29 14:28:45 2005 +0000
+++ b/mail/sendmail/distinfo    Tue Nov 29 15:27:03 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.24 2005/10/24 04:36:59 jklos Exp $
+$NetBSD: distinfo,v 1.25 2005/11/29 15:27:03 adrianp Exp $
 
 SHA1 (sendmail.8.13.5.tar.gz) = 3c6a6caf1deaf960b340b03128df63e4cd553cde
 RMD160 (sendmail.8.13.5.tar.gz) = 976af4c8c02adb7dd4a2610f905e91027c84d92d
@@ -9,5 +9,5 @@
 SHA1 (patch-ad) = 7232cc7ceb46a2dbf631d61185e4c6ca4af18a13
 SHA1 (patch-ae) = ae06caa125fe4d4fc85123dc0a5d0016cd099ebd
 SHA1 (patch-af) = d26481845328adad6d46fdf797785ec2ad003e28
-SHA1 (patch-ag) = e6d7bbf2c7eedca6f01f97212c77ae9b5b21c343
+SHA1 (patch-ag) = 1dc55dd77a3cb2617b6f05ccbbdc3b112686b87a
 SHA1 (patch-ah) = e6be09008b9230ffdd1560aaacbdbb2ee4fb8028
diff -r 3aa5c8f1fa6f -r 6462ffa856ef mail/sendmail/patches/patch-ag
--- a/mail/sendmail/patches/patch-ag    Tue Nov 29 14:28:45 2005 +0000
+++ b/mail/sendmail/patches/patch-ag    Tue Nov 29 15:27:03 2005 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.10 2005/10/24 04:35:24 jklos Exp $
+$NetBSD: patch-ag,v 1.11 2005/11/29 15:27:03 adrianp Exp $
 
 --- include/sm/conf.h.orig     2005-06-30 01:12:13.000000000 +0000
 +++ include/sm/conf.h  2005-10-24 04:26:55.000000000 +0000
@@ -36,7 +36,7 @@
  #  endif
  #  if defined(__NetBSD__)
  #   define USESYSCTL          1       /* use sysctl(3) for getting ncpus */
-+#   define SMRSH_CMDDIR                       "/usr/local/libexec/sm.bin"
++#   define SMRSH_CMDDIR               "@@SMRSH_CMDDIR@@"
  #   include <sys/param.h>
  #   include <sys/sysctl.h>
  #  endif



Home | Main Index | Thread Index | Old Index