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

Several errors by "make install" #39

Merged
merged 4 commits into from
Aug 20, 2017
Merged

Several errors by "make install" #39

merged 4 commits into from
Aug 20, 2017

Conversation

ikedas
Copy link
Member

@ikedas ikedas commented Aug 16, 2017

  • Installing by unprivileged user fails with nonexisting "/bin/true".
    Some platforms have only "/usr/bin/true".

    • Fixed by not using true.
  • sympa_smtpc was installed in "/libexec" directory without prefix.

    • Instead, it will be installed in $bindir.
  • Did not create required spools and created spools that will be automatically created.

    • Fixed by creating only spools not always created automatically.
  • Created spools have world-readable mode (755).

    • Changed mode of created spools to 750.

…bin/true".

- Some platforms (at releast macOS) has only "/usr/bin/true".
- Instead, it will be installed in $bindir.
…s that will be automatically created.

- Fixed by creating only spools not always created automatically.
- Changed mode of created spools (755 to 750).
@ikedas ikedas added the bug label Aug 16, 2017
@ikedas ikedas added this to the 6.2.20 milestone Aug 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant