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

--with-initddir in configure should accept "no" #1769

Closed
389-ds-bot opened this issue Sep 13, 2020 · 8 comments
Closed

--with-initddir in configure should accept "no" #1769

389-ds-bot opened this issue Sep 13, 2020 · 8 comments
Labels
closed: fixed Migration flag - Issue
Milestone

Comments

@389-ds-bot
Copy link

Cloned from Pagure issue: https://pagure.io/389-ds-base/issue/48447


Our configure script has the current logic:

If systemd:
- disable
else:
- always use initddir

This isn't good form for porting to other distros. initddir should accept ="no" to prevent the creation of /etc/init.d/rc.d scripts.

@389-ds-bot 389-ds-bot added the closed: fixed Migration flag - Issue label Sep 13, 2020
@389-ds-bot 389-ds-bot added this to the 1.3.5 backlog milestone Sep 13, 2020
@389-ds-bot
Copy link
Author

@389-ds-bot
Copy link
Author

Comment from nhosoi (@nhosoi) at 2016-04-19 21:44:41

A question about this line.
472 AM_CONDITIONAL([INITDDIR], [test -z "$with_initdir" -a "$with_initddir" != "no"])

The length of $with_initdir is 0 AND $with_initdir is not "no"? You may want to check the length with '-n'?

@389-ds-bot
Copy link
Author

Comment from firstyear (@Firstyear) at 2016-04-20 04:38:43

I think you are right. I want to check if it's not no AND has some content. I'll fix this up.

@389-ds-bot
Copy link
Author

@389-ds-bot
Copy link
Author

Comment from firstyear (@Firstyear) at 2016-04-20 06:24:41

This update, I checked and double check, the logic is correct.

@389-ds-bot
Copy link
Author

Comment from nhosoi (@nhosoi) at 2016-04-20 21:46:36

Looks good. Thanks.

@389-ds-bot
Copy link
Author

Comment from firstyear (@Firstyear) at 2016-04-26 06:51:19

commit 5c72fee72abfcb5b2d064eb9a640732317d539b1
Total 6 (delta 5), reused 0 (delta 0)
To ssh://git.fedorahosted.org/git/389/ds.git
b2022ca..2b38bec master -> master

@389-ds-bot
Copy link
Author

Comment from firstyear (@Firstyear) at 2017-02-11 23:07:22

Metadata Update from @Firstyear:

  • Issue assigned to Firstyear
  • Issue set to the milestone: 1.3.5 backlog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closed: fixed Migration flag - Issue
Projects
None yet
Development

No branches or pull requests

1 participant