Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 45877 Details for
Bug 74080
OpenNTPD 3.6.1p1 released
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
openntpd-3.6.1_p1.ebuild
openntpd-3.6.1_p1.ebuild (text/plain), 1.01 KB, created by
Christian Gut
on 2004-12-12 23:00:53 UTC
(
hide
)
Description:
openntpd-3.6.1_p1.ebuild
Filename:
MIME Type:
Creator:
Christian Gut
Created:
2004-12-12 23:00:53 UTC
Size:
1.01 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-misc/openntpd/openntpd-3.6_p1.ebuild,v 1.4 2004/12/10 13:32:50 agriffis Exp $ > >inherit eutils > >MY_P=${P/_/} >DESCRIPTION="Lightweight NTP server ported from OpenBSD" >HOMEPAGE="http://www.openntpd.org/" >SRC_URI="mirror://openbsd/OpenNTPD/${MY_P}.tar.gz" > >LICENSE="BSD" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86 ~ia64" >IUSE="" > >RDEPEND="virtual/libc > !<=net-misc/ntp-4.2.0-r2" >DEPEND="${RDEPEND} > >=sys-apps/portage-2.0.51" > >S=${WORKDIR}/${MY_P} > >pkg_setup() { > enewgroup ntp 123 > enewuser ntp 123 /bin/false /var/empty ntp >} > >src_unpack() { > unpack ${A} > cd ${S} > sed -i '/NTPD_USER/s:_ntp:ntp:' ntpd.h || die > epatch ${FILESDIR}/${PV}-ntpd.8.patch > epatch ${FILESDIR}/${PV}-pollerr.patch >} > >src_install() { > make install DESTDIR="${D}" || die > dodoc ChangeLog CREDITS README > > newinitd ${FILESDIR}/openntpd.rc ntpd > newconfd ${FILESDIR}/openntpd.conf.d ntpd >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 74080
:
45729
|
45731
|
45732
|
45876
| 45877 |
45879