mirror of
https://github.com/gophernicus/gophernicus.git
synced 2025-02-02 15:08:00 -05:00
Added systemd entries to Debian logcheck ignore file
This commit is contained in:
parent
cc38f5afcb
commit
1ac3b6e220
10
ChangeLog
10
ChangeLog
@ -1,5 +1,15 @@
|
||||
[ Automatically generated from git log ]
|
||||
|
||||
2016-10-18 Kim Holviala <kim@holviala.com>
|
||||
|
||||
* Fixed a potentially uninitialized char in strcut()
|
||||
* Autogenerated CAPS now shows release codename
|
||||
|
||||
2016-09-08 Kim Holviala <kim@holviala.com>
|
||||
|
||||
* Released version 2.0
|
||||
* Updated deb package control files (still borken)
|
||||
|
||||
2016-01-01 Kim Holviala <kim@holviala.com>
|
||||
|
||||
* Released version 2.0-alpha "for Workgroups"
|
||||
|
2
Makefile
2
Makefile
@ -8,7 +8,7 @@
|
||||
NAME = gophernicus
|
||||
PACKAGE = $(NAME)
|
||||
BINARY = in.$(NAME)
|
||||
VERSION = 2.0
|
||||
VERSION = 2.1-alpha
|
||||
CODENAME = for Workgroups
|
||||
|
||||
SOURCES = $(NAME).c file.c menu.c string.c platform.c session.c options.c
|
||||
|
1
debian/gophernicus.logcheck.ignore.server
vendored
1
debian/gophernicus.logcheck.ignore.server
vendored
@ -1,3 +1,4 @@
|
||||
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ in.gophernicus\[[0-9]+\]: request for "[^"]*" from [._[:alnum:]:-]+$
|
||||
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ in.gophernicus\[[0-9]+\]: error "No such file or directory" for request "[^"]*" from [._[:alnum:]:-]+$
|
||||
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ in.gophernicus\[[0-9]+\]: error "User not found" for request "/~[^"]*" from [._[:alnum:]:-]+$
|
||||
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ systemd\[1\]: Start(ing|ed) Gophernicus gopher server \([^[:space:]]+\)\.+$
|
||||
|
Loading…
x
Reference in New Issue
Block a user