Removed old LSM file.

Added .gitignore files to avoid git tracking object files.
Removed old start-stop-daemon from contrib directory.
This commit is contained in:
Jesse Smith
2018-05-04 22:08:38 -03:00
parent e0cfd39728
commit 828c2704a1
8 changed files with 41 additions and 495 deletions

View File

@@ -27,9 +27,14 @@ sysvinit (2.90) UNRELEASED; urgency=low
The pipe can be re-opened by sending init the SIGUSR1 signal.
* Added "Fall through" comments to some switch statements where multiple
approaches are tried in order to prevent warnings from GCC 7 (and newer).
(Thanks to Matias Fonzo for this fix.)
* Added includes on Linux for sys/sysmacros.h as the old defines in
the sys/types.h file will be removed in the future.
(Thanks to Matias Fonzo for this fix.)
* Removed old LSM file.
Added .gitignore files to avoid git tracking object files.
Removed old start-stop-daemon from contrib directory.
(Patches provided by Guillem Jover.)
sysvinit (2.89) world; urgency=low

View File

@@ -1,12 +0,0 @@
Begin3
Title: sysvinit and utilities
Version: 2.89
Entered-Date: 24FEB2018
Description: This is the Linux System V init.
This version can be compiled with glibc 2.0.6 and up.
Author: miquels@cistron.nl (Miquel van Smoorenburg)
Primary-Site: http://download.savannah.nongnu.org /releases/sysvinit/
103K sysvinit-2.89.tar.bz2
Copying-Policy: GPL
Keywords: init shutdown halt reboot
End