From: Richard M. Stallman Date: Mon, 2 May 1994 18:15:22 +0000 (+0000) Subject: Unspecified location of chown for Linux (Linux doesn't put chown in /etc). X-Git-Tag: emacs-19.34~8575 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d43e0b1674f5d7250b5e452e78d64cc048d8f9d3;p=emacs.git Unspecified location of chown for Linux (Linux doesn't put chown in /etc). --- diff --git a/lisp/dired.el b/lisp/dired.el index a7a9dfa525e..49c0ade3fba 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -47,7 +47,7 @@ may contain even `F', `b', `i' and `s'. See also the variable ;;;###autoload (defvar dired-chown-program - (if (memq system-type '(hpux dgux usg-unix-v irix)) + (if (memq system-type '(hpux dgux usg-unix-v irix linux)) "chown" "/etc/chown") "Name of chown command (usually `chown' or `/etc/chown').")