The following changes were made
* killproc in init script now properly uses PID files * pidofproc now checks PID files in init script * Will no longer attempt to start klogd if running in container * Updated default syslog.conf to prevent annoying 'noone' errors * Updated usher to use /bin/sh * Removed chroot from usher (will be performed by latest snap)
This commit is contained in:
2
Makefile
2
Makefile
@@ -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 = 6
|
||||
SNAPVER = 7
|
||||
|
||||
ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1)
|
||||
TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n')
|
||||
|
||||
Reference in New Issue
Block a user