Thanks for sending an explicit patch. This patch makes a link under /usr, but is it surely ok? Fink should not touch outside of /sw aside from some exceptions.
Tomoaki Okayama (When reply, please Cc: Todai Fink Team) At Fri, 15 Jan 2010 12:28:03 +0100, Michal Suchanek wrote: > > 2010/1/14 Michal Suchanek <[email protected]>: > > Hello > > > > Applications like less, screen, etc require a terminal definition to work. > > > > I use urxvt (rxvt-unicode) on a remote machine and connect to a mac > > over ssh, and the definition is missing there. > > > > To remedy this issue I installed rxvt-unicode on the mac but the > > definition is not installed so fullscreen applications still won't > > work. > > > > This would likely affect people who use urxvt locally as well. > > > > IMHO it should be part of the package installation to place this > > terminal definition appropriately. > > > > The required command is: > > ln -s "%p/share/terminfo/r/rxvt-unicode" /usr/share/terminfo/72/rxvt-unicode > > and to undo > > if [ "$(readlink /usr/share/terminfo/72/rxvt-unicode)" = > "%p/share/terminfo/r/rxvt-unicode" ] ; then > rm /usr/share/terminfo/72/rxvt-unicode > fi > > readlink is available in OS X 10.5 > > Could you, please, include the scripts? > > Thanks > > Michal ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
