Bug 249722
| Summary: | restart-slapd has an unreplaced token {{INST-DIR}} | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] 389 | Reporter: | Noriko Hosoi <nhosoi> | ||||||
| Component: | Command Line Utilities | Assignee: | Noriko Hosoi <nhosoi> | ||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Viktor Ashirov <vashirov> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 1.0.4 | ||||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2015-12-07 16:33:28 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Bug Depends On: | |||||||||
| Bug Blocks: | 240316, 427409 | ||||||||
| Attachments: |
|
||||||||
Created attachment 160046 [details]
cvs diff DSCreate.pm.in ( hash key, value: INST-DIR => $inf->{slapd}->{inst_dir} is added )
Created attachment 160073 [details]
cvs commit message
Reviewed by Rich (Thanks!!)
Checked in into HEAD.
Verified, Passed Test machine: neo.dsdev.sjc.redhat.com test run: [root@neo slapd-neo]# egrep slapd ./restart-slapd # Script that restarts the ns-slapd server. /usr/lib/dirsrv/slapd-neo/stop-slapd /usr/lib/dirsrv/slapd-neo/start-slapd [root@neo slapd-neo]# |
Description of problem: restart-slapd in the instance dir has an unreplaced token {{INST-DIR}} $ egrep slapd ./restart-slapd # Script that restarts the ns-slapd server. {{INST-DIR}}/stop-slapd {{INST-DIR}}/start-slapd