keep_laptop-mode_on_shutdown.diff 543 B

123456789101112131415
  1. Tails specific: no need to stop properly on shutdown: we are amnesic.
  2. --- chroot.orig/etc/init.d/laptop-mode 2012-09-24 10:05:13.073049110 +0200
  3. +++ chroot/etc/init.d/laptop-mode 2012-09-24 10:47:23.717869294 +0200
  4. @@ -11,7 +11,7 @@
  5. # Required-Start: $remote_fs
  6. # Required-Stop: $remote_fs
  7. # Default-Start: 2 3 4 5
  8. -# Default-Stop: 0 1 6
  9. +# Default-Stop:
  10. # Short-Description: Enable laptop-mode-tools power management functions
  11. # Description: Enable laptop-mode-tools power management functions
  12. ### END INIT INFO