diff options
author | 2007-04-21 22:06:56 +0000 | |
---|---|---|
committer | 2007-04-21 22:06:56 +0000 | |
commit | 007631ec79d70f897e09c6e09aa5b6908e5558fc (patch) | |
tree | 668198d54823f52562bc70fc7f6545ab1049afe9 /kde-base/lisa/lisa-3.5.5.ebuild | |
parent | replacing insinto with newconfd and newinitd functions (diff) | |
download | gentoo-2-007631ec79d70f897e09c6e09aa5b6908e5558fc.tar.gz gentoo-2-007631ec79d70f897e09c6e09aa5b6908e5558fc.tar.bz2 gentoo-2-007631ec79d70f897e09c6e09aa5b6908e5558fc.zip |
Use newconfd instead of newins as per bug 174266.
(Portage version: 2.1.2.4)
Diffstat (limited to 'kde-base/lisa/lisa-3.5.5.ebuild')
-rw-r--r-- | kde-base/lisa/lisa-3.5.5.ebuild | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/kde-base/lisa/lisa-3.5.5.ebuild b/kde-base/lisa/lisa-3.5.5.ebuild index 03817951bc99..9fa1ecaf9a57 100644 --- a/kde-base/lisa/lisa-3.5.5.ebuild +++ b/kde-base/lisa/lisa-3.5.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/lisa/lisa-3.5.5.ebuild,v 1.9 2006/12/11 13:13:34 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/lisa/lisa-3.5.5.ebuild,v 1.10 2007/04/21 22:06:56 philantrop Exp $ KMNAME=kdenetwork KMMODULE=lanbrowsing @@ -32,9 +32,8 @@ src_install() { sed -e "s:_KDEDIR_:${KDEDIR}:g" ${WORKDIR}/patches/reslisa > ${D}/etc/init.d/reslisa chmod +x ${D}/etc/init.d/* - insinto /etc/conf.d - newins ${WORKDIR}/patches/lisa.conf lisa - newins ${WORKDIR}/patches/reslisa.conf reslisa + newconfd ${WORKDIR}/patches/lisa.conf lisa + newconfd ${WORKDIR}/patches/reslisa.conf reslisa for x in /etc/lisarc /etc/reslisarc; do echo '# Default lisa/reslisa configfile' > $D/$x |