FreeBSD Bugzilla – Attachment 8474 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), 1.47 KB, 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:
1.47 KB
patch
obsolete
>--- /usr/src/release/picobsd/build/Makefile.crunch Tue Feb 8 03:27:55 2000 >+++ /usr/src/release/picobsd/build/Makefile.crunch Thu Mar 30 14:28:20 2000 >@@ -4,3 +4,3 @@ > SRC?=/usr/src >-CRUNCHFLAGS+= -DNOPAM -DRELEASE_CRUNCH -DNOSECURE -DNOCRYPT >+CRUNCHFLAGS+= -DNOPAM -DRELEASE_CRUNCH -DNOSECURE -DNOCRYPT -DNONETGRAPH -DNOIPSEC > >@@ -31,12 +31,12 @@ > 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 > # Install the MIB files >- #mkdir -p /mnt/usr/local/share/snmp/mibs >- #cp ../../net/crunch1/mibs/*.txt /mnt/usr/local/share/snmp/mibs/ >+ #mkdir -p ${MFS_MOUNTPOINT}/usr/local/share/snmp/mibs >+ #cp ../../net/crunch1/mibs/*.txt ${MFS_MOUNTPOINT}/usr/local/share/snmp/mibs/ > >--- /usr/src/release/picobsd/build/build Tue Feb 8 03:24:59 2000 >+++ /usr/src/release/picobsd/build/build Thu Mar 30 14:33:40 2000 >@@ -75,3 +75,3 @@ > >-# Main build procedure. It calls another scripts (stage1) >+# Main build procedure. It calls another script (stage1) > main() { >@@ -103,4 +103,5 @@ > echo -n "-> Cleaning temporary files... " >- umount -f /mnt >- vnconfig -u /dev/rvn0 >+ umount -f ${MFS_MOUNTPOINT} >+ rm -rf ${MFS_MOUNTPOINT} >+ vnconfig -u /dev/rvn${VNUM} > ./clean ${TYPE}
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