]> git.eshelyaron.com Git - emacs.git/commitdiff
(dired-chown-program): Recognize lignux.
authorRichard M. Stallman <rms@gnu.org>
Wed, 27 Mar 1996 02:37:57 +0000 (02:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 27 Mar 1996 02:37:57 +0000 (02:37 +0000)
lisp/dired.el

index 95938f9ffdc0451813fa19d1ff79de30e38f5251..18f865551a6c2450aee87b1f73ae377518c4ead3 100644 (file)
@@ -48,7 +48,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 linux))
+  (if (memq system-type '(hpux dgux usg-unix-v irix linux lignux))
       "chown" "/etc/chown")
   "Name of chown command (usually `chown' or `/etc/chown').")