Changeset 2722

Show
Ignore:
Timestamp:
06/29/08 17:42:31 (5 months ago)
Author:
dhozac
Message:

Add persistdir for centos5 and make sure the syslog daemon is enabled.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/distrib/centos5/yum/yum.conf

    r2530 r2722  
    99installonlypkgs= 
    1010exactarch=0 
     11persistdir=@YUMLIBDIR@ 
  • trunk/distrib/redhat/initpost

    r2719 r2722  
    5555        case "$i" in 
    5656            functions|halt|killall|single) ;; 
    57             syslog|rsyslog) ;; 
     57            syslog|rsyslog) 
     58                $_VSERVER "$1" chkconfig "$i" on 
     59                ;; 
    5860            *) 
    5961                $_VSERVER "$1" chkconfig "$i" off