+10
nixos/doc/manual/release-notes/rl-1909.xml
+10
nixos/doc/manual/release-notes/rl-1909.xml
···+The <option>services.systemhealth</option> module has been removed from nixpkgs due to lack of maintainer.+The <option>services.mantisbt</option> module has been removed from nixpkgs due to lack of maintainer.
-2
nixos/modules/module-list.nix
-2
nixos/modules/module-list.nix
······
+24
-30
nixos/modules/services/logging/awstats.nix
+24
-30
nixos/modules/services/logging/awstats.nix
······-services.httpd.extraSubservices = mkIf cfg.service.enable [ { function = { serverInfo, ... }: {
-68
nixos/modules/services/misc/mantisbt.nix
-68
nixos/modules/services/misc/mantisbt.nix
···
-133
nixos/modules/services/monitoring/systemhealth.nix
-133
nixos/modules/services/monitoring/systemhealth.nix
···
+18
-23
nixos/tests/php-pcre.nix
+18
-23
nixos/tests/php-pcre.nix
···
-121
nixos/tests/subversion.nix
-121
nixos/tests/subversion.nix
···-$client->succeed("curl --fail -F username=alice -F fullname='Alice Lastname' -F address=alice\@example.org -F password=foobar -F password_again=foobar http://webserver/repoman/adduser");-$client->succeed("curl --fail -u alice:foobar --form repo=xyzzy --form description=Xyzzy http://webserver/repoman/create");-$client->succeed("curl --fail -u bob:fnord -F description=Xyzzy -F readers=alice,bob -F writers=alice -F watchers= -F tardirs= http://webserver/repoman/update/xyzzy")-$client->succeed("curl --fail -u alice:foobar -F description=Xyzzy -F readers=alice,bob -F writers=alice -F watchers= -F tardirs= http://webserver/repoman/update/xyzzy");