diff options
author | Grant Goodyear <g2boojum@gentoo.org> | 2002-07-04 04:55:29 +0000 |
---|---|---|
committer | Grant Goodyear <g2boojum@gentoo.org> | 2002-07-04 04:55:29 +0000 |
commit | a6e9c4e11a102e4daa8a9dab37af9047626c709a (patch) | |
tree | 7a66d7d89c027677b130f430f08a2ee92d6d9415 /net-mail/sendmail/files | |
parent | added ffcall to portage. on optional dependancy for GNUStep. (diff) | |
download | gentoo-2-a6e9c4e11a102e4daa8a9dab37af9047626c709a.tar.gz gentoo-2-a6e9c4e11a102e4daa8a9dab37af9047626c709a.tar.bz2 gentoo-2-a6e9c4e11a102e4daa8a9dab37af9047626c709a.zip |
Closing bug #4386
Diffstat (limited to 'net-mail/sendmail/files')
-rw-r--r-- | net-mail/sendmail/files/digest-sendmail-8.12.4-r3 | 1 | ||||
-rw-r--r-- | net-mail/sendmail/files/sendmail | 3 | ||||
-rw-r--r-- | net-mail/sendmail/files/sendmail.mc | 3 |
3 files changed, 5 insertions, 2 deletions
diff --git a/net-mail/sendmail/files/digest-sendmail-8.12.4-r3 b/net-mail/sendmail/files/digest-sendmail-8.12.4-r3 new file mode 100644 index 000000000000..ac023cc4008c --- /dev/null +++ b/net-mail/sendmail/files/digest-sendmail-8.12.4-r3 @@ -0,0 +1 @@ +MD5 74121c90862fecafb3db69dc144fc910 sendmail.8.12.4.tar.gz 1858934 diff --git a/net-mail/sendmail/files/sendmail b/net-mail/sendmail/files/sendmail index 731bbecf27e1..ef72802c4883 100644 --- a/net-mail/sendmail/files/sendmail +++ b/net-mail/sendmail/files/sendmail @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/sendmail/files/sendmail,v 1.2 2002/06/12 19:22:12 g2boojum Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/sendmail/files/sendmail,v 1.3 2002/07/04 04:55:29 g2boojum Exp $ . /etc/conf.d/sendmail @@ -12,6 +12,7 @@ depend() { start() { ebegin "Starting sendmail" + /usr/bin/newaliases > /dev/null 2>&1 /usr/sbin/sendmail ${SENDMAIL_OPTS} > /dev/null 2>&1 eend $? } diff --git a/net-mail/sendmail/files/sendmail.mc b/net-mail/sendmail/files/sendmail.mc index a05651ed6d57..79bc9f0523e3 100644 --- a/net-mail/sendmail/files/sendmail.mc +++ b/net-mail/sendmail/files/sendmail.mc @@ -20,7 +20,8 @@ divert(-1) # divert(0)dnl -VERSIONID(`$Id: sendmail.mc,v 1.1 2002/06/12 19:15:55 g2boojum Exp $') +include(`/usr/share/sendmail-cf/m4/cf.m4')dnl +VERSIONID(`$Id: sendmail.mc,v 1.2 2002/07/04 04:55:29 g2boojum Exp $')dnl OSTYPE(linux)dnl DOMAIN(generic)dnl FEATURE(`smrsh',`/usr/sbin/smrsh')dnl |