Author: eelco
Date: Thu Nov 24 17:54:55 2011
New Revision: 30549
URL: https://nixos.org/websvn/nix/?rev=30549&sc=1

Log:
* Enable PROC_EVENTS, since it's required by libcgroup's cgrulesengd
  to monitor process creation.

Modified:
   nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-2.6.35.nix
   nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.0.nix
   nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.1.nix
   nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.2.nix

Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-2.6.35.nix
==============================================================================
--- nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-2.6.35.nix        Thu Nov 
24 14:22:13 2011        (r30548)
+++ nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-2.6.35.nix        Thu Nov 
24 17:54:55 2011        (r30549)
@@ -184,6 +184,11 @@
       # Allow up to 128 GiB of RAM in Xen domains.
       XEN_MAX_DOMAIN_MEMORY 128
 
+      # PROC_EVENTS requires that the netlink connector is not built
+      # as a module.  This is required by libcgroup's cgrulesengd.
+      CONNECTOR y
+      PROC_EVENTS y
+
       ${if kernelPlatform ? kernelExtraConfig then 
kernelPlatform.kernelExtraConfig else ""}
       ${extraConfig}
     '';

Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.0.nix
==============================================================================
--- nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.0.nix   Thu Nov 24 
14:22:13 2011        (r30548)
+++ nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.0.nix   Thu Nov 24 
17:54:55 2011        (r30549)
@@ -197,6 +197,11 @@
       # they generally don't hurt.
       STAGING y
 
+      # PROC_EVENTS requires that the netlink connector is not built
+      # as a module.  This is required by libcgroup's cgrulesengd.
+      CONNECTOR y
+      PROC_EVENTS y
+
       ${if kernelPlatform ? kernelExtraConfig then 
kernelPlatform.kernelExtraConfig else ""}
       ${extraConfig}
     '';

Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.1.nix
==============================================================================
--- nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.1.nix   Thu Nov 24 
14:22:13 2011        (r30548)
+++ nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.1.nix   Thu Nov 24 
17:54:55 2011        (r30549)
@@ -197,6 +197,11 @@
       # they generally don't hurt.
       STAGING y
 
+      # PROC_EVENTS requires that the netlink connector is not built
+      # as a module.  This is required by libcgroup's cgrulesengd.
+      CONNECTOR y
+      PROC_EVENTS y
+
       ${if kernelPlatform ? kernelExtraConfig then 
kernelPlatform.kernelExtraConfig else ""}
       ${extraConfig}
     '';

Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.2.nix
==============================================================================
--- nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.2.nix   Thu Nov 24 
14:22:13 2011        (r30548)
+++ nixpkgs/trunk/pkgs/os-specific/linux/kernel/linux-3.2.nix   Thu Nov 24 
17:54:55 2011        (r30549)
@@ -196,6 +196,11 @@
       # they generally don't hurt.
       STAGING y
 
+      # PROC_EVENTS requires that the netlink connector is not built
+      # as a module.  This is required by libcgroup's cgrulesengd.
+      CONNECTOR y
+      PROC_EVENTS y
+
       ${if kernelPlatform ? kernelExtraConfig then 
kernelPlatform.kernelExtraConfig else ""}
       ${extraConfig}
     '';
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to