FreeBSD Bugzilla – Attachment 155928 Details for
Bug 194746
/etc/freebsd-update.conf shouldn't include src as an Component on the Components line
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for bsdinstall
file_194746.txt (text/plain), 493 bytes, created by
Kamil Czekirda
on 2015-04-23 21:30:31 UTC
(
hide
)
Description:
patch for bsdinstall
Filename:
MIME Type:
Creator:
Kamil Czekirda
Created:
2015-04-23 21:30:31 UTC
Size:
493 bytes
patch
obsolete
>--- config.old 2015-02-08 11:00:26.000000000 +0100 >+++ config 2015-04-23 23:26:34.236700377 +0200 >@@ -40,6 +40,14 @@ > > cp $BSDINSTALL_TMPBOOT/* $BSDINSTALL_CHROOT/boot > >+src= >+for dist in $DISTRIBUTIONS; do >+ [ "$dist" = "src.txz" ] && src=1 >+done >+ >+[ "$src" ] && sed -i.bu 's/^Components src/Components/g' $BSDINSTALL_CHROOT/etc/freebsd-update.conf >+ >+ > [ "${debugFile#+}" ] && cp "${debugFile#+}" $BSDINSTALL_CHROOT/var/log/ > > # Set up other things from installed config
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 194746
:
155928
|
155929
|
155930
|
155952