Merge pull request #878 from the-kenny/fix-fcron
Fcron: Disable checks for root{name,group} and others.
This commit is contained in:
commit
71e735998e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user