- SPEC file cleanup
- Init script cleanup
- Removed some examples because of licensing issues. Upstream has clarified
and changed most of the license tags to GPLv2. Additionally, upstream
will include the examples in the next release.
- Removed a provide statement since a period was in the name and no other
package required that special name.
26 lines
901 B
Text
26 lines
901 B
Text
#############################################################################
|
|
# BSD mpd events
|
|
#
|
|
# Copyright (C) 2003-2009 Matt Jonkman
|
|
# This is free software. You may redistribute copies of it under the terms of
|
|
# the GNU General Public License version 2.
|
|
# There is NO WARRANTY, to the extent permitted by law.
|
|
#############################################################################
|
|
|
|
type=single
|
|
desc = mpd connection start
|
|
ptype=regexp
|
|
pattern=([A-z._0-9-]*) mpd: PPTP connection from (\d+\.\d+\.\d+\.\d+):\d+
|
|
action=add GENERAL_REPORT MPD Start from $2 on $1
|
|
|
|
type=single
|
|
ptype=regexp
|
|
pattern=([A-z._0-9-]*) mpd: Name: (.*)
|
|
desc = mpd user auth
|
|
action=add GENERAL_REPORT MPD User $2 Auth on $1
|
|
|
|
type=Single
|
|
ptype=RegExp
|
|
pattern=([A-z._0-9-]*) mpd: pptp\d: killing connection with (\d+\.\d+\.\d+\.\d+):\d+
|
|
desc=mpd connection end
|
|
action=add GENERAL_REPORT MPD Connection end from $2 on $1
|