diff lisp/dired.el @ 1465:e2fa3ce65e2a

(dired-chown-program): Treat silicon-graphics-unix like usg-unix-v.
author Richard M. Stallman <rms@gnu.org>
date Wed, 21 Oct 1992 19:30:34 +0000
parents 54a44b2b9591
children ecf43116a845
line wrap: on
line diff
--- a/lisp/dired.el	Wed Oct 21 06:59:39 1992 +0000
+++ b/lisp/dired.el	Wed Oct 21 19:30:34 1992 +0000
@@ -46,7 +46,8 @@
 
 ;;;###autoload
 (defvar dired-chown-program
-  (if (memq system-type '(hpux dgux usg-unix-v)) "chown" "/etc/chown")
+  (if (memq system-type '(hpux dgux usg-unix-v silicon-graphics-unix))
+      "chown" "/etc/chown")
   "Name of chown command (usully `chown' or `/etc/chown').")
 
 ;;;###autoload