[
https://issues.apache.org/jira/browse/DIRSERVER-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13191979#comment-13191979
]
Pierre-Arnaud Marcelot commented on DIRSERVER-1688:
---------------------------------------------------
Thanks for reporting this and providing the fix.
> 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: 2.0.0-M3, 1.5.7
> Environment: Slackware Linux 13.37 32bit
> Reporter: David M. Syzdek
> Assignee: Pierre-Arnaud Marcelot
> Labels: installation, installer
>
> 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