Changeset 391

Show
Ignore:
Timestamp:
03/03/07 01:28:15 (2 years ago)
Author:
rats
Message:

- CONFIGS:
* fixed bug #99: fastcgi.conf (and proftpd.conf) are not copied on setup

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configs/proftpd/Makefile

    r390 r391  
    1 RELEASE=`/etc/debian_version|awk '{print $1}'` 
     1RELEASE=`cat /etc/debian_version | awk '{print $1}'` 
    22 
    33export 
     
    1010 
    1111        # Debian 4.0 "Etch"? 
    12         if [[ $(RELEASE) == 4.0 ]] ; then \ 
     12        if [[ $(RELEASE) == '4.0' ]] ; then \ 
    1313                $(SYSTEM_MAKE_DIRS) $(ROOT_CONF)/proftpd ; \ 
    1414                cp ./proftpd.conf $(ROOT_CONF)/proftpd ; \