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 lintian warning #126

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Fix lintian warning #126

merged 1 commit into from
Apr 30, 2024

Conversation

ellert
Copy link
Contributor

@ellert ellert commented Apr 30, 2024

voms-server: chown-with-dot root.voms [usr/share/voms/voms_install_db:276]

chown-with-dot

The named script uses a dot to separate owner and group in a call like
chown user.group but that usage is deprecated.

Please use a colon instead, as in:

chown user:group.

voms-server: chown-with-dot root.voms [usr/share/voms/voms_install_db:276]

chown-with-dot

  The named script uses a dot to separate owner and group in a call like
  chown user.group but that usage is deprecated.

  Please use a colon instead, as in:

  chown user:group.
@giacomini giacomini merged commit 910a8b6 into italiangrid:develop Apr 30, 2024
3 checks passed
@ellert ellert deleted the chown-with-dot branch May 1, 2024 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants