Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 147860 - app-shells/tcsh-6.14-r3: einfo message has wrong path for examples
Summary: app-shells/tcsh-6.14-r3: einfo message has wrong path for examples
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Fabian Groffen
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-16 15:26 UTC by Richard Benjamin Voigt
Modified: 2006-09-17 00:36 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 Richard Benjamin Voigt 2006-09-16 15:26:02 UTC
in tcsh-6.14-r3.ebuild,

pkg_postinst() {

	while read line; do einfo "${line}"; done <<EOF
The default behaviour of tcsh has significantly changed starting from
version 6.14-r1.  In contrast to previous ebuilds, the amount of
customisation to the default shell's behaviour has been reduced to a
bare minimum (a customised prompt).
If you rely on the customisations provided by previous ebuilds, you will
have to copy over the relevant (now commented out) parts to your own
~/.tcshrc.  Please check all tcsh-* files in
/usr/share/tcsh-6.14-r2/example and include their behaviour in your own
configuration files.
The tcsh-complete file is not any longer sourced by the default system
scripts.
EOF
}


But the examples are really in /usr/share/doc/{$P}/examples and while this is sensible, it is not intuitive.  I looked in /usr/local/share after not finding any /usr/share/tcsh-XXX, but had to find this page: http://bugs.gentoo.org/show_bug.cgi?id=119361 before finding the examples.
Comment 1 Fabian Groffen gentoo-dev 2006-09-17 00:36:28 UTC
thanks, I fixed the url as you suggested