using rm -d is not portable to Slackware
----------------------------------------
Key: DIRSERVER-1688
URL: https://issues.apache.org/jira/browse/DIRSERVER-1688
Project: Directory ApacheDS
Issue Type: Bug
Components: installer-plugin
Affects Versions: 1.5.7, 2.0.0-M3
Environment: Slackware Linux 13.37 32bit
Reporter: David M. Syzdek
The command "rm" does not recognize "-d" on Slackware. I was able to fix the
problem by changing the commands from "rm -fd" to "rm -rf":
syzdek@slack131$ diff apacheds-2.0.0-M3-32bit.bin apacheds.bin
271c271
< rm -rd instance
---
> rm -rf instance
273c273
< rm -rd server
---
> rm -rf server
syzdek@slack131$
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira