Changeset 2708


Ignore:
Timestamp:
03/20/10 21:41:26 (23 months ago)
Author:
benedikt
Message:
  • [DISTS] Fixed #2246: FreeBSD improvements
Location:
branches/omega-1.0.5
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/omega-1.0.5/CHANGELOG

    r2707 r2708  
    1010                * Removed wc Command 
    1111        - DISTS: 
     12                * Fixed #2246: FreeBSD improvements 
    1213                * Fixed #2285: [FreeBSD] Add needed packages to freebsd-packages 
    1314                * Fixed #2286: [FreeBSD] Correct ispcp.conf -> Local Alias 
  • branches/omega-1.0.5/configs/freebsd/fcgi/parts/master/php5/php.ini

    r2610 r2708  
    215215; 
    216216 
    217 open_basedir = "{WWW_DIR}/{DMN_NAME}/:{CONF_DIR}/:{MR_LOCK_FILE}:/var/run/dmesg.boot:/proc/:/bin/df:/bin/mount:{RKHUNTER_LOG}:{CHKROOTKIT_LOG}:{PEAR_DIR}:{OTHER_ROOTKIT_LOG}" 
     217open_basedir = "{WWW_DIR}/{DMN_NAME}/:{CONF_DIR}/:{MR_LOCK_FILE}:/proc/:/bin/df:/bin/:/sbin/:/usr/bin/:/usr/sbin/:/usr/local/bin/:/usr/local/sbin/:{RKHUNTER_LOG}:{CHKROOTKIT_LOG}:{PEAR_DIR}:{OTHER_ROOTKIT_LOG}" 
    218218 
    219219; This directive allows you to disable certain functions for security reasons. 
  • branches/omega-1.0.5/configs/freebsd/postfix/main.cf

    r2505 r2708  
    114114                               reject_unlisted_recipient, 
    115115                               check_policy_service inet:127.0.0.1:12525, 
    116                                check_policy_service inet:127.0.0.1:60000, 
     116                               check_policy_service inet:127.0.0.1:10023, 
    117117                               permit 
    118118 
Note: See TracChangeset for help on using the changeset viewer.