Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
base
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
puppetpublic
base
Commits
7f15a10d
Commit
7f15a10d
authored
9 years ago
by
Karl Kornel
Browse files
Options
Downloads
Patches
Plain Diff
base::os::debian: Correct regexp syntax in a systemd filter-syslog line
parent
4fe1b9e0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
NEWS
+5
-0
5 additions, 0 deletions
NEWS
files/os/etc/filter-syslog/debian
+1
-1
1 addition, 1 deletion
files/os/etc/filter-syslog/debian
with
6 additions
and
1 deletion
NEWS
+
5
−
0
View file @
7f15a10d
unreleased (TBD)
[os] Small fix in base::os::debian to one of the systemd-related
syslog-filter regexes (akkornel)
release/004.050 (2015-07-24)
release/004.050 (2015-07-24)
[rpm] Making available openafs-1.6.{7,8}-EL{5,6,7}.repo files
[rpm] Making available openafs-1.6.{7,8}-EL{5,6,7}.repo files
...
...
This diff is collapsed.
Click to expand it.
files/os/etc/filter-syslog/debian
+
1
−
1
View file @
7f15a10d
...
@@ -67,7 +67,7 @@ systemd: /^(?:Starting|Started) Session \d+ of user \w+\.$/
...
@@ -67,7 +67,7 @@ systemd: /^(?:Starting|Started) Session \d+ of user \w+\.$/
systemd: /^(?:Created|Removed) slice user-\d+\.slice\.$/
systemd: /^(?:Created|Removed) slice user-\d+\.slice\.$/
systemd: /^(?:Starting|Stopping) User Manager for UID \d+\.\.\.$/
systemd: /^(?:Starting|Stopping) User Manager for UID \d+\.\.\.$/
systemd: /^(?:Started|Stopped) User Manager for UID \d+\.$/
systemd: /^(?:Started|Stopped) User Manager for UID \d+\.$/
systemd: /^(?:Starting|Stopping|Stopped) (?:target)?
(?:Paths|Timers|Sockets|Basic System|Default|Shutdown)\.$/
systemd: /^(?:Starting|Stopping|Stopped) (?:target
)?(?:Paths|Timers|Sockets|Basic System|Default|Shutdown)\.$/
systemd: /^Reached target (?:Paths|Timers|Sockets|Basic System|Default|Shutdown)\.$/
systemd: /^Reached target (?:Paths|Timers|Sockets|Basic System|Default|Shutdown)\.$/
systemd: /^Startup finished in \d+ms\.$/
systemd: /^Startup finished in \d+ms\.$/
systemd-logind: /^New session [0-9a-f]+ of user \w+.$/
systemd-logind: /^New session [0-9a-f]+ of user \w+.$/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment