FreeBSD Bugzilla – Attachment 8494 Details for
Bug 17737
Major repair of PicoBSD
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 562 bytes, created by
oogali
on 2000-04-01 22:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
oogali
Created:
2000-04-01 22:40:01 UTC
Size:
562 bytes
patch
obsolete
>--- /usr/src/release/picobsd/router/crunch1/Makefile Fri Aug 27 21:33:47 1999 >+++ /usr/src/release/picobsd/router/crunch1/Makefile Fri Mar 31 18:10:36 2000 >@@ -24,9 +24,9 @@ > install: >- cp crunch1 /mnt/stand/crunch >- chmod 555 /mnt/stand/crunch >+ cp crunch1 ${MFS_MOUNTPOINT}/stand/crunch >+ chmod 555 ${MFS_MOUNTPOINT}/stand/crunch > for i in `crunchgen -l crunch1.conf` ; \ > do \ >- ln /mnt/stand/crunch /mnt/stand/$${i}; \ >+ ln ${MFS_MOUNTPOINT}/stand/crunch ${MFS_MOUNTPOINT}/stand/$${i}; \ > done >- rm /mnt/stand/crunch >+ rm ${MFS_MOUNTPOINT}/stand/crunch
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 17737
:
8473
|
8474
|
8475
|
8476
|
8477
|
8478
|
8479
|
8480
|
8481
|
8482
|
8483
|
8484
|
8485
|
8486
|
8487
|
8488
|
8489
|
8490
|
8491
|
8492
|
8493
| 8494