| 1 | # Copyright 1999-2008 Gentoo Foundation |
1 | # Copyright 1999-2009 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-irc/unrealircd/Attic/unrealircd-3.2.7-r2.ebuild,v 1.4 2008/08/11 21:31:36 ricmm Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/Attic/unrealircd-3.2.7-r2.ebuild,v 1.5 2009/06/06 21:29:01 cla Exp $ |
| 4 | |
4 | |
| 5 | inherit eutils ssl-cert versionator multilib |
5 | inherit eutils ssl-cert versionator multilib |
| 6 | |
6 | |
| 7 | MY_P=Unreal${PV} |
7 | MY_P=Unreal${PV} |
| 8 | |
8 | |
| … | |
… | |
| 131 | |
131 | |
| 132 | elog |
132 | elog |
| 133 | elog "UnrealIRCd will not run until you've set up /etc/unrealircd/unrealircd.conf" |
133 | elog "UnrealIRCd will not run until you've set up /etc/unrealircd/unrealircd.conf" |
| 134 | elog |
134 | elog |
| 135 | elog "You can find example cron scripts here:" |
135 | elog "You can find example cron scripts here:" |
| 136 | elog " /usr/share/doc/${PF}/ircd.cron.gz" |
|
|
| 137 | elog " /usr/share/doc/${PF}/ircdchk.gz" |
136 | elog " /usr/share/doc/${PF}/" |
|
|
137 | elog " /usr/share/doc/${PF}/" |
| 138 | elog |
138 | elog |
| 139 | elog "You can also use /etc/init.d/unrealircd to start at boot" |
139 | elog "You can also use /etc/init.d/unrealircd to start at boot" |
| 140 | elog |
140 | elog |
| 141 | } |
141 | } |