# HG changeset patch # User Michael Albinus # Date 1139775748 0 # Node ID 3a5ea93ff8b4ceeaf9af326d3e54a754842c975a # Parent a87d4de213c59b8c37077e49a3ea2b31021225e0 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top, because on Solaris a POSIX compatible "id" is needed. Reported by Magnus Henoch . diff -r a87d4de213c5 -r 3a5ea93ff8b4 lisp/ChangeLog --- a/lisp/ChangeLog Sun Feb 12 20:22:05 2006 +0000 +++ b/lisp/ChangeLog Sun Feb 12 20:22:28 2006 +0000 @@ -1,3 +1,9 @@ +2006-02-12 Michael Albinus + + * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top, + because on Solaris a POSIX compatible "id" is needed. Reported by + Magnus Henoch . + 2006-02-12 Juri Linkov * tumme.el: Remove todo item about Thumbnail Managing Standard. diff -r a87d4de213c5 -r 3a5ea93ff8b4 lisp/net/tramp.el --- a/lisp/net/tramp.el Sun Feb 12 20:22:05 2006 +0000 +++ b/lisp/net/tramp.el Sun Feb 12 20:22:28 2006 +0000 @@ -836,8 +836,10 @@ :type 'string) (defcustom tramp-remote-path - '("/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin" "/usr/ccs/bin" - "/local/bin" "/local/freeware/bin" "/local/gnu/bin" + ;; "/usr/xpg4/bin" has been placed first, because on Solaris a POSIX + ;; compatible "id" is needed. + '("/usr/xpg4/bin" "/bin" "/usr/bin" "/usr/sbin" "/usr/local/bin" + "/usr/ccs/bin" "/local/bin" "/local/freeware/bin" "/local/gnu/bin" "/usr/freeware/bin" "/usr/pkg/bin" "/usr/contrib/bin") "*List of directories to search for executables on remote host. Please notify me about other semi-standard directories to include here. @@ -1735,7 +1737,7 @@ (defvar tramp-perl-encode "%s -e ' # This script contributed by Juanma Barranquero . -# Copyright (C) 2006 Free Software Foundation, Inc. +# Copyright (C) 2002, 2006 Free Software Foundation, Inc. use strict; my %%trans = do { @@ -1777,7 +1779,7 @@ (defvar tramp-perl-decode "%s -e ' # This script contributed by Juanma Barranquero . -# Copyright (C) 2006 Free Software Foundation, Inc. +# Copyright (C) 2002, 2006 Free Software Foundation, Inc. use strict; my %%trans = do {