1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-28 03:25:31 +03:00
The systemd System and Service Manager
Go to file
Filipe Brandenburger 27e2779bed rule-syntax-check: fix handling of runaway strings in comma splitting (#8298)
A runaway string should still be returned by the code that splits on
commas, so add a '?' to the regex so that the last '"?' in a string
still produces a valid block for the split code.

Tested:

  ACTION=="remove\"GOTO=""

Which then produced:

  $ test/rule-syntax-check.py src/login/70-uaccess.rules
  # looking at src/login/70-uaccess.rules
  Invalid line src/login/70-uaccess.rules:10: ACTION=="remove\"GOTO=""
    clause: ACTION=="remove\"GOTO=""
2018-02-28 03:11:38 +03:00
.github
.mkosi mkosi: remove intltool from deps 2018-02-16 13:01:12 +01:00
catalog
coccinelle
docs
factory/etc
hwdb hwdb: Fix Chuwi Hi12 orientation sensor (#8266) 2018-02-23 19:57:13 +01:00
man man: suggests TemporaryFileSystem= when people want to nest bind mounts inside InaccessiblePaths= (#8288) 2018-02-27 08:59:03 +01:00
modprobe.d
network
po po: add Japanese translation (#8289) 2018-02-27 22:18:06 +01:00
presets
rules
scripts
shell-completion shell-completion: add --global and unit-paths 2018-02-09 12:27:34 +01:00
src Merge pull request #8297 from filbranden/udevrule1 2018-02-27 22:35:19 +01:00
sysctl.d coredump: accept hostname on command line (#8033) 2018-02-15 12:12:46 +01:00
sysusers.d
test rule-syntax-check: fix handling of runaway strings in comma splitting (#8298) 2018-02-28 03:11:38 +03:00
tmpfiles.d nologin: extend the /run/nologin descriptions a bit (#8244) 2018-02-22 14:21:30 +01:00
tools
travis-ci
units
xorg
.dir-locals.el
.editorconfig
.gitattributes
.gitignore
.mailmap mailmap: one more person 2018-02-14 09:43:49 +01:00
.travis.yml
.vimrc
.ycm_extra_conf.py
CODING_STYLE
configure
DISTRO_PORTING
ENVIRONMENT.md
HACKING
LICENSE.GPL2
LICENSE.LGPL2.1
Makefile
meson_options.txt meson: add -Dmemory-accounting-default=true|false 2018-02-15 12:02:41 +01:00
meson.build tree-wide: use reallocarray instead of our home-grown realloc_multiply (#8279) 2018-02-26 21:20:00 +01:00
mkosi.build
mkosi.default
NEWS meson: add -Dmemory-accounting-default=true|false 2018-02-15 12:02:41 +01:00
README
README.md
TODO TODO: drop one item 2018-02-20 17:25:05 +01:00
TRANSIENT-SETTINGS.md doc: update TRANSIENT-SETTINGS.md 2018-02-21 09:18:22 +09:00
TRANSLATORS Some notes for translators 2018-02-23 20:33:48 +01:00
UIDS-GIDS.md
zanata.xml po: add basic fedora.zanata.org configuration 2018-02-19 13:56:57 +01:00

systemd - System and Service Manager

Count of open issues over time Count of open pull requests over time Build Status
Coverity Scan Status
CII Best Practices

Details

General information about systemd can be found in the systemd Wiki.

Information about build requirements are provided in the README file.

Consult our NEWS file for information about what's new in the most recent systemd versions.

Please see the HACKING file for information how to hack on systemd and test your modifications.

Please see our Contribution Guidelines for more information about filing GitHub Issues and posting GitHub Pull Requests.

When preparing patches for systemd, please follow our Coding Style Guidelines.

If you are looking for support, please contact our mailing list or join our IRC channel.