Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 12847 Details for
Bug 22299
Ebuild for PCTel-based linmodem
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Diff to Makefile so it obeys sandboxing.
pctel-0.9.7-sandbox-gentoo.diff (text/plain), 991 bytes, created by
Mark Wagner
on 2003-06-05 15:24:03 UTC
(
hide
)
Description:
Diff to Makefile so it obeys sandboxing.
Filename:
MIME Type:
Creator:
Mark Wagner
Created:
2003-06-05 15:24:03 UTC
Size:
991 bytes
patch
obsolete
>--- src/Makefile.orig.dist 2003-06-05 01:40:05.000000000 -0700 >+++ src/Makefile.orig 2003-06-05 01:38:08.000000000 -0700 >@@ -64,16 +64,15 @@ > rm -f compile.out > > install: >- rm -f /dev/ttyS15 >- mknod /dev/ttyS15 c 62 79 >- chmod 644 /dev/ttyS15 >- ln -sf /dev/ttyS15 /dev/modem >- rm -f /lib/modules/`uname -r`/misc/pctel.o >- rm -f /lib/modules/`uname -r`/misc/ptserial.o >- cp ../driver/pctel.o /lib/modules/`uname -r`/misc >- cp ../driver/ptserial.o /lib/modules/`uname -r`/misc >- chmod 644 /lib/modules/`uname -r`/misc/pctel.o >- chmod 644 /lib/modules/`uname -r`/misc/ptserial.o >+ rm -f ${D}/dev/ttyS15 >+ mknod ${D}/dev/ttyS15 c 62 79 >+ chmod 644 ${D}/dev/ttyS15 >+ rm -f ${D}/lib/modules/`uname -r`/misc/pctel.o >+ rm -f ${D}/lib/modules/`uname -r`/misc/ptserial.o >+ cp ../driver/pctel.o ${D}/lib/modules/`uname -r`/misc >+ cp ../driver/ptserial.o ${D}/lib/modules/`uname -r`/misc >+ chmod 644 ${D}/lib/modules/`uname -r`/misc/pctel.o >+ chmod 644 ${D}/lib/modules/`uname -r`/misc/ptserial.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 22299
:
12845
|
12846
| 12847 |
12848
|
40433
|
40438