diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2007-04-23 07:17:42 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2007-04-23 07:17:42 +0000 |
commit | 143c6a03ab54c1462818aa88c62d15406762ea4c (patch) | |
tree | 747452e4fdaa1d92d257a9487b8e53325b533566 /eclass/vdr-plugin.eclass | |
parent | stable x86, bug 175283 (diff) | |
download | historical-143c6a03ab54c1462818aa88c62d15406762ea4c.tar.gz historical-143c6a03ab54c1462818aa88c62d15406762ea4c.tar.bz2 historical-143c6a03ab54c1462818aa88c62d15406762ea4c.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 |