1
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs synced 2024-10-19 03:47:13 -04:00
Nix Packages collection & NixOS
Find a file
Eelco Dolstra c341a03404 * A little script to test changes to individual Upstart jobs,
i.e., only the specified jobs are rebuilt and restarted.
  Example:

  $ test/test-upstart-job.sh udev

  will rebuild and restart just the udev service.  This is useful
  e.g. when making changes to the udev package, which would
  normally entail rebuilding lots of other services as well 
  (e.g. the X service might depend on KDE, which depends on HAL,
  which depends on udev...).

  It's implemented by making a copy of the current /etc/event.d 
  in /tmp/event.d, then replacing only those jobs indicated on the
  command line, symlinking /etc/event.d to /tmp/event.d, and 
  restarting init.

svn path=/nixos/trunk/; revision=12217
2008-06-29 22:18:39 +00:00
boot
configuration * Doh! Include the pkgs subdirectory of nixpkgs on the CD. 2008-06-27 12:28:43 +00:00
doc/manual
etc
helpers
installer
system
test * A little script to test changes to individual Upstart jobs, 2008-06-29 22:18:39 +00:00
upstart-jobs Added radeonhd support to xserver job 2008-06-28 07:46:50 +00:00
default.nix
README
STABLE
VERSION

*** NixOS ***

NixOS is a Linux distribution based on the purely functional package
management system Nix.  More information can be found at
http://nixos.org/nixos and in the manual in doc/manual.