Summary: | --quiet option for bootstrap | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alexandre Nuno Milheiro <nunomilheiro> |
Component: | [OLD] Core system | Assignee: | Portage team <dev-portage> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | armin76 |
Priority: | High | Keywords: | InVCS |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 273664 | ||
Attachments: |
patch for bootstrap.sh
postsyncd script to patch bootstrap.sh correction to postsyncd script |
Description
Alexandre Nuno Milheiro
2009-06-10 22:06:00 UTC
Created attachment 194199 [details, diff]
patch for bootstrap.sh
This patch should be enough to make this simple enhancement
Reassigning to vapier as he's the last one who touched the file. Mike if you're the wrong assignee, please correct the assignment and drop me a note. Created attachment 196672 [details] postsyncd script to patch bootstrap.sh This script applies this patch http://bugs.gentoo.org/attachment.cgi?id=194199 Place it in the /etc/portage/postsync.d directory and it will repatch boostrap.sh after each emerge --sync Created attachment 196725 [details]
correction to postsyncd script
Ther's a mistake in the previous script as it will overwrite your /dev/null node with the patch rejects.
DON'T USE IT !
If you used it, then take those corrective steps:
rm /dev/null
mknod /dev/null c 1 3
chmod a+w /dev/null
Sorry for the inconvenience
Thanks, this is in cvs now. |