Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 92870 - [sv] Handbook files (HPPA)
Summary: [sv] Handbook files (HPPA)
Status: RESOLVED FIXED
Alias: None
Product: [OLD] Docs-user
Classification: Unclassified
Component: Handbook (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Xavier Neys (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-17 00:43 UTC by Martin S
Modified: 2005-05-18 01:44 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
HANDBOOK_HPPA.XML (HANDBOOK_HPPA.XML,10.35 KB, text/plain)
2005-05-18 00:12 UTC, Martin S
Details
HB_INSTALL_HPPA_BOOTLOADER.XML (HB_INSTALL_HPPA_BOOTLOADER.XML,2.42 KB, text/plain)
2005-05-18 00:12 UTC, Martin S
Details
HB_INSTALL_HPPA_DISK.XML (HB_INSTALL_HPPA_DISK.XML,11.34 KB, text/plain)
2005-05-18 00:13 UTC, Martin S
Details
HB_INSTALL_HPPA_KERNEL.XML (HB_INSTALL_HPPA_KERNEL.XML,12.34 KB, text/plain)
2005-05-18 00:13 UTC, Martin S
Details
HB_INSTALL_HPPA_MEDIUM.XML (HB_INSTALL_HPPA_MEDIUM.XML,19.16 KB, text/plain)
2005-05-18 00:13 UTC, Martin S
Details
2005.0\HANDBOOK_HPPA.XML (HANDBOOK_HPPA.XML,10.37 KB, text/plain)
2005-05-18 00:14 UTC, Martin S
Details
2005.0\HB_INSTALL_HPPA_BOOTLOADER.XML (HB_INSTALL_HPPA_BOOTLOADER.XML,2.29 KB, text/plain)
2005-05-18 00:14 UTC, Martin S
Details
2005.0\HB_INSTALL_HPPA_DISK.XML (HB_INSTALL_HPPA_DISK.XML,11.54 KB, text/plain)
2005-05-18 00:14 UTC, Martin S
Details
2005.0\HB_INSTALL_HPPA_KERNEL.XML (HB_INSTALL_HPPA_KERNEL.XML,12.62 KB, text/plain)
2005-05-18 00:15 UTC, Martin S
Details
2005.0\HB_INSTALL_HPPA_MEDIUM.XML (HB_INSTALL_HPPA_MEDIUM.XML,13.95 KB, text/plain)
2005-05-18 00:15 UTC, Martin S
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin S 2005-05-17 00:43:40 UTC
HPPA handbook files both std and 2005.0
Comment 1 Martin S 2005-05-17 00:46:06 UTC
Too my utter horror I saw that K3B had converted all filenames to upper case ...
:( Must have missed that "feature" this morning. I'll have to wait for my ADSL.
Comment 2 Alin Dobre (RETIRED) gentoo-dev 2005-05-17 00:53:50 UTC
here's a workaround:

for i in *.xml; do mv $i `tr '[:upper:]' '[:lower:]'<<<$i`; done

also, just to be sure, you can insert an `echo' in front of `mv'. this won't
modify any file, but will output the commands that will be executed (mv).
Comment 3 Martin S 2005-05-17 02:22:54 UTC
(In reply to comment #0)
> HPPA handbook files both std and 2005.0

(In reply to comment #2)
> here's a workaround:
> 
> for i in *.xml; do mv $i `tr '[:upper:]' '[:lower:]'<<<$i`; done
> 
> also, just to be sure, you can insert an `echo' in front of `mv'. this won't
> modify any file, but will output the commands that will be executed (mv).

Nah, it's a Windows box at work ...
I'll sort it soonish.
Comment 4 Martin S 2005-05-18 00:12:05 UTC
Created attachment 59187 [details]
HANDBOOK_HPPA.XML
Comment 5 Martin S 2005-05-18 00:12:37 UTC
Created attachment 59188 [details]
HB_INSTALL_HPPA_BOOTLOADER.XML
Comment 6 Martin S 2005-05-18 00:13:04 UTC
Created attachment 59189 [details]
HB_INSTALL_HPPA_DISK.XML
Comment 7 Martin S 2005-05-18 00:13:27 UTC
Created attachment 59190 [details]
HB_INSTALL_HPPA_KERNEL.XML
Comment 8 Martin S 2005-05-18 00:13:50 UTC
Created attachment 59191 [details]
HB_INSTALL_HPPA_MEDIUM.XML
Comment 9 Martin S 2005-05-18 00:14:12 UTC
Created attachment 59192 [details]
2005.0\HANDBOOK_HPPA.XML
Comment 10 Martin S 2005-05-18 00:14:29 UTC
Created attachment 59193 [details]
2005.0\HB_INSTALL_HPPA_BOOTLOADER.XML
Comment 11 Martin S 2005-05-18 00:14:50 UTC
Created attachment 59194 [details]
2005.0\HB_INSTALL_HPPA_DISK.XML
Comment 12 Martin S 2005-05-18 00:15:12 UTC
Created attachment 59195 [details]
2005.0\HB_INSTALL_HPPA_KERNEL.XML
Comment 13 Martin S 2005-05-18 00:15:32 UTC
Created attachment 59196 [details]
2005.0\HB_INSTALL_HPPA_MEDIUM.XML
Comment 14 Xavier Neys (RETIRED) gentoo-dev 2005-05-18 01:44:10 UTC
In CVS. Thanks a lot.