Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 16913 Details for
Bug 27626
sys-cluster/drbd-0.6.6.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
drbd-0.6.6-r2.ebuild
drbd-0.6.6-r2.ebuild (text/plain), 1.81 KB, created by
Jan Krueger
on 2003-09-01 10:26:07 UTC
(
hide
)
Description:
drbd-0.6.6-r2.ebuild
Filename:
MIME Type:
Creator:
Jan Krueger
Created:
2003-09-01 10:26:07 UTC
Size:
1.81 KB
patch
obsolete
># drbd-0.6.6-1.ebuild, 01.09.2003, jk@microgalaxy.net ># drbd was created and is maintained by Phillip Reisner and Contributors ># see http://www.drbd.org >LICENSE="GPL-2" >KEYWORDS="x86" > >DESCRIPTION="mirror/replicate block-devices across a network-connection" >SRC_URI="http://www.linbit.com/en/filemanager/download/44/drbd-${PV}.tar.gz" >HOMEPAGE="http://www.drbd.org" > >IUSE="" > >DEPEND="=sys-kernel/vanilla-sources-2.4*" >RDEPEND="=sys-cluster/heartbeat-1.0*" > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/0.6.6-Makefile.vars.patch > epatch ${FILESDIR}/0.6.6-drbd-Makefile.patch > epatch ${FILESDIR}/0.6.6-scripts-Makefile.patch >} > >src_compile() { > check_KV > einfo "" > einfo "Your kernel-sources in /usr/src/linux-${KV} must be properly configured" > einfo "and match the currently running kernel version ${KV}" > einfo "If otherwise -> build will fail." > einfo "" > cd ${S} > emake || die >} > >src_install() { > cd ${S} > make PREFIX=${D} install > > # gentoo-ish init-script > dodir /etc > dodir /etc/init.d > exeinto /etc/init.d > newexe ${FILESDIR}/0.6.6-init drbd > > # needed by drbd startup script > dodir /var/lib/drbd > keepdir /var/lib/drbd > > # docs > dodoc README ChangeLog COPYING > dodoc documentation/NFS-Server-README.txt > # we put drbd.conf into docs > # it doesnt make sense to install a default conf in /etc > # put it to the docs > dodoc scripts/drbd.conf >} > >pkg_postinst() { > einfo "" > einfo "upgrading module dependencies ... " > /sbin/depmod -a -F /lib/modules/${KV}/build/System.map > einfo "... done" > einfo "" > einfo "Please remember to re-emerge drbd when you upgrade your kernel!" > einfo "" > einfo "Please copy and gunzip the configuration file" > einfo "from /usr/share/doc/${PF}/drbd.conf.gz to /etc" > einfo "and edit it to your needs. Helpful commands:" > einfo "man 5 drbd.conf" > einfo "man 8 drbdsetup" > einfo "" >}
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 27626
:
16828
|
16829
|
16832
|
16833
|
16834
|
16835
|
16877
|
16878
|
16879
|
16880
|
16881
| 16913 |
16914
|
16916
|
16917
|
16918
|
16919
|
16920
|
16921