forked from mirrors/nixpkgs
svn path=/nixos/trunk/; revision=8078
This commit is contained in:
parent
94393dbd20
commit
52c9a6c756
|
@ -489,8 +489,7 @@
|
||||||
";
|
";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
|
||||||
{
|
{
|
||||||
name = ["services" "httpd" "user"];
|
name = ["services" "httpd" "user"];
|
||||||
default = "wwwrun";
|
default = "wwwrun";
|
||||||
|
@ -555,7 +554,7 @@
|
||||||
";
|
";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
name = ["services" "httpd" "stateDir"];
|
name = ["services" "httpd" "stateDir"];
|
||||||
default = "/var/run/httpd";
|
default = "/var/run/httpd";
|
||||||
|
@ -616,6 +615,7 @@
|
||||||
";
|
";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
name = ["services" "httpd" "subservices" "subversion" "organization" "url"];
|
name = ["services" "httpd" "subservices" "subversion" "organization" "url"];
|
||||||
default = null;
|
default = null;
|
||||||
|
@ -624,6 +624,7 @@
|
||||||
";
|
";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
name = ["services" "httpd" "subservices" "subversion" "organization" "logo"];
|
name = ["services" "httpd" "subservices" "subversion" "organization" "logo"];
|
||||||
default = null;
|
default = null;
|
||||||
|
@ -632,6 +633,7 @@
|
||||||
";
|
";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
name = ["services" "httpd" "extraSubservices" "enable"];
|
name = ["services" "httpd" "extraSubservices" "enable"];
|
||||||
default = false;
|
default = false;
|
||||||
|
@ -640,6 +642,7 @@
|
||||||
";
|
";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
name = ["services" "httpd" "extraSubservices" "services"];
|
name = ["services" "httpd" "extraSubservices" "services"];
|
||||||
default = [];
|
default = [];
|
||||||
|
@ -647,8 +650,8 @@
|
||||||
Extra subservices to enable in the webserver.
|
Extra subservices to enable in the webserver.
|
||||||
";
|
";
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
{
|
{
|
||||||
name = ["installer" "nixpkgsURL"];
|
name = ["installer" "nixpkgsURL"];
|
||||||
default = "";
|
default = "";
|
||||||
|
|
Loading…
Reference in a new issue