diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-20 06:48:00 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-20 06:48:00 +0000 |
commit | 1d93a33372a15c65de68853fb83f10abf24bcdd7 (patch) | |
tree | 18eec3e6b7135420ebf0aa2d9f8a33ae45490e93 | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-1d93a33372a15c65de68853fb83f10abf24bcdd7.tar.gz gentoo-2-1d93a33372a15c65de68853fb83f10abf24bcdd7.tar.bz2 gentoo-2-1d93a33372a15c65de68853fb83f10abf24bcdd7.zip |
repoman: Trim trailing whitespace
-rw-r--r-- | net-mail/nullmailer/nullmailer-1.00_rc7-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mail/nullmailer/nullmailer-1.00_rc7-r2.ebuild b/net-mail/nullmailer/nullmailer-1.00_rc7-r2.ebuild index 3f42968676ca..3f649ca4cfd8 100644 --- a/net-mail/nullmailer/nullmailer-1.00_rc7-r2.ebuild +++ b/net-mail/nullmailer/nullmailer-1.00_rc7-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/nullmailer/nullmailer-1.00_rc7-r2.ebuild,v 1.2 2004/04/20 00:56:40 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/nullmailer/nullmailer-1.00_rc7-r2.ebuild,v 1.3 2004/04/20 06:48:00 mr_bones_ Exp $ MY_P="${P/_rc/RC}" S=${WORKDIR}/${MY_P} @@ -46,8 +46,8 @@ src_compile() { src_install () { einstall localstatedir=${D}/var/nullmailer || die "einstall failed" - mv ${D}/usr/sbin/sendmail ${D}/usr/sbin/sendmail.nullmailer - mv ${D}/usr/bin/mailq ${D}/usr/bin/mailq.nullmailer + mv ${D}/usr/sbin/sendmail ${D}/usr/sbin/sendmail.nullmailer + mv ${D}/usr/bin/mailq ${D}/usr/bin/mailq.nullmailer dodoc AUTHORS BUGS COPYING HOWTO INSTALL NEWS README YEAR2000 TODO ChangeLog # A small bit of sample config dodir /etc/nullmailer |