From aaef4a1cecda927730349489ff39493bbe875690 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 27 Mar 1996 02:37:57 +0000 Subject: [PATCH] (dired-chown-program): Recognize lignux. --- lisp/dired.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/dired.el b/lisp/dired.el index 95938f9ffdc..18f865551a6 100644 --- a/lisp/dired.el +++ b/lisp/dired.el @@ -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').") -- 2.39.2