Changeset 11501 for trunk

Show
Ignore:
Timestamp:
10/08/08 15:05:08 (3 months ago)
Author:
juruen@…
Message:

--- Merging r11497 into 'client/ebox'

Location:
trunk/client/ebox
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/client/ebox

    • Property svn:mergeinfo changed from /branches/mailflogs/ebox:11259-11486,11495-11496 to /branches/mailflogs/ebox:11259-11486,11495-11497
  • trunk/client/ebox/debian/ebox.postinst

    r11487 r11501  
    7373        DYNAMIC_WWW_DIRS=$(perl -MEBox::Config -e'print EBox::Config::dynamicwww() ; print " " ; print join(" ", @{EBox::Config::dynamicwwwSubdirs()}); print " "; print EBox::Config::downloads;  1;');  
    7474        for DIR in $DYNAMIC_WWW_DIRS; do 
    75         mkdir -p $DIR 
    76         chown -R ebox:ebox $DIR 
     75            mkdir -p $DIR 
     76            chown -R ebox:ebox $DIR 
    7777        done 
    7878 
     
    110110         
    111111 
     112        # migrate log data 
     113        /usr/share/ebox/ebox-migrate /usr/share/ebox-logs/migration 
     114 
    112115        ;; 
    113116esac