Skip to content

Commit

Permalink
Merge pull request #1245 from stdweird/metaconfig_fix_regexes
Browse files Browse the repository at this point in the history
ncm-metaconfig: fix warnings from test regexpes
  • Loading branch information
jrha committed Mar 5, 2018
2 parents 5a0166e + cb44915 commit 8fa7987
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Expand Up @@ -4,7 +4,7 @@ multiline
metaconfigservice=/etc/xinetd.d/rsync
---
^service\srsync$
^{$
^\{$
^\s{4}cps\s=\s100 2$
^\s{4}disable\s=\sno$
^\s{4}per_source\s=\s11$
Expand All @@ -13,4 +13,4 @@ metaconfigservice=/etc/xinetd.d/rsync
^\s{4}socket_type\s=\sstream$
^\s{4}user\s=\sroot$
^\s{4}wait\s=\sno$
^}$
^\}$
Expand Up @@ -4,7 +4,7 @@ multiline
metaconfigservice=/etc/xinetd.d/tftp
---
^service\stftp$
^{$
^\{$
^\s{4}cps\s=\s100 2$
^\s{4}disable\s=\sno$
^\s{4}flags\s=\sIPv4$
Expand All @@ -14,4 +14,4 @@ metaconfigservice=/etc/xinetd.d/tftp
^\s{4}socket_type\s=\sdgram$
^\s{4}user\s=\sroot$
^\s{4}wait\s=\syes$
^}$
^\}$
Expand Up @@ -4,11 +4,11 @@ multiline
metaconfigservice=/etc/xinetd.d/time-stream
---
^service\stime$
^{$
^\{$
^\s{4}cps\s=\s100 2$
^\s{4}disable\s=\sno$
^\s{4}per_source\s=\s11$
^\s{4}socket_type\s=\sstream$
^\s{4}user\s=\sroot$
^\s{4}wait\s=\sno$
^}$
^\}$

0 comments on commit 8fa7987

Please sign in to comment.