Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36642 - typo in csh-1.29-r2.ebuild
Summary: typo in csh-1.29-r2.ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High trivial (vote)
Assignee: Tavis Ormandy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-28 05:29 UTC by Toralf Förster
Modified: 2003-12-29 08:37 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2003-12-28 05:29:30 UTC
In the following lines the suffix '.gz' is missing for the file names

        printf "#\n# System-wide .cshrc file for csh(1).\n\n" > csh.cshrc
        printf "#\n# System-wide .login file for csh(1).\n\n" > csh.login

and it should be existing
        # print the exisiting input after displaying completion options.

isn't it ?
Comment 1 Tavis Ormandy (RETIRED) gentoo-dev 2003-12-29 04:14:11 UTC
> In the following lines the suffix '.gz' is missing for the file names

Not sure what you mean...

> and it should be existing

yep, fixed. Thanks :)
Comment 2 Toralf Förster gentoo-dev 2003-12-29 05:21:45 UTC
sorry, here '.gz' is missing:

        einfo " % zcat /usr/share/doc/${PF}/dot.cshrc > ~/.cshrc"
        einfo " % zcat /usr/share/doc/${PF}/dot.login > ~/.login"
Comment 3 Tavis Ormandy (RETIRED) gentoo-dev 2003-12-29 05:26:26 UTC
which version of gzip are you using? it works fine for me...
Comment 4 Toralf Förster gentoo-dev 2003-12-29 08:37:34 UTC
Sorry, I didn't know that zcat automatically append a '.gz' if neccesssary.
I was confused by the missing '.gz' in the einfo-line and didn't try it before reporting the bug.