Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 184871 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/net-dns/pdnsd/pdnsd-1.2.5.ebuild (-1 / +5 lines)
Lines 58-64 Link Here
58
	echo -e "# Enter the interface that connects you to the dns servers" >> "${config}"
58
	echo -e "# Enter the interface that connects you to the dns servers" >> "${config}"
59
	echo "# This will correspond to /etc/init.d/net.${IFACE}" >> "${config}"
59
	echo "# This will correspond to /etc/init.d/net.${IFACE}" >> "${config}"
60
	echo -e "\n# IMPORTANT: Be sure to run depscan.sh after modifiying IFACE" >> "${config}"
60
	echo -e "\n# IMPORTANT: Be sure to run depscan.sh after modifiying IFACE" >> "${config}"
61
	echo "IFACE=ppp0" >> "${config}"
61
	echo 'IFACE="ppp0"' >> "${config}"
62
	echo "" >> "${config}"
63
	echo "# Here you can enter the location of your pdnsd.conf which defaults" >> "${config}"
64
	echo "# to /etc/pdnsd/pdnsd.conf" >> "${config}"
65
	echo '#PDNSD_CONFIG=""' >> "${config}"
62
66
63
	config="${D}/etc/conf.d/pdnsd"
67
	config="${D}/etc/conf.d/pdnsd"
64
	"${D}/usr/sbin/pdnsd" --help | sed "s/^/# /g" > "${config}"
68
	"${D}/usr/sbin/pdnsd" --help | sed "s/^/# /g" > "${config}"

Return to bug 184871