Uploaded image for project: 'JBoss Core Services'
  1. JBoss Core Services
  2. JBCS-396

sbin is missing in the enable script of jbcs-httpd24

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • httpd 2.4.29 SP1 GA
    • httpd 2.4.23 SP1 GA
    • httpd
    • None
    • 2
    • ?
    • Hide

      Run the following command:

      # scl enable jbcs-httpd24 "which apachectl"                                                                          
      /usr/sbin/apachectl
      

      The expected behavior is:

      # scl enable jbcs-httpd24 "which apachectl"
      /opt/rh/jbcs-httpd24/root/usr/sbin/apachectl
      
      Show
      Run the following command: # scl enable jbcs-httpd24 "which apachectl" /usr/sbin/apachectl The expected behavior is: # scl enable jbcs-httpd24 "which apachectl" /opt/rh/jbcs-httpd24/root/usr/sbin/apachectl

    Description

      The sbin directory is missing in the enable script:

      # cat /opt/rh/jbcs-httpd24/enable
      export PATH=/opt/rh/jbcs-httpd24/root/usr/bin:$PATH
      

      It should be:

      # cat /opt/rh/jbcs-httpd24/enable
      export PATH=/opt/rh/jbcs-httpd24/root/usr/bin:/opt/rh/jbcs-httpd24/root/usr/sbin:$PATH
      

      Attachments

        Activity

          People

            huwang@redhat.com Hui Wang
            rhn-support-hokuda Hisanobu Okuda
            Marek Czernek Marek Czernek (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: