about summary refs log tree commit diff
path: root/pkgs/tools/system/fcron
diff options
context:
space:
mode:
authorMoritz Ulrich <moritz@tarn-vedra.de>2013-08-27 22:22:57 +0200
committerMoritz Ulrich <moritz@tarn-vedra.de>2013-08-27 22:22:57 +0200
commit65e5dd8f992bb3f3de38e2d22e548571ada6af29 (patch)
treec5d43ba44f1eb33821847e4d716b4edd1e957c98 /pkgs/tools/system/fcron
parentbed5514a6e8f1ae9776dfff71001e8d09a8ea36a (diff)
downloadnixlib-65e5dd8f992bb3f3de38e2d22e548571ada6af29.tar
nixlib-65e5dd8f992bb3f3de38e2d22e548571ada6af29.tar.gz
nixlib-65e5dd8f992bb3f3de38e2d22e548571ada6af29.tar.bz2
nixlib-65e5dd8f992bb3f3de38e2d22e548571ada6af29.tar.lz
nixlib-65e5dd8f992bb3f3de38e2d22e548571ada6af29.tar.xz
nixlib-65e5dd8f992bb3f3de38e2d22e548571ada6af29.tar.zst
nixlib-65e5dd8f992bb3f3de38e2d22e548571ada6af29.zip
Fcron: Disable checks for root{name,group} and others.
This fixes building fcron. It was complaining it couldn't check root's
user name and the suggested flag (--with-rootname) didn't do anything.

Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
Diffstat (limited to 'pkgs/tools/system/fcron')
-rw-r--r--pkgs/tools/system/fcron/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/tools/system/fcron/default.nix b/pkgs/tools/system/fcron/default.nix
index 58719c682cba..5a70843ff6bb 100644
--- a/pkgs/tools/system/fcron/default.nix
+++ b/pkgs/tools/system/fcron/default.nix
@@ -22,6 +22,9 @@ stdenv.mkDerivation rec {
       # fcron would have been default user/grp
       "--with-username=root"
       "--with-groupname=root"
+      "--with-rootname=root"
+      "--with-rootgroup=root"
+      "--disable-checks"
     ];
     
   installTargets = "install-staged"; # install does also try to change permissions of /etc/* files