about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/upstart
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2009-04-25 22:48:48 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2009-04-25 22:48:48 +0000
commit09fd56cc9eb4758920079ff5826b3e9fd92ddab7 (patch)
treef32f629d95358da7aadeeea77679b198d69857c0 /pkgs/os-specific/linux/upstart
parent5a2284ac61be1c2e838bf8263be6aa91417edff2 (diff)
downloadnixlib-09fd56cc9eb4758920079ff5826b3e9fd92ddab7.tar
nixlib-09fd56cc9eb4758920079ff5826b3e9fd92ddab7.tar.gz
nixlib-09fd56cc9eb4758920079ff5826b3e9fd92ddab7.tar.bz2
nixlib-09fd56cc9eb4758920079ff5826b3e9fd92ddab7.tar.lz
nixlib-09fd56cc9eb4758920079ff5826b3e9fd92ddab7.tar.xz
nixlib-09fd56cc9eb4758920079ff5826b3e9fd92ddab7.tar.zst
nixlib-09fd56cc9eb4758920079ff5826b3e9fd92ddab7.zip
* Upstart in the stdenv branch is incompatible with Upstart in the
  trunk: it segfaults when it tries to start the new Upstart, which
  locks up the entire system.  This may be because of the different
  Glibc, or something.  In any case, require a reboot.

svn path=/nixpkgs/branches/stdenv-updates/; revision=15314
Diffstat (limited to 'pkgs/os-specific/linux/upstart')
-rw-r--r--pkgs/os-specific/linux/upstart/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/upstart/default.nix b/pkgs/os-specific/linux/upstart/default.nix
index c43662be69d1..07bc3e6fe757 100644
--- a/pkgs/os-specific/linux/upstart/default.nix
+++ b/pkgs/os-specific/linux/upstart/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
   # Upstart builds is the same, then we can switch between them at
   # runtime; otherwise we can't and we need to reboot.
   passthru = {
-    interfaceVersion = 0;
+    interfaceVersion = 1;
   };
 
   meta = {