1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2024-06-16 06:25:23 +00:00

Added systemd entries to Debian logcheck ignore file

This commit is contained in:
Kim Holviala 2016-11-13 10:27:21 +02:00
parent cc38f5afcb
commit 1ac3b6e220
3 changed files with 12 additions and 1 deletions

View File

@ -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"

View File

@ -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

View File

@ -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:]]+\)\.+$