diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-07-09 16:05:05 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-07-09 16:05:05 +0000 |
commit | 949697316b5c00794f31ff8f73d99c160974cbe3 (patch) | |
tree | 1b6bff75d311b9cfd0c8451e8d20ce25738b7200 /app-sci/setiathome | |
parent | dep cleanup (diff) | |
download | historical-949697316b5c00794f31ff8f73d99c160974cbe3.tar.gz historical-949697316b5c00794f31ff8f73d99c160974cbe3.tar.bz2 historical-949697316b5c00794f31ff8f73d99c160974cbe3.zip |
Fixing typo in seti-init.d-r1. Closes #24182.
Diffstat (limited to 'app-sci/setiathome')
-rw-r--r-- | app-sci/setiathome/Manifest | 2 | ||||
-rw-r--r-- | app-sci/setiathome/setiathome-3.08-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-sci/setiathome/Manifest b/app-sci/setiathome/Manifest index 3f3e35105b82..ff65f4980278 100644 --- a/app-sci/setiathome/Manifest +++ b/app-sci/setiathome/Manifest @@ -1,6 +1,6 @@ MD5 ae098f06c9af641776b245d5ffdb8bc3 ChangeLog 1765 MD5 827b14ec83f4865f9671282ac77937ab setiathome-3.03-r1.ebuild 2150 -MD5 9f50006e403d5bd4ed4f63450fbe4480 setiathome-3.08-r1.ebuild 2729 +MD5 ab84d1afc2b6454563caf49bbf67938e setiathome-3.08-r1.ebuild 2733 MD5 8f00e92ffc649271bae3ea5bbf1fe732 setiathome-3.08.ebuild 2596 MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-setiathome-3.03-r1 0 MD5 64b90b7744efe9d67350d46ba7142d29 files/digest-setiathome-3.08 82 diff --git a/app-sci/setiathome/setiathome-3.08-r1.ebuild b/app-sci/setiathome/setiathome-3.08-r1.ebuild index 572e2da608c9..f55df9bc6525 100644 --- a/app-sci/setiathome/setiathome-3.08-r1.ebuild +++ b/app-sci/setiathome/setiathome-3.08-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/setiathome-3.08-r1.ebuild,v 1.2 2003/07/02 12:33:39 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-sci/setiathome/setiathome-3.08-r1.ebuild,v 1.3 2003/07/09 16:04:13 mholzer Exp $ IUSE="X" @@ -54,7 +54,7 @@ src_install () { exeinto /etc/init.d ; newexe ${FILESDIR}/seti-init.d-r1 setiathome insinto /etc/conf.d ; newins ${FILESDIR}/seti-conf.d-r1 setiathome - echo "SETIATHOME_DIR=${I}">> ${D}/etc/conf.d/setiathome + echo "#SETIATHOME_DIR=${I}">> ${D}/etc/conf.d/setiathome } pkg_postinst () { |