Skip to content

Commit

Permalink
ncm-systemd: Fix bug in syslog_facility regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
jrha committed Dec 16, 2024
1 parent 9fc58d4 commit 6ee9ea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ncm-systemd/src/main/pan/components/systemd/schema.pan
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type hwloc_location = string with match(SELF, '^[\w:.]+$');
syslog facility to use when logging to syslog
}
type syslog_facility = string with match(SELF,
'^(kern|user|mail|daemon|auth|syslog|lprnews|uucp|cron|authpriv|ftp|local[0-7])$'
'^(kern|user|mail|daemon|auth|syslog|lpr|news|uucp|cron|authpriv|ftp|local[0-7])$'
);

@documentation{
Expand Down

0 comments on commit 6ee9ea9

Please sign in to comment.