aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Mauch <genone@gentoo.org>2006-06-10 21:40:40 +0000
committerMarius Mauch <genone@gentoo.org>2006-06-10 21:40:40 +0000
commit4688f15f215f2d09a52238f059eca56761aaa014 (patch)
tree2f639025198b677df11f02371672727aab1f39cf /bin/newbin
parentDo not unmerge fifo files because, since their mtime is not stored in CONTENT... (diff)
downloadportage-4688f15f215f2d09a52238f059eca56761aaa014.tar.gz
portage-4688f15f215f2d09a52238f059eca56761aaa014.tar.bz2
portage-4688f15f215f2d09a52238f059eca56761aaa014.zip
make elog mail module always set the 'From' header for rfc2822 compliance
svn path=/main/trunk/; revision=3483
Diffstat (limited to 'bin/newbin')
-rwxr-xr-xbin/newbin2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/newbin b/bin/newbin
index 699b9a687..8e2185b29 100755
--- a/bin/newbin
+++ b/bin/newbin
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Id: /var/cvsroot/gentoo-src/portage/bin/newbin,v 1.7 2004/10/04 13:56:50 vapier Exp $
+# $Id$
if [[ -z ${T} ]] || [[ -z ${2} ]] ; then
echo "$0: Need two arguments, old file and new file" 1>&2