Changeset 68995df


Ignore:
Timestamp:
01/19/2023 04:17:38 AM (15 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
3aec06b
Parents:
5ad1120
Message:

Add a fogotten sed to apache.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/major/apache.xml

    r5ad1120 r68995df  
    130130
    131131sed '/dir.*CFG_PREFIX/s@^@#@' -i support/apxs.in              &amp;&amp;
     132
     133sed -e '/HTTPD_ROOT/s:${ap_prefix}:/etc/httpd:'       \
     134    -e '/SERVER_CONFIG_FILE/s:${rel_sysconfdir}/::'   \
     135    -e '/AP_TYPES_CONFIG_FILE/s:${rel_sysconfdir}/::' \
     136    -i configure  &amp;&amp;
    132137
    133138./configure --enable-authnz-fcgi                              \
Note: See TracChangeset for help on using the changeset viewer.