diff options
author | Marius Mauch <genone@gentoo.org> | 2006-06-10 21:40:40 +0000 |
---|---|---|
committer | Marius Mauch <genone@gentoo.org> | 2006-06-10 21:40:40 +0000 |
commit | 4688f15f215f2d09a52238f059eca56761aaa014 (patch) | |
tree | 2f639025198b677df11f02371672727aab1f39cf /bin/dispatch-conf | |
parent | Do not unmerge fifo files because, since their mtime is not stored in CONTENT... (diff) | |
download | portage-idfetch-4688f15f215f2d09a52238f059eca56761aaa014.tar.gz portage-idfetch-4688f15f215f2d09a52238f059eca56761aaa014.tar.bz2 portage-idfetch-4688f15f215f2d09a52238f059eca56761aaa014.zip |
make elog mail module always set the 'From' header for rfc2822 compliance
svn path=/main/trunk/; revision=3483
Diffstat (limited to 'bin/dispatch-conf')
-rwxr-xr-x | bin/dispatch-conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/dispatch-conf b/bin/dispatch-conf index 586b9875..cd340a4f 100755 --- a/bin/dispatch-conf +++ b/bin/dispatch-conf @@ -1,7 +1,7 @@ #!/usr/bin/python -O # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id: /var/cvsroot/gentoo-src/portage/bin/dispatch-conf,v 1.7.2.10 2005/05/12 15:20:22 jstubbs Exp $ +# $Id$ # # dispatch-conf -- Integrate modified configs, post-emerge |