Changeset 14439 for trunk/dports


Ignore:
Timestamp:
Oct 6, 2005, 1:55:26 PM (19 years ago)
Author:
jberry
Message:

Revert to installation of the rc script as non-executable, once again, as
per the undocumented spec. In this way it defaults to "off". The user enables
the startup script by making it executable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/www/apache2/Portfile

    r14434 r14439  
    1 # $Id: Portfile,v 1.28 2005/10/06 03:00:20 jberry Exp $
     1# $Id: Portfile,v 1.29 2005/10/06 13:55:26 jberry Exp $
    22
    33PortSystem 1.0
    44name             apache2
    55version          2.0.54
    6 revision         3
     6revision         4
    77categories       www
    88maintainers      james@imajes.info
     
    7171
    7272        xinstall -m 755 -d ${rcDir}
    73         xinstall -m 755 ${filespath}/${rcFile} ${rcDir}
     73        xinstall -m 644 ${filespath}/${rcFile} ${rcDir}
    7474        reinplace "s|@@PREFIX@@|${prefix}|g" ${rcDir}/${rcFile}
    7575
Note: See TracChangeset for help on using the changeset viewer.