Codebase list sysvinit / aee5925
New upstream version 3.04 Mark Hindley 2 years ago
3 changed file(s) with 16 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2727 For instructions on building and installing SysV init, please
2828 see the "doc/Install" file.
2929
30 SysV init releases are signed with one of two keys, depending on the build machine.
31 These keys are public keys A573ED5E687A40F89D30E6BE2A72EB41906F8E49
32 and 5A2DC686CDC5D6087D88C198351F75FA45D53656.
33 Both of these keys can be fetched from the Savannah mirror at:
34
35 https://download.savannah.nongnu.org/releases/sysvinit/
36
37 The keys are also available on the public key server https://keys.openpgp.org/
38
0 sysvinit (3.04) released; urgency=low
1 * Mark Hindley supplied patch to make bootlogd compile
2 on GNU Hurd systems. Was missing major/minor macro.
3
04 sysvinit (3.03) released; urgency=low
15 * Fixed formatting in init.8 man page.
26 Patch provided by Mark Hindley.
4242 #include <fcntl.h>
4343 #ifdef __linux__
4444 #include <pty.h>
45 #endif
46
47 #if defined (__linux__) || defined(__GNU__)
4548 #include <sys/sysmacros.h>
4649 #endif
4750