FreeBSD Bugzilla – Attachment 7262 Details for
Bug 15874
PicoBSD can only update files from within /etc
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 491 bytes, created by
Peter Jeremy
on 2000-01-04 04:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Peter Jeremy
Created:
2000-01-04 04:10:01 UTC
Size:
491 bytes
patch
obsolete
>diff -ur net/floppy.tree/etc/mfs.rc custom/floppy.tree/etc/mfs.rc >--- net/floppy.tree/etc/mfs.rc Mon Aug 30 01:53:11 1999 >+++ custom/floppy.tree/etc/mfs.rc Thu Sep 16 16:14:51 1999 >@@ -23,8 +23,10 @@ > echo "" > echo "Reading /etc from startup floppy..." > mount -o rdonly /dev/fd0a /start_floppy >-cd /start_floppy/etc >-cp -Rp . /etc/ >+rm /etc/rc >+for i in etc root usr ; do >+ cd /start_floppy/$i 2>/dev/null && cp -Rp . /$i/ >+done > cd /etc > pwd_mkdb -p ./master.passwd > umount /start_floppy
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 15874
: 7262