Bug 229576
| Summary: | clean up template-scriptname which is derived from template-scriptname.in | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] 389 | Reporter: | Noriko Hosoi <nhosoi> | ||||||||
| Component: | Admin | Assignee: | Noriko Hosoi <nhosoi> | ||||||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Viktor Ashirov <vashirov> | ||||||||
| Severity: | medium | Docs Contact: | |||||||||
| Priority: | medium | ||||||||||
| 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 17:15:23 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: | 152373, 240316, 427409 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Noriko Hosoi
2007-02-21 21:19:33 UTC
Created attachment 148536 [details]
email discussion
Created attachment 148538 [details]
cvs commit message
Removed from CVS HEAD.
Verified location:
/share/dev4/ds/ds80/builds/20071129.1/earthquake_rhel4/ldapserver/ldap/admin/src
/share/dev4/ds/ds80/builds/20071129.1/earthquake_rhel4/ldapserver/ldap/admin/src/scripts
There's no scripts having the installed name in the src dir except 5 perl scripts:
$$ ls *db *bak *ldif *slapd *config *pl scripts/{*db,*bak,*ldif,*slapd,*config,*pl}
ls: *db: No such file or directory
ls: *bak: No such file or directory
ls: *ldif: No such file or directory
ls: *slapd: No such file or directory
ls: *config: No such file or directory
ls: scripts/*db: No such file or directory
ls: scripts/*bak: No such file or directory
ls: scripts/*ldif: No such file or directory
ls: scripts/*slapd: No such file or directory
ls: scripts/*config: No such file or directory
ds_viewlog.pl scripts/cl-dump.pl* scripts/template-dsml-activate.pl
logconv.pl* scripts/repl-monitor.pl*
cl-dump.pl, logconv.pl, and repl-monitor.pl are necessary.
template-dsml-activate.pl and ds_viewlog.pl are not used.
Rich gave me "Go" to remove template-dsml-activate.pl and ds_viewlog.pl. (Thanks!) In addition, there are more migration related old template files not being used in 8.0. Do we want to remove them from the source tree, as well? template-migrateInstance5 template-migrateTo6 template-migrate50to51 template-migrateInstance6 template-migrate5to6 template-migrateTo5* Created attachment 274111 [details]
cvs commit message
Approved by Rich (Thank you!!)
Checked in into CVS HEAD.
Obsolete scripts are removed. Verified. |