]> git.eshelyaron.com Git - emacs.git/commitdiff
Unspecified location of chown for Linux (Linux doesn't put chown in /etc).
authorRichard M. Stallman <rms@gnu.org>
Mon, 2 May 1994 18:15:22 +0000 (18:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 2 May 1994 18:15:22 +0000 (18:15 +0000)
lisp/dired.el

index a7a9dfa525e51117fcbd56df1d2588b57773b73c..49c0ade3fba6f8b1573c637dd4b59b0f67e1c365 100644 (file)
@@ -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').")