Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rc-local test in userspace_systemd #5135

Closed

Commits on May 25, 2018

  1. Fix rc-local test in userspace_systemd

    The commit fixes 'check-rc-local' test
    by adding dummy '/etc/init.d/boot.local
    file, as it is required for rc-local
    service to be started. According to the
    systemd maintainers, the file is not
    expected to be added by default anymore.
    
    Related tickets:
    [poo#32548](https://progress.opensuse.org/issues/32548),
    [bsc#1082976](https://bugzilla.suse.com/show_bug.cgi?id=1082976)
    Oleksandr Orlov committed May 25, 2018
    Configuration menu
    Copy the full SHA
    57d5bcd View commit details
    Browse the repository at this point in the history
  2. Fix code style in accordance with travis rules

    This commit is just a result of executed
    tools/tidy script, that applies all the
    required code style rules.
    Oleksandr Orlov committed May 25, 2018
    Configuration menu
    Copy the full SHA
    9f358ef View commit details
    Browse the repository at this point in the history