From acda0c6b27fe5464522e56f465fe6ad31f3572f4 Mon Sep 17 00:00:00 2001 From: Michael Raskin <7c6f434c@mail.ru> Date: Sun, 10 Aug 2008 05:44:25 +0000 Subject: [PATCH] Typo fix svn path=/nixos/trunk/; revision=12569 --- system/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/options.nix b/system/options.nix index f76ce08438f..9380d8252c8 100644 --- a/system/options.nix +++ b/system/options.nix @@ -2531,7 +2531,7 @@ in setgid = true; }]; description = '' - List of non-trivial setuid programs from ssystem path, like Postfix sendmail. Default + List of non-trivial setuid programs from system path, like Postfix sendmail. Default should probably be nobody:nogroup:false:false - if you are bothering doing anything with a setuid program, "root.root u+s g-s" is not what you are aiming at..