Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 16832 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]
[patch]
The patches required to install without sandbox violation
gentoo-install.patch (text/plain), 1.99 KB, created by
Jan Krueger
on 2003-08-30 18:46:34 UTC
(
hide
)
Description:
The patches required to install without sandbox violation
Filename:
MIME Type:
Creator:
Jan Krueger
Created:
2003-08-30 18:46:34 UTC
Size:
1.99 KB
patch
obsolete
>--- ../drbd-cvs/drbd/Makefile.vars 2003-07-28 15:02:47.000000000 +0200 >+++ Makefile.vars 2003-08-30 23:58:14.000000000 +0200 >@@ -49,7 +49,8 @@ > $(if $(wildcard /etc/redhat-release),redhat,\ > $(if $(wildcard /etc/slackware-version),slackware,\ > $(if $(wildcard /etc/ROCK-VERSION),rock,\ >- $(if $(wildcard /var/lib/YaST*),suse,)))))) >+ $(if $(wildcard /var/lib/YaST*),suse,\ >+ $(if $(wildcard /etc/gentoo-release),gentoo,))))))) > SMPFLAG := \ > $(shell if uname -a | grep SMP > /dev/null; then echo "-D__SMP__"; fi) > # do we need to check against kernel .config, too? >--- ../drbd-cvs/drbd/scripts/Makefile 2003-07-14 10:43:25.000000000 +0200 >+++ scripts/Makefile 2003-08-30 23:58:14.000000000 +0200 >@@ -42,6 +42,9 @@ > INITD=$(PREFIX)etc/rc.d/init.d/ > endif > >+ifeq ($(DIST),gentoo) >+ INITD=$(PREFIX)etc/init.d/ >+endif > > all: > ln -sf drbd datadisk >--- ../drbd-cvs/drbd/Makefile.vars 2003-08-31 01:02:15.000000000 +0200 >+++ Makefile.vars 2003-08-31 02:15:38.000000000 +0200 >@@ -23,7 +23,7 @@ > # export all variables not explicitly _un_exported > export > >-PREFIX := / >+#PREFIX := / > #DEBUGFLAGS := -g -DDBG_ALL_SYMBOLS -DDBG_PRINTKS_RCV -DDBG_PRINTKS_SYNC > DEBUGFLAGS := > >--- ../drbd-cvs/drbd/drbd/Makefile 2003-05-22 14:19:16.000000000 +0200 >+++ drbd/Makefile 2003-08-31 02:30:19.000000000 +0200 >@@ -155,12 +155,12 @@ > install -d $(PREFIX)lib/modules/$(KERNVER)/$(KSUBD) > install -m 644 drbd.o $(PREFIX)lib/modules/$(KERNVER)/$(KSUBD) > install -d $(PREFIX)var/lib/drbd >-ifeq ($(shell uname -r),$(KERNVER)) >- /sbin/depmod -a || depmod -e drbd.o 2>&1 >/dev/null || true >-else >- [ -e $(LINUX)/System.map ] && \ >- /sbin/depmod -F $(LINUX)/System.map -e drbd.o 2>&1 >/dev/null || true >-endif >+#ifeq ($(shell uname -r),$(KERNVER)) >+# /sbin/depmod -a || depmod -e drbd.o 2>&1 >/dev/null || true >+#else >+# [ -e $(LINUX)/System.map ] && \ >+# /sbin/depmod -F $(LINUX)/System.map -e drbd.o 2>&1 >/dev/null || true >+#endif > > uninstall: > rm $(PREFIX)lib/modules/$(KERNVER)/$(KSUBD)/drbd.o
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 27626
:
16828
|
16829
|
16832
|
16833
|
16834
|
16835
|
16877
|
16878
|
16879
|
16880
|
16881
|
16913
|
16914
|
16916
|
16917
|
16918
|
16919
|
16920
|
16921