Changeset 435

Show
Ignore:
Timestamp:
03/22/07 00:09:58 (2 years ago)
Author:
rats
Message:

* OpenBSD: fixed bug #119: wrong filename of the BSDMakefile

  • fixed bug #120: missing '$'
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/CHANGELOG

    r431 r435  
    1111|               * gui: disable stats-alias in client menu         | 
    1212\_________________________________________________________________/ 
     13 
     142007-03-21 Benedikt Heintel 
     15        - DISTS: 
     16                * RedHat: Added config files 
     17                * OpenBSD: fixed bug #119: wrong filename of the BSDMakefile 
     18        - ENGINE: 
     19                * fixed bug #120: missing '$' 
    1320 
    14212007-03-18 Benedikt Heintel 
  • trunk/configs/dists/openbsd/apache/BSDmakefile

    r341 r435  
    1414        cp -R ./working $(SYSTEM_CONF)/apache 
    1515        cp -R ./httpd.conf $(ROOT_APACHE_CONF)/vhcs2.conf 
    16         cp -R ./fastcgi.conf ${ROOT_APACHE_CONF}/mods-available/fastcgi.conf 
     16        cp -R ./fastcgi.conf ${ROOT_APACHE_CONF}/fastcgi.conf 
    1717 
    1818uninstall: 
  • trunk/configs/dists/openbsd/awstats/BSDMakefile

    r432 r435  
    1 export 
     1.include <../../../../Makefile.inc> 
    22 
    33install: 
  • trunk/engine/setup/vhcs2-setup

    r425 r435  
    25162516        } 
    25172517 
     2518        if (! -e $main::cfg{'FTPD_CONF_FILE'}) { 
     2519                $rs = set_conf_val('FTPD_CONF_FILE', '/etc/proftpd/proftpd.conf'); 
     2520                return $rs if ($rs != 0); 
     2521 
     2522                $rs = store_conf(); 
     2523                return $rs if ($rs != 0); 
     2524        } 
     2525 
    25182526        if (! -e "$bk_dir/proftpd.conf.vhcs2") { 
    2519  
    2520                 if (! -e $main::cfg{'FTPD_CONF_FILE'}) { 
    2521                         $main::ua{'ftpd_conf_file'} = '/etc/proftpd/proftpd.conf'; 
    2522                         $rs = set_conf_val('FTPD_CONF_FILE', $main::ua{'ftpd_conf_file'}); 
    2523  
    2524                         return $rs if ($rs != 0); 
    2525  
    2526                         $rs = store_conf(); 
    2527  
    2528                         return $rs if ($rs != 0); 
    2529                 } 
    25302527 
    25312528                $cmd = "$main::cfg{'CMD_CP'} -p $main::cfg{'FTPD_CONF_FILE'} $bk_dir/proftpd.conf.system"; 
  • trunk/engine/vhcs2-dmn-mngr

    r434 r435  
    19621962                        return $rs if ($rs != 0); 
    19631963 
    1964                         $rs = setfmode("$root_dir/gui/errordocs/error_top.jpg", $sys_user, httpd_gid, 0640); 
     1964                        $rs = setfmode("$root_dir/gui/errordocs/error_top.jpg", $sys_user, $httpd_gid, 0640); 
    19651965                        return $rs if ($rs != 0); 
    19661966                } 
     
    19811981                        return $rs if ($rs != 0); 
    19821982 
    1983                         $rs = setfmode("$root_dir/gui/errordocs/error_top.jpg", $sys_user, httpd_gid, 0640); 
     1983                        $rs = setfmode("$root_dir/gui/errordocs/error_top.jpg", $sys_user, $httpd_gid, 0640); 
    19841984                        return $rs if ($rs != 0); 
    19851985                } 
     
    20002000                        return $rs if ($rs != 0); 
    20012001 
    2002                         $rs = setfmode("$root_dir/gui/errordocs/error_top.jpg", $sys_user, httpd_gid, 0640); 
     2002                        $rs = setfmode("$root_dir/gui/errordocs/error_top.jpg", $sys_user, $httpd_gid, 0640); 
    20032003                        return $rs if ($rs != 0); 
    20042004                } 
     
    20192019                        return $rs if ($rs != 0); 
    20202020 
    2021                         $rs = setfmode("$root_dir/gui/errordocs/error_top.jpg", $sys_user, httpd_gid, 0640); 
     2021                        $rs = setfmode("$root_dir/gui/errordocs/error_top.jpg", $sys_user, $httpd_gid, 0640); 
    20222022                        return $rs if ($rs != 0); 
    20232023                } 
     
    20522052                return $rs if ($rs != 0); 
    20532053 
    2054                 $rs = setfmode("$www_dir/$dmn_name/htdocs/images", $sys_user, httpd_gid, 0640); 
     2054                $rs = setfmode("$www_dir/$dmn_name/htdocs/images", $sys_user, $httpd_gid, 0640); 
    20552055                return $rs if ($rs != 0); 
    20562056