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

rc-status: Remove unnecessary checks in print_services(). #754

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Sep 25, 2024

  1. rc-status: Remove unnecessary checks in print_services().

    Every caller of the function already gets a list of services from a
    valid librc api, and does filtering themselves.
    navi-desu authored and williamh committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    57a39fd View commit details
    Browse the repository at this point in the history
  2. librc: Don't include stacked runlevels in ls_dir with LS_INITD.

    ls_dir is used to list services in a runlevel, in which directories are
    stacked runlevels, not init scripts. And in general, folders are not
    allowed in init.d dirs anyway.
    navi-desu authored and williamh committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    78d9379 View commit details
    Browse the repository at this point in the history