From d43e0b1674f5d7250b5e452e78d64cc048d8f9d3 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 2 May 1994 18:15:22 +0000 Subject: [PATCH] Unspecified location of chown for Linux (Linux doesn't put chown in /etc). --- lisp/dired.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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').") -- 2.39.5