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

Collapse All | Expand All

(-)/usr/portage/net-misc/ucarp/ucarp-1.5.ebuild (-1 / +15 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/ucarp/ucarp-1.5.ebuild,v 1.1 2008/11/12 17:24:20 wschlich Exp $
4
3
5
inherit eutils
4
inherit eutils
6
5
Lines 24-27 Link Here
24
23
25
	dodoc README INSTALL NEWS ChangeLog || die
24
	dodoc README INSTALL NEWS ChangeLog || die
26
	dodoc examples/linux/vip-{up,down}.sh
25
	dodoc examples/linux/vip-{up,down}.sh
26
	
27
	newconfd "${FILESDIR}/ucarp.conf" ucarp
28
	newinitd "${FILESDIR}/ucarp.init" ucarp
29
30
	exeinto /etc/ucarp
31
	doexe "${FILESDIR}/vip-up.sh"
32
	doexe "${FILESDIR}/vip-down.sh"
33
34
}
35
36
pkg_postinst() {
37
elog "PLEASE NOTE:"
38
elog ""
39
elog "UCARP must be configured before it can be used. Make sure you edit the config file
40
located in /etc/conf.d/ucarp before starting the daemon."
27
}
41
}

Return to bug 208156