Bug 249722

Summary: restart-slapd has an unreplaced token {{INST-DIR}}
Product: [Retired] 389 Reporter: Noriko Hosoi <nhosoi>
Component: Command Line UtilitiesAssignee: 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:
Description Flags
cvs diff DSCreate.pm.in ( hash key, value: INST-DIR => $inf->{slapd}->{inst_dir} is added )
none
cvs commit message none

Description Noriko Hosoi 2007-07-26 17:31:00 UTC
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

Comment 1 Noriko Hosoi 2007-07-26 17:31:01 UTC
Created attachment 160046 [details]
cvs diff DSCreate.pm.in ( hash key, value: INST-DIR => $inf->{slapd}->{inst_dir} is added )

Comment 2 Noriko Hosoi 2007-07-26 20:42:09 UTC
Created attachment 160073 [details]
cvs commit message

Reviewed by Rich (Thanks!!)

Checked in into HEAD.

Comment 3 Yi Zhang 2007-11-28 18:53:28 UTC
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]#