Changeset 1551

Show
Ignore:
Timestamp:
06/14/08 16:47:21 (3 months ago)
Author:
alo
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • cherokee/trunk/ChangeLog

    r1549 r1551  
    112008-06-14  Alvaro Lopez Ortega  <alvaro@alobbs.com> 
     2 
     3        * Makefile.am (install-data-local): It does not need to create the 
     4        mods-available, mods-enabled, sites-available, sites-enabled 
     5        directories any longer. Patch imported from Debian (Gunnar Wolf). 
    26 
    37        * cherokee/main_guardian.c: Improves PID file management. Now it 
  • cherokee/trunk/Makefile.am

    r1348 r1551  
    9393        @$(mkinstalldirs) $(DESTDIR)$(cherokeeconfdir) 
    9494        @$(mkinstalldirs) $(DESTDIR)$(cherokeeconfdir)/ssl 
    95         @$(mkinstalldirs) $(DESTDIR)$(cherokeeconfdir)/mods-available 
    96         @$(mkinstalldirs) $(DESTDIR)$(cherokeeconfdir)/mods-enabled 
    97         @$(mkinstalldirs) $(DESTDIR)$(cherokeeconfdir)/sites-available 
    98         @$(mkinstalldirs) $(DESTDIR)$(cherokeeconfdir)/sites-enabled 
    9995        @$(mkinstalldirs) $(DESTDIR)$(cherokeeadmindir) 
    10096        @if test -f $(DESTDIR)$(cherokeeconfdir)/cherokee.conf ; then \