- Timestamp:
- 10/08/08 15:05:08 (3 months ago)
- Location:
- trunk/client/ebox
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
debian/ebox.postinst (modified) (2 diffs)
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 73 73 DYNAMIC_WWW_DIRS=$(perl -MEBox::Config -e'print EBox::Config::dynamicwww() ; print " " ; print join(" ", @{EBox::Config::dynamicwwwSubdirs()}); print " "; print EBox::Config::downloads; 1;'); 74 74 for DIR in $DYNAMIC_WWW_DIRS; do 75 mkdir -p $DIR76 chown -R ebox:ebox $DIR75 mkdir -p $DIR 76 chown -R ebox:ebox $DIR 77 77 done 78 78 … … 110 110 111 111 112 # migrate log data 113 /usr/share/ebox/ebox-migrate /usr/share/ebox-logs/migration 114 112 115 ;; 113 116 esac
