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/files/pdnsd.online (+8 lines)
Lines 3-8 Link Here
3
# Distributed under the terms of the GNU General Public License v2
3
# Distributed under the terms of the GNU General Public License v2
4
# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/files/pdnsd.online,v 1.4 2004/07/14 23:26:19 agriffis Exp $
4
# $Header: /var/cvsroot/gentoo-x86/net-dns/pdnsd/files/pdnsd.online,v 1.4 2004/07/14 23:26:19 agriffis Exp $
5
5
6
opts="reload"
7
6
depend() {
8
depend() {
7
	need pdnsd net.${IFACE}
9
	need pdnsd net.${IFACE}
8
}
10
}
Lines 18-20 Link Here
18
	/usr/sbin/pdnsd-ctl server all down
20
	/usr/sbin/pdnsd-ctl server all down
19
	eend $?
21
	eend $?
20
}
22
}
23
24
reload() {
25
	ebegin "Re-reading pdnsd.conf"
26
	/usr/sbin/pdnsd-ctl config ${PDNSD_CONFIG:-/etc/pdnsd/pdnsd.conf}
27
	eend $?
28
}

Return to bug 184871