diff options
author | 2007-04-23 07:17:42 +0000 | |
---|---|---|
committer | 2007-04-23 07:17:42 +0000 | |
commit | 0432b65a0772459ee298173b7b95d6144da9963a (patch) | |
tree | 31d76d58a7c3253d964a1d505a0a52bf536e2576 /eclass/vdr-plugin.eclass | |
parent | stable x86, bug 175283 (diff) | |
download | gentoo-2-0432b65a0772459ee298173b7b95d6144da9963a.tar.gz gentoo-2-0432b65a0772459ee298173b7b95d6144da9963a.tar.bz2 gentoo-2-0432b65a0772459ee298173b7b95d6144da9963a.zip |
Now use newconfd for config file installation, Bug #174266.
Diffstat (limited to 'eclass/vdr-plugin.eclass')
-rw-r--r-- | eclass/vdr-plugin.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/vdr-plugin.eclass b/eclass/vdr-plugin.eclass index fbea83ae2ec7..c45e766f1951 100644 --- a/eclass/vdr-plugin.eclass +++ b/eclass/vdr-plugin.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.43 2007/03/13 09:48:02 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin.eclass,v 1.44 2007/04/23 07:17:42 zzam Exp $ # # Author: # Matthias Schwarzott <zzam@gentoo.org> @@ -334,8 +334,7 @@ vdr-plugin_src_install() { [[ -z ${VDR_CONFD_FILE} ]] && [[ -e ${FILESDIR}/confd ]] && VDR_CONFD_FILE=${FILESDIR}/confd if [[ -n ${VDR_CONFD_FILE} ]]; then - insinto /etc/conf.d - newins "${VDR_CONFD_FILE}" vdr.${VDRPLUGIN} + newconfd "${VDR_CONFD_FILE}" vdr.${VDRPLUGIN} fi |