Uploaded image for project: 'Directory ApacheDS'
  1. Directory ApacheDS
  2. DIRSERVER-1688

Using rm -d is not portable to Slackware

    XMLWordPrintableJSON

Details

    Description

      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$

      Attachments

        Activity

          People

            pamarcelot Pierre-Arnaud Marcelot
            syzdek David M. Syzdek
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: