Skip to content

Commit

Permalink
slices: fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Meulengracht committed Jun 6, 2024
1 parent 9342f81 commit f13bb5c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
10 changes: 5 additions & 5 deletions slices/libpam-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ slices:
# based on input from /usr/share/pam-configs/* and outputs five different files into
# /etc/pam.d/common-{account,auth,password,session,session-non-interactive}. The contents
# of those are directly derived from the contents of the pam-configs.
# Other packages can carry these pam-configs too, and usually invoke pam-auth-update to regenerate
# these five files mentioned.
# pam-config and pam-defaults slices are only used for generation, and are useless for anything else.

# Other packages can carry these pam-configs too, and usually invoke pam-auth-update
# to regenerate these five files mentioned.
# pam-config and pam-defaults slices are only used for generation, and are useless
# for anything else.

# Applications that need libpam for now should just rely on the config and var slices for now -
# Applications that need libpam for now should just rely on the config and var slices for now -
# until appropriate solution for emulating what pam-auth-update can do (or maybe something else).
config:
contents:
Expand Down
2 changes: 1 addition & 1 deletion slices/libsemanage-common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ slices:
config:
contents:
/etc/selinux/semanage.conf:

copyright:
contents:
/usr/share/doc/libsemanage-common/copyright:
2 changes: 1 addition & 1 deletion slices/libwrap0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ slices:
/usr/lib/*-linux-*/libwrap.so.0*:

# The two host-files written by these slices are supposed to dependant on
# the fact that these files do not already exist.
# the fact that these files do not already exist.
# TODO: Use mutation scripts to only write these on a conditional that these
# files don't already exist once starlark supports this, and once conflict
# resolution is implemented.
Expand Down
2 changes: 1 addition & 1 deletion slices/openssh-client.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ essential:
slices:
bins:
# openssh-client depends on adduser as well to create or update
# the ssh agent user during package install - however we
# the ssh agent user during package install - however we
# don't support this currently so adduser is not added here.
essential:
- libc6_libs
Expand Down
3 changes: 2 additions & 1 deletion slices/sensible-utils.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ slices:
/usr/bin/sensible-editor:
/usr/bin/sensible-pager:
/usr/bin/sensible-terminal:

auxillary-bins:
contents:
/usr/share/sensible-utils/bin/gettext:
/usr/share/sensible-utils/bin/realpath:

Expand Down

0 comments on commit f13bb5c

Please sign in to comment.