The following changes were made:

* Updated /etc/default/sysklogd
  * Updated init script
This commit is contained in:
2017-05-17 10:34:53 -05:00
parent 4e9f1aae29
commit 9a40963b05
3 changed files with 48 additions and 28 deletions

View File

@@ -16,7 +16,7 @@ DESC = This package implements two system log daemons. The syslogd daemon \
is an enhanced version of the standard Berkeley utility program. The klogd \
daemon listens to kernel message sources and is responsible for prioritizing \
and processing operating system messages.
SNAPVER = 4
SNAPVER = 5
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')