diff options
author | Gerrit Pape <pape@smarden.org> | 2003-02-25 12:51:38 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2003-02-25 12:51:38 +0000 |
commit | 2ea2e0c40b29e3a129d540e4c29bffcac304e55a (patch) | |
tree | 581fe2a05eb926605b0131eecfc834fab9c3411d /package/COPYING | |
parent | 761593c09e514e4219bbc187d4fafbabb970592c (diff) | |
download | runit-2ea2e0c40b29e3a129d540e4c29bffcac304e55a.tar.gz runit-2ea2e0c40b29e3a129d540e4c29bffcac304e55a.tar.xz runit-2ea2e0c40b29e3a129d540e4c29bffcac304e55a.zip |
* doc/benefits.html: new.
* doc/index.html, doc/upgrade.html: adapt. * etc/*/1, etc/*/3, etc/*/ctrlaltdel: set permissions on the magic files instead of creating and removing them (can make them symbolic links now); set PATH. * runit.h: new; centralize runit's compiled in magic file names. * runit.c: check permissions of magic files instead of sole existence; conditionally call reboot(RB_AUTOBOOT), reboot(RB_POWER_OFF), reboot(RB_HALT_SYSTEM) if possible; code cleanup. * runit-init.c: set permissions on magic files instead of creating or removing them; code cleanup. * runsvdir.c: detect and tolerate system time warp; code cleanup. * runsv.c, runsvchdir.c, runsvctrl.c, runsvstat.c, svwaitdown.c, svwaitup.c, utmpset.c: code cleanup. 0.8.0.
Diffstat (limited to 'package/COPYING')
-rw-r--r-- | package/COPYING | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/COPYING b/package/COPYING index c9e26d8..5e3a97a 100644 --- a/package/COPYING +++ b/package/COPYING @@ -1,4 +1,4 @@ -Copyright (c) 2001-2002, Gerrit Pape +Copyright (c) 2001-2003, Gerrit Pape All rights reserved. Redistribution and use in source and binary forms, with or without @@ -12,7 +12,7 @@ modification, are permitted provided that the following conditions are met: 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. -THIS SOFTWARE IS PROVIDED BY THE AUTHOR `AS IS'' AND ANY EXPRESS OR IMPLIED +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |