Mercurial > emacs
comparison lisp/dired.el @ 7278:fa6a265334a2
Unspecified location of chown for Linux (Linux doesn't put chown in /etc).
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 02 May 1994 18:15:22 +0000 |
parents | 9e51b51e8595 |
children | 4fd40bd394fe |
comparison
equal
deleted
inserted
replaced
7277:6a2af30d33fe | 7278:fa6a265334a2 |
---|---|
45 ; may prefer /usr/local/gnu/bin or whatever. However, chown is | 45 ; may prefer /usr/local/gnu/bin or whatever. However, chown is |
46 ; usually not in PATH. | 46 ; usually not in PATH. |
47 | 47 |
48 ;;;###autoload | 48 ;;;###autoload |
49 (defvar dired-chown-program | 49 (defvar dired-chown-program |
50 (if (memq system-type '(hpux dgux usg-unix-v irix)) | 50 (if (memq system-type '(hpux dgux usg-unix-v irix linux)) |
51 "chown" "/etc/chown") | 51 "chown" "/etc/chown") |
52 "Name of chown command (usually `chown' or `/etc/chown').") | 52 "Name of chown command (usually `chown' or `/etc/chown').") |
53 | 53 |
54 ;;;###autoload | 54 ;;;###autoload |
55 (defvar dired-ls-F-marks-symlinks nil | 55 (defvar dired-ls-F-marks-symlinks nil |