summary refs log tree commit diff
path: root/pkgs/os-specific/linux/sysvinit
Commit message (Collapse)AuthorAge
* sysvinit: Don't install mountpoint and wallEelco Dolstra2012-07-25
| | | | These are already provided by util-linux.
* Fixing the sysvinit crossbuild (now yes)Lluís Batlle i Rossell2010-11-26
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=24885
* Making halt and shutdown work fine in sysvinit (they had hardcoded /sbin, andLluís Batlle i Rossell2010-11-26
| | | | | | | | now I hardcode $out/sbin) I also remove a patch I don't know what was it for. svn path=/nixpkgs/branches/stdenv-updates/; revision=24874
* Making sysvinit and mingetty crossbuildLluís Batlle i Rossell2010-11-23
| | | | svn path=/nixpkgs/branches/stdenv-updates/; revision=24829
* Setting sysvinit to be downloaded from a savannah mirror, instead of the url ↵Lluís Batlle i Rossell2010-08-21
| | | | | | of a single mirror it had (a mirror not working anymore) svn path=/nixpkgs/branches/stdenv-updates/; revision=23317
* * Updated sysvinit to 2.88dsf.Eelco Dolstra2010-06-09
| | | | svn path=/nixpkgs/trunk/; revision=22203
* * Install the manpages of pidof and killall5.Eelco Dolstra2010-06-09
| | | | svn path=/nixpkgs/trunk/; revision=22202
* * Got rid of a lot of "postInstall=postInstall" and similar lines inEelco Dolstra2009-04-23
| | | | | | | | | | builders. These are redundant now. * Inlined some trivial builders. * Removed a few explicit setup-hook creations. This is done automatically now if setupHook is set. * Deleted the initscripts package. NixOS doesn't use it anymore. svn path=/nixpkgs/branches/stdenv-updates/; revision=15276
* * Build a variant "sysvtools" of sysvinit which doesn't Eelco Dolstra2007-05-23
| | | | | | | contain the actual init programs, just some utilities (notably last, wall, mesg). svn path=/nixpkgs/trunk/; revision=8737
* * sysvinit 2.86.Eelco Dolstra2007-05-23
| | | | svn path=/nixpkgs/trunk/; revision=8736
* hnnnnnng, don't forget the patchArmijn Hemel2005-10-18
| | | | svn path=/nixpkgs/trunk/; revision=4105
* hardcode path to $out/sbin/shutdown in the binaryArmijn Hemel2005-10-18
| | | | svn path=/nixpkgs/trunk/; revision=4104
* rewrite old builder to new style builder (long overdue!)Armijn Hemel2005-10-18
| | | | svn path=/nixpkgs/trunk/; revision=4103
* * catamaran.labs.cs.uu.nl -> nix.cs.uu.nl.Eelco Dolstra2005-08-22
| | | | svn path=/nixpkgs/trunk/; revision=3660
* * Move tarballs to catamaran so that we are no longer dependent on aEelco Dolstra2005-02-15
| | | | | | gazillion different servers. Resurrected some 25 missing files. svn path=/nixpkgs/trunk/; revision=2237
* * Remove patch arguments.Eelco Dolstra2004-09-19
| | | | svn path=/nixpkgs/trunk/; revision=1462
* * Remove trivial builders.Eelco Dolstra2004-03-29
| | | | | | | | | | | | * Make builders unexecutable by removing the hash-bang line and execute permission. * Convert calls to `derivation' to `mkDerivation'. * Remove `system' and `stdenv' attributes from calls to `mkDerivation'. These transformations were all done automatically, so it is quite possible I broke stuff. * Put the `mkDerivation' function in stdenv/generic. svn path=/nixpkgs/trunk/; revision=874
* * Added sysvinit (mostly because it provides a decent `halt'Eelco Dolstra2004-02-16
command). svn path=/nixpkgs/trunk/; revision=787