FreeBSD Bugzilla – Attachment 165317 Details for
Bug 206077
www/tdiary: modernize plist
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
tdiary.patch (text/plain), 27.47 KB, created by
Dmitry Marakasov
on 2016-01-09 15:33:00 UTC
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dmitry Marakasov
Created:
2016-01-09 15:33:00 UTC
Size:
27.47 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 404864) >+++ Makefile (working copy) >@@ -11,6 +11,7 @@ > COMMENT= Web-based diary system (like weblog) written in Ruby > > LICENSE= GPLv2 >+LICENSE_FILE= ${WRKSRC}/LICENSE > > RUN_DEPENDS= rubygem-fastimage>=1.6.3:${PORTSDIR}/graphics/rubygem-fastimage \ > rubygem-hikidoc>=0.1.0:${PORTSDIR}/textproc/rubygem-hikidoc \ >@@ -69,7 +70,6 @@ > @${RM} ${WRKSRC}/.travis.yml > @${RM} ${WRKSRC}/Gemfile > @${RM} ${WRKSRC}/Gemfile.lock >- @${RM} ${WRKSRC}/LICENSE > @${RM} ${WRKSRC}/Procfile > @${RM} ${WRKSRC}/Rakefile > @${RM} ${WRKSRC}/config.ru >@@ -95,16 +95,20 @@ > > do-install: > ${INSTALL_SCRIPT} ${WRKDIR}/${TDIARY_SCRIPT} ${STAGEDIR}${PREFIX}/bin >- @-${MKDIR} ${STAGEDIR}${WWWDIR} >- ${TAR} --exclude "doc" -C ${WRKSRC} -cf - . | ${TAR} --unlink -C ${STAGEDIR}${WWWDIR} -xf - >- @${INSTALL} -d ${STAGEDIR}${DOCSDIR} >+ @${MKDIR} ${STAGEDIR}${WWWDIR} >+ ${TAR} --exclude doc --exclude LICENSE -C ${WRKSRC} -cf - . | ${TAR} --unlink -C ${STAGEDIR}${WWWDIR} -xf - >+ >+do-install-DOCS-on: >+ @${MKDIR} ${STAGEDIR}${DOCSDIR} > cd ${WRKSRC}/doc && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} > > x-generate-plist: stage > ${ECHO_CMD} bin/%%TDIARY_SCRIPT%% > pkg-plist.new >+ ${ECHO_CMD} @owner %%WWWOWN%% >> pkg-plist.new >+ ${ECHO_CMD} @group %%WWWGRP%% >> pkg-plist.new > ${FIND} ${STAGEDIR}${WWWDIR} -type f -o -type l | ${SORT} | ${SED} -e 's,${STAGEDIR}${WWWDIR},%%WWWDIR%%,g' >> pkg-plist.new >- ${FIND} ${STAGEDIR}${WWWDIR} -type d -depth | ${SORT} -r | ${SED} -e 's,${STAGEDIR}${WWWDIR},@dirrm %%WWWDIR%%,g' >> pkg-plist.new >- ${ECHO_CMD} @exec mkdir -p %D/%%WWWDIR%%/tmp >> pkg-plist.new >- ${ECHO_CMD} @exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%% >> pkg-plist.new >+ ${FIND} ${STAGEDIR}${WWWDIR} -type d -depth | ${SORT} -r | ${SED} -e 's,${STAGEDIR}${WWWDIR},@dir %%WWWDIR%%,g' >> pkg-plist.new >+ ${ECHO_CMD} @owner >> pkg-plist.new >+ ${ECHO_CMD} @group >> pkg-plist.new > > .include <bsd.port.mk> >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 404864) >+++ pkg-plist (working copy) >@@ -1,4 +1,6 @@ > bin/%%TDIARY_SCRIPT%% >+@owner %%WWWOWN%% >+@group %%WWWGRP%% > %%WWWDIR%%/Gruntfile.js > %%WWWDIR%%/bin/tdiary > %%WWWDIR%%/bower.json >@@ -1897,391 +1899,391 @@ > %%WWWDIR%%/theme/zef/zef.css > %%WWWDIR%%/update.fcgi > %%WWWDIR%%/update.rb >-@dirrm %%WWWDIR%%/tmp >-@dirrm %%WWWDIR%%/theme/zef >-@dirrm %%WWWDIR%%/theme/yukon >-@dirrm %%WWWDIR%%/theme/ymck >-@dirrm %%WWWDIR%%/theme/xxx >-@dirrm %%WWWDIR%%/theme/xmastree >-@dirrm %%WWWDIR%%/theme/wood >-@dirrm %%WWWDIR%%/theme/winter >-@dirrm %%WWWDIR%%/theme/wine >-@dirrm %%WWWDIR%%/theme/windowz >-@dirrm %%WWWDIR%%/theme/will >-@dirrm %%WWWDIR%%/theme/widthfix >-@dirrm %%WWWDIR%%/theme/whiteout >-@dirrm %%WWWDIR%%/theme/white_flower >-@dirrm %%WWWDIR%%/theme/white-lingerie >-@dirrm %%WWWDIR%%/theme/white >-@dirrm %%WWWDIR%%/theme/web20 >-@dirrm %%WWWDIR%%/theme/wall5_tatami >-@dirrm %%WWWDIR%%/theme/wall4 >-@dirrm %%WWWDIR%%/theme/wall3 >-@dirrm %%WWWDIR%%/theme/wall2 >-@dirrm %%WWWDIR%%/theme/wall1 >-@dirrm %%WWWDIR%%/theme/w2k_button >-@dirrm %%WWWDIR%%/theme/vi >-@dirrm %%WWWDIR%%/theme/utsusemi >-@dirrm %%WWWDIR%%/theme/tuki >-@dirrm %%WWWDIR%%/theme/triple_gray >-@dirrm %%WWWDIR%%/theme/treetop >-@dirrm %%WWWDIR%%/theme/town >-@dirrm %%WWWDIR%%/theme/tour-de-hokkaido >-@dirrm %%WWWDIR%%/theme/tinybox_green >-@dirrm %%WWWDIR%%/theme/tinybox >-@dirrm %%WWWDIR%%/theme/tile >-@dirrm %%WWWDIR%%/theme/thin >-@dirrm %%WWWDIR%%/theme/teacup >-@dirrm %%WWWDIR%%/theme/te >-@dirrm %%WWWDIR%%/theme/tdiarynet >-@dirrm %%WWWDIR%%/theme/tdiary2 >-@dirrm %%WWWDIR%%/theme/tdiary1 >-@dirrm %%WWWDIR%%/theme/tag >-@dirrm %%WWWDIR%%/theme/sunset >-@dirrm %%WWWDIR%%/theme/summer_wave >-@dirrm %%WWWDIR%%/theme/subdued >-@dirrm %%WWWDIR%%/theme/stripe >-@dirrm %%WWWDIR%%/theme/starlight >-@dirrm %%WWWDIR%%/theme/spring >-@dirrm %%WWWDIR%%/theme/soft-gold >-@dirrm %%WWWDIR%%/theme/sodapop >-@dirrm %%WWWDIR%%/theme/soda >-@dirrm %%WWWDIR%%/theme/snowy >-@dirrm %%WWWDIR%%/theme/snow_man >-@dirrm %%WWWDIR%%/theme/snake >-@dirrm %%WWWDIR%%/theme/smoking_white >-@dirrm %%WWWDIR%%/theme/smoking_gray >-@dirrm %%WWWDIR%%/theme/smoking_black >-@dirrm %%WWWDIR%%/theme/sleepy_kitten >-@dirrm %%WWWDIR%%/theme/sky >-@dirrm %%WWWDIR%%/theme/simpleblack >-@dirrm %%WWWDIR%%/theme/simple >-@dirrm %%WWWDIR%%/theme/silver2 >-@dirrm %%WWWDIR%%/theme/silver >-@dirrm %%WWWDIR%%/theme/sidelight >-@dirrm %%WWWDIR%%/theme/shirakaba >-@dirrm %%WWWDIR%%/theme/sepia >-@dirrm %%WWWDIR%%/theme/seam-line >-@dirrm %%WWWDIR%%/theme/scarlet >-@dirrm %%WWWDIR%%/theme/savanna >-@dirrm %%WWWDIR%%/theme/sakura >-@dirrm %%WWWDIR%%/theme/sakana >-@dirrm %%WWWDIR%%/theme/sagegreen >-@dirrm %%WWWDIR%%/theme/s-pink >-@dirrm %%WWWDIR%%/theme/s-blue >-@dirrm %%WWWDIR%%/theme/russet >-@dirrm %%WWWDIR%%/theme/rim-wakabairo >-@dirrm %%WWWDIR%%/theme/rim-tanpopoiro >-@dirrm %%WWWDIR%%/theme/rim-sakurairo >-@dirrm %%WWWDIR%%/theme/rim-mizuiro >-@dirrm %%WWWDIR%%/theme/rim-fujiiro >-@dirrm %%WWWDIR%%/theme/rim-daidaiiro >-@dirrm %%WWWDIR%%/theme/right >-@dirrm %%WWWDIR%%/theme/repro >-@dirrm %%WWWDIR%%/theme/redgrid >-@dirrm %%WWWDIR%%/theme/rectangle >-@dirrm %%WWWDIR%%/theme/rainy-season >-@dirrm %%WWWDIR%%/theme/rain >-@dirrm %%WWWDIR%%/theme/quirky2 >-@dirrm %%WWWDIR%%/theme/quirky >-@dirrm %%WWWDIR%%/theme/quiet_black >-@dirrm %%WWWDIR%%/theme/query111or >-@dirrm %%WWWDIR%%/theme/query110 >-@dirrm %%WWWDIR%%/theme/query101 >-@dirrm %%WWWDIR%%/theme/query011 >-@dirrm %%WWWDIR%%/theme/query000 >-@dirrm %%WWWDIR%%/theme/purple_sun >-@dirrm %%WWWDIR%%/theme/puppy >-@dirrm %%WWWDIR%%/theme/pudding >-@dirrm %%WWWDIR%%/theme/pool_side >-@dirrm %%WWWDIR%%/theme/pokke-orange >-@dirrm %%WWWDIR%%/theme/pokke-blue >-@dirrm %%WWWDIR%%/theme/plum >-@dirrm %%WWWDIR%%/theme/piyo-family >-@dirrm %%WWWDIR%%/theme/pinkgrad >-@dirrm %%WWWDIR%%/theme/pink-border >-@dirrm %%WWWDIR%%/theme/pict >-@dirrm %%WWWDIR%%/theme/pettan >-@dirrm %%WWWDIR%%/theme/petith-b >-@dirrm %%WWWDIR%%/theme/petith >-@dirrm %%WWWDIR%%/theme/pearl >-@dirrm %%WWWDIR%%/theme/pastelpink >-@dirrm %%WWWDIR%%/theme/parabola >-@dirrm %%WWWDIR%%/theme/paper >-@dirrm %%WWWDIR%%/theme/pale >-@dirrm %%WWWDIR%%/theme/pain >-@dirrm %%WWWDIR%%/theme/orkut >-@dirrm %%WWWDIR%%/theme/orangegrad >-@dirrm %%WWWDIR%%/theme/orange_flower >-@dirrm %%WWWDIR%%/theme/orange-border >-@dirrm %%WWWDIR%%/theme/orange-blue >-@dirrm %%WWWDIR%%/theme/orange >-@dirrm %%WWWDIR%%/theme/old-pavement >-@dirrm %%WWWDIR%%/theme/ocha >-@dirrm %%WWWDIR%%/theme/nut-brown >-@dirrm %%WWWDIR%%/theme/noto >-@dirrm %%WWWDIR%%/theme/note >-@dirrm %%WWWDIR%%/theme/noel >-@dirrm %%WWWDIR%%/theme/nippon >-@dirrm %%WWWDIR%%/theme/nenga >-@dirrm %%WWWDIR%%/theme/necktie >-@dirrm %%WWWDIR%%/theme/nebula >-@dirrm %%WWWDIR%%/theme/navy >-@dirrm %%WWWDIR%%/theme/natural_gray >-@dirrm %%WWWDIR%%/theme/natrium >-@dirrm %%WWWDIR%%/theme/narrow >-@dirrm %%WWWDIR%%/theme/nande-ya-nen >-@dirrm %%WWWDIR%%/theme/nahanaha >-@dirrm %%WWWDIR%%/theme/nachtmusik >-@dirrm %%WWWDIR%%/theme/mt_fuji >-@dirrm %%WWWDIR%%/theme/moo >-@dirrm %%WWWDIR%%/theme/monotone >-@dirrm %%WWWDIR%%/theme/monochrome >-@dirrm %%WWWDIR%%/theme/mono >-@dirrm %%WWWDIR%%/theme/momonga >-@dirrm %%WWWDIR%%/theme/momiji >-@dirrm %%WWWDIR%%/theme/mizu >-@dirrm %%WWWDIR%%/theme/mixi-pink >-@dirrm %%WWWDIR%%/theme/mixi-green >-@dirrm %%WWWDIR%%/theme/mixi-blue >-@dirrm %%WWWDIR%%/theme/mixi >-@dirrm %%WWWDIR%%/theme/mirage >-@dirrm %%WWWDIR%%/theme/mintblue >-@dirrm %%WWWDIR%%/theme/mini-p >-@dirrm %%WWWDIR%%/theme/mini-g >-@dirrm %%WWWDIR%%/theme/midnight >-@dirrm %%WWWDIR%%/theme/metal >-@dirrm %%WWWDIR%%/theme/memo3 >-@dirrm %%WWWDIR%%/theme/memo2 >-@dirrm %%WWWDIR%%/theme/memo >-@dirrm %%WWWDIR%%/theme/matcha >-@dirrm %%WWWDIR%%/theme/maroon >-@dirrm %%WWWDIR%%/theme/marguerite >-@dirrm %%WWWDIR%%/theme/manuscript-green >-@dirrm %%WWWDIR%%/theme/manuscript-brown >-@dirrm %%WWWDIR%%/theme/magic >-@dirrm %%WWWDIR%%/theme/madrascheck >-@dirrm %%WWWDIR%%/theme/lr >-@dirrm %%WWWDIR%%/theme/lovely_pink >-@dirrm %%WWWDIR%%/theme/lovely >-@dirrm %%WWWDIR%%/theme/loose-leaf >-@dirrm %%WWWDIR%%/theme/line >-@dirrm %%WWWDIR%%/theme/lime >-@dirrm %%WWWDIR%%/theme/lightning >-@dirrm %%WWWDIR%%/theme/light-blue >-@dirrm %%WWWDIR%%/theme/leafgreen >-@dirrm %%WWWDIR%%/theme/lcd >-@dirrm %%WWWDIR%%/theme/lcars >-@dirrm %%WWWDIR%%/theme/kurenai >-@dirrm %%WWWDIR%%/theme/kotatsu >-@dirrm %%WWWDIR%%/theme/kitchen-natural >-@dirrm %%WWWDIR%%/theme/kitchen-french >-@dirrm %%WWWDIR%%/theme/kitchen-classic >-@dirrm %%WWWDIR%%/theme/kasumi >-@dirrm %%WWWDIR%%/theme/kanshin >-@dirrm %%WWWDIR%%/theme/kanban >-@dirrm %%WWWDIR%%/theme/kaki >-@dirrm %%WWWDIR%%/theme/kaizou >-@dirrm %%WWWDIR%%/theme/kaeru >-@dirrm %%WWWDIR%%/theme/jungler >-@dirrm %%WWWDIR%%/theme/iris >-@dirrm %%WWWDIR%%/theme/hydrangea >-@dirrm %%WWWDIR%%/theme/husen >-@dirrm %%WWWDIR%%/theme/hsbt >-@dirrm %%WWWDIR%%/theme/himawari >-@dirrm %%WWWDIR%%/theme/hellali >-@dirrm %%WWWDIR%%/theme/hazakura >-@dirrm %%WWWDIR%%/theme/hatena_water >-@dirrm %%WWWDIR%%/theme/hatena_savanna-white >-@dirrm %%WWWDIR%%/theme/hatena_savanna-red >-@dirrm %%WWWDIR%%/theme/hatena_savanna-green >-@dirrm %%WWWDIR%%/theme/hatena_savanna-blue >-@dirrm %%WWWDIR%%/theme/hatena_rainyseason >-@dirrm %%WWWDIR%%/theme/hatena_leaf >-@dirrm %%WWWDIR%%/theme/hatena_japanese >-@dirrm %%WWWDIR%%/theme/hatena_cinnamon >-@dirrm %%WWWDIR%%/theme/hatena-white >-@dirrm %%WWWDIR%%/theme/hatena-tea >-@dirrm %%WWWDIR%%/theme/hatena-sepia >-@dirrm %%WWWDIR%%/theme/hatena-red >-@dirrm %%WWWDIR%%/theme/hatena-purple >-@dirrm %%WWWDIR%%/theme/hatena-pink >-@dirrm %%WWWDIR%%/theme/hatena-orange >-@dirrm %%WWWDIR%%/theme/hatena-lime >-@dirrm %%WWWDIR%%/theme/hatena-lightgray >-@dirrm %%WWWDIR%%/theme/hatena-lightblue >-@dirrm %%WWWDIR%%/theme/hatena-green >-@dirrm %%WWWDIR%%/theme/hatena-darkgray >-@dirrm %%WWWDIR%%/theme/hatena-brown >-@dirrm %%WWWDIR%%/theme/hatena-black >-@dirrm %%WWWDIR%%/theme/hatena >-@dirrm %%WWWDIR%%/theme/haru >-@dirrm %%WWWDIR%%/theme/happa >-@dirrm %%WWWDIR%%/theme/halloween >-@dirrm %%WWWDIR%%/theme/gustav >-@dirrm %%WWWDIR%%/theme/greentea3 >-@dirrm %%WWWDIR%%/theme/green_leaves >-@dirrm %%WWWDIR%%/theme/green-tea >-@dirrm %%WWWDIR%%/theme/green-border >-@dirrm %%WWWDIR%%/theme/gray2 >-@dirrm %%WWWDIR%%/theme/gray-note >-@dirrm %%WWWDIR%%/theme/gray >-@dirrm %%WWWDIR%%/theme/gold >-@dirrm %%WWWDIR%%/theme/glass_yellow >-@dirrm %%WWWDIR%%/theme/glass_red >-@dirrm %%WWWDIR%%/theme/glass_purple >-@dirrm %%WWWDIR%%/theme/glass_pink >-@dirrm %%WWWDIR%%/theme/glass_orange >-@dirrm %%WWWDIR%%/theme/glass_light_blue >-@dirrm %%WWWDIR%%/theme/glass_green >-@dirrm %%WWWDIR%%/theme/glass_emerald >-@dirrm %%WWWDIR%%/theme/glass_blue >-@dirrm %%WWWDIR%%/theme/glass >-@dirrm %%WWWDIR%%/theme/giza >-@dirrm %%WWWDIR%%/theme/ginkgo >-@dirrm %%WWWDIR%%/theme/gingham-yellow >-@dirrm %%WWWDIR%%/theme/gingham-purple >-@dirrm %%WWWDIR%%/theme/gingham-green >-@dirrm %%WWWDIR%%/theme/gingham-gray >-@dirrm %%WWWDIR%%/theme/gingham-blue >-@dirrm %%WWWDIR%%/theme/germany >-@dirrm %%WWWDIR%%/theme/gear >-@dirrm %%WWWDIR%%/theme/gardenia >-@dirrm %%WWWDIR%%/theme/garden >-@dirrm %%WWWDIR%%/theme/futaba >-@dirrm %%WWWDIR%%/theme/fri >-@dirrm %%WWWDIR%%/theme/fluxbox3 >-@dirrm %%WWWDIR%%/theme/fluxbox2 >-@dirrm %%WWWDIR%%/theme/fluxbox >-@dirrm %%WWWDIR%%/theme/flower >-@dirrm %%WWWDIR%%/theme/fine >-@dirrm %%WWWDIR%%/theme/emboss >-@dirrm %%WWWDIR%%/theme/easy >-@dirrm %%WWWDIR%%/theme/earth-brown >-@dirrm %%WWWDIR%%/theme/double >-@dirrm %%WWWDIR%%/theme/dotted_line-red >-@dirrm %%WWWDIR%%/theme/dotted_line-green >-@dirrm %%WWWDIR%%/theme/dotted_line-blue >-@dirrm %%WWWDIR%%/theme/dot-sky >-@dirrm %%WWWDIR%%/theme/dot-pink >-@dirrm %%WWWDIR%%/theme/dot-orange >-@dirrm %%WWWDIR%%/theme/dot-lime >-@dirrm %%WWWDIR%%/theme/dot >-@dirrm %%WWWDIR%%/theme/dog >-@dirrm %%WWWDIR%%/theme/digital_gadgets >-@dirrm %%WWWDIR%%/theme/dice >-@dirrm %%WWWDIR%%/theme/diamond_dust >-@dirrm %%WWWDIR%%/theme/desert >-@dirrm %%WWWDIR%%/theme/delta >-@dirrm %%WWWDIR%%/theme/default >-@dirrm %%WWWDIR%%/theme/deepblue >-@dirrm %%WWWDIR%%/theme/date >-@dirrm %%WWWDIR%%/theme/darkwhite >-@dirrm %%WWWDIR%%/theme/darkness-pop >-@dirrm %%WWWDIR%%/theme/curtain >-@dirrm %%WWWDIR%%/theme/cross >-@dirrm %%WWWDIR%%/theme/cosmos >-@dirrm %%WWWDIR%%/theme/cool_ice >-@dirrm %%WWWDIR%%/theme/colorlabel >-@dirrm %%WWWDIR%%/theme/clover >-@dirrm %%WWWDIR%%/theme/city >-@dirrm %%WWWDIR%%/theme/citrus >-@dirrm %%WWWDIR%%/theme/christmas >-@dirrm %%WWWDIR%%/theme/chiffon_skyblue >-@dirrm %%WWWDIR%%/theme/chiffon_pink >-@dirrm %%WWWDIR%%/theme/chiffon_leafgreen >-@dirrm %%WWWDIR%%/theme/cherry_blossom_r >-@dirrm %%WWWDIR%%/theme/cherry_blossom >-@dirrm %%WWWDIR%%/theme/cherry >-@dirrm %%WWWDIR%%/theme/check >-@dirrm %%WWWDIR%%/theme/cat >-@dirrm %%WWWDIR%%/theme/cards >-@dirrm %%WWWDIR%%/theme/candy >-@dirrm %%WWWDIR%%/theme/cafe-mint-julep-soda >-@dirrm %%WWWDIR%%/theme/bubble >-@dirrm %%WWWDIR%%/theme/brown >-@dirrm %%WWWDIR%%/theme/britannian >-@dirrm %%WWWDIR%%/theme/bright-green >-@dirrm %%WWWDIR%%/theme/bootstrap/js >-@dirrm %%WWWDIR%%/theme/bootstrap/img >-@dirrm %%WWWDIR%%/theme/bootstrap/css >-@dirrm %%WWWDIR%%/theme/bootstrap >-@dirrm %%WWWDIR%%/theme/book3-sky >-@dirrm %%WWWDIR%%/theme/book2-feminine >-@dirrm %%WWWDIR%%/theme/book >-@dirrm %%WWWDIR%%/theme/bluely >-@dirrm %%WWWDIR%%/theme/bluegrad >-@dirrm %%WWWDIR%%/theme/blue-feather >-@dirrm %%WWWDIR%%/theme/blue-dash >-@dirrm %%WWWDIR%%/theme/blue-border >-@dirrm %%WWWDIR%%/theme/blackbox >-@dirrm %%WWWDIR%%/theme/blackboard >-@dirrm %%WWWDIR%%/theme/black_mamba >-@dirrm %%WWWDIR%%/theme/black-red >-@dirrm %%WWWDIR%%/theme/black-lingerie >-@dirrm %%WWWDIR%%/theme/black-green >-@dirrm %%WWWDIR%%/theme/black-blue >-@dirrm %%WWWDIR%%/theme/bistro_menu >-@dirrm %%WWWDIR%%/theme/bill >-@dirrm %%WWWDIR%%/theme/be_r5 >-@dirrm %%WWWDIR%%/theme/babypink >-@dirrm %%WWWDIR%%/theme/autumn >-@dirrm %%WWWDIR%%/theme/at >-@dirrm %%WWWDIR%%/theme/asterisk-pink >-@dirrm %%WWWDIR%%/theme/asterisk-orange >-@dirrm %%WWWDIR%%/theme/asterisk-maroon >-@dirrm %%WWWDIR%%/theme/asterisk-lightgray >-@dirrm %%WWWDIR%%/theme/asterisk-blue >-@dirrm %%WWWDIR%%/theme/artnouveau-red >-@dirrm %%WWWDIR%%/theme/artnouveau-green >-@dirrm %%WWWDIR%%/theme/artnouveau-blue >-@dirrm %%WWWDIR%%/theme/arrow >-@dirrm %%WWWDIR%%/theme/aqua >-@dirrm %%WWWDIR%%/theme/aoikuruma >-@dirrm %%WWWDIR%%/theme/another_blue >-@dirrm %%WWWDIR%%/theme/alfa >-@dirrm %%WWWDIR%%/theme/90 >-@dirrm %%WWWDIR%%/theme/3pink >-@dirrm %%WWWDIR%%/theme/3minutes >-@dirrm %%WWWDIR%%/theme >-@dirrm %%WWWDIR%%/tdiary/tasks >-@dirrm %%WWWDIR%%/tdiary/style >-@dirrm %%WWWDIR%%/tdiary/rack/auth >-@dirrm %%WWWDIR%%/tdiary/rack/assets >-@dirrm %%WWWDIR%%/tdiary/rack >-@dirrm %%WWWDIR%%/tdiary/lang >-@dirrm %%WWWDIR%%/tdiary/io >-@dirrm %%WWWDIR%%/tdiary/filter >-@dirrm %%WWWDIR%%/tdiary/extensions >-@dirrm %%WWWDIR%%/tdiary/dispatcher >-@dirrm %%WWWDIR%%/tdiary/cache >-@dirrm %%WWWDIR%%/tdiary/application/extensions >-@dirrm %%WWWDIR%%/tdiary/application >-@dirrm %%WWWDIR%%/tdiary >-@dirrm %%WWWDIR%%/skel >-@dirrm %%WWWDIR%%/plugin/ja >-@dirrm %%WWWDIR%%/plugin/en >-@dirrm %%WWWDIR%%/plugin >-@dirrm %%WWWDIR%%/misc/theme_convert >-@dirrm %%WWWDIR%%/misc/templates >-@dirrm %%WWWDIR%%/misc/plugin/xmlrpc >-@dirrm %%WWWDIR%%/misc/plugin/ja >-@dirrm %%WWWDIR%%/misc/plugin/en >-@dirrm %%WWWDIR%%/misc/plugin/amazon >-@dirrm %%WWWDIR%%/misc/plugin >-@dirrm %%WWWDIR%%/misc/paas/sqale >-@dirrm %%WWWDIR%%/misc/paas/heroku >-@dirrm %%WWWDIR%%/misc/paas/cloudfoundry >-@dirrm %%WWWDIR%%/misc/paas >-@dirrm %%WWWDIR%%/misc/lib >-@dirrm %%WWWDIR%%/misc/filter/plugin/ja >-@dirrm %%WWWDIR%%/misc/filter/plugin/en >-@dirrm %%WWWDIR%%/misc/filter/plugin >-@dirrm %%WWWDIR%%/misc/filter >-@dirrm %%WWWDIR%%/misc >-@dirrm %%WWWDIR%%/js >-@dirrm %%WWWDIR%%/data >-@dirrm %%WWWDIR%%/bin >-@dirrm %%WWWDIR%% >-@exec mkdir -p %D/%%WWWDIR%%/tmp >-@exec chown -R %%WWWOWN%%:%%WWWGRP%% %D/%%WWWDIR%% >+@dir %%WWWDIR%%/tmp >+@dir %%WWWDIR%%/theme/zef >+@dir %%WWWDIR%%/theme/yukon >+@dir %%WWWDIR%%/theme/ymck >+@dir %%WWWDIR%%/theme/xxx >+@dir %%WWWDIR%%/theme/xmastree >+@dir %%WWWDIR%%/theme/wood >+@dir %%WWWDIR%%/theme/winter >+@dir %%WWWDIR%%/theme/wine >+@dir %%WWWDIR%%/theme/windowz >+@dir %%WWWDIR%%/theme/will >+@dir %%WWWDIR%%/theme/widthfix >+@dir %%WWWDIR%%/theme/whiteout >+@dir %%WWWDIR%%/theme/white_flower >+@dir %%WWWDIR%%/theme/white-lingerie >+@dir %%WWWDIR%%/theme/white >+@dir %%WWWDIR%%/theme/web20 >+@dir %%WWWDIR%%/theme/wall5_tatami >+@dir %%WWWDIR%%/theme/wall4 >+@dir %%WWWDIR%%/theme/wall3 >+@dir %%WWWDIR%%/theme/wall2 >+@dir %%WWWDIR%%/theme/wall1 >+@dir %%WWWDIR%%/theme/w2k_button >+@dir %%WWWDIR%%/theme/vi >+@dir %%WWWDIR%%/theme/utsusemi >+@dir %%WWWDIR%%/theme/tuki >+@dir %%WWWDIR%%/theme/triple_gray >+@dir %%WWWDIR%%/theme/treetop >+@dir %%WWWDIR%%/theme/town >+@dir %%WWWDIR%%/theme/tour-de-hokkaido >+@dir %%WWWDIR%%/theme/tinybox_green >+@dir %%WWWDIR%%/theme/tinybox >+@dir %%WWWDIR%%/theme/tile >+@dir %%WWWDIR%%/theme/thin >+@dir %%WWWDIR%%/theme/teacup >+@dir %%WWWDIR%%/theme/te >+@dir %%WWWDIR%%/theme/tdiarynet >+@dir %%WWWDIR%%/theme/tdiary2 >+@dir %%WWWDIR%%/theme/tdiary1 >+@dir %%WWWDIR%%/theme/tag >+@dir %%WWWDIR%%/theme/sunset >+@dir %%WWWDIR%%/theme/summer_wave >+@dir %%WWWDIR%%/theme/subdued >+@dir %%WWWDIR%%/theme/stripe >+@dir %%WWWDIR%%/theme/starlight >+@dir %%WWWDIR%%/theme/spring >+@dir %%WWWDIR%%/theme/soft-gold >+@dir %%WWWDIR%%/theme/sodapop >+@dir %%WWWDIR%%/theme/soda >+@dir %%WWWDIR%%/theme/snowy >+@dir %%WWWDIR%%/theme/snow_man >+@dir %%WWWDIR%%/theme/snake >+@dir %%WWWDIR%%/theme/smoking_white >+@dir %%WWWDIR%%/theme/smoking_gray >+@dir %%WWWDIR%%/theme/smoking_black >+@dir %%WWWDIR%%/theme/sleepy_kitten >+@dir %%WWWDIR%%/theme/sky >+@dir %%WWWDIR%%/theme/simpleblack >+@dir %%WWWDIR%%/theme/simple >+@dir %%WWWDIR%%/theme/silver2 >+@dir %%WWWDIR%%/theme/silver >+@dir %%WWWDIR%%/theme/sidelight >+@dir %%WWWDIR%%/theme/shirakaba >+@dir %%WWWDIR%%/theme/sepia >+@dir %%WWWDIR%%/theme/seam-line >+@dir %%WWWDIR%%/theme/scarlet >+@dir %%WWWDIR%%/theme/savanna >+@dir %%WWWDIR%%/theme/sakura >+@dir %%WWWDIR%%/theme/sakana >+@dir %%WWWDIR%%/theme/sagegreen >+@dir %%WWWDIR%%/theme/s-pink >+@dir %%WWWDIR%%/theme/s-blue >+@dir %%WWWDIR%%/theme/russet >+@dir %%WWWDIR%%/theme/rim-wakabairo >+@dir %%WWWDIR%%/theme/rim-tanpopoiro >+@dir %%WWWDIR%%/theme/rim-sakurairo >+@dir %%WWWDIR%%/theme/rim-mizuiro >+@dir %%WWWDIR%%/theme/rim-fujiiro >+@dir %%WWWDIR%%/theme/rim-daidaiiro >+@dir %%WWWDIR%%/theme/right >+@dir %%WWWDIR%%/theme/repro >+@dir %%WWWDIR%%/theme/redgrid >+@dir %%WWWDIR%%/theme/rectangle >+@dir %%WWWDIR%%/theme/rainy-season >+@dir %%WWWDIR%%/theme/rain >+@dir %%WWWDIR%%/theme/quirky2 >+@dir %%WWWDIR%%/theme/quirky >+@dir %%WWWDIR%%/theme/quiet_black >+@dir %%WWWDIR%%/theme/query111or >+@dir %%WWWDIR%%/theme/query110 >+@dir %%WWWDIR%%/theme/query101 >+@dir %%WWWDIR%%/theme/query011 >+@dir %%WWWDIR%%/theme/query000 >+@dir %%WWWDIR%%/theme/purple_sun >+@dir %%WWWDIR%%/theme/puppy >+@dir %%WWWDIR%%/theme/pudding >+@dir %%WWWDIR%%/theme/pool_side >+@dir %%WWWDIR%%/theme/pokke-orange >+@dir %%WWWDIR%%/theme/pokke-blue >+@dir %%WWWDIR%%/theme/plum >+@dir %%WWWDIR%%/theme/piyo-family >+@dir %%WWWDIR%%/theme/pinkgrad >+@dir %%WWWDIR%%/theme/pink-border >+@dir %%WWWDIR%%/theme/pict >+@dir %%WWWDIR%%/theme/pettan >+@dir %%WWWDIR%%/theme/petith-b >+@dir %%WWWDIR%%/theme/petith >+@dir %%WWWDIR%%/theme/pearl >+@dir %%WWWDIR%%/theme/pastelpink >+@dir %%WWWDIR%%/theme/parabola >+@dir %%WWWDIR%%/theme/paper >+@dir %%WWWDIR%%/theme/pale >+@dir %%WWWDIR%%/theme/pain >+@dir %%WWWDIR%%/theme/orkut >+@dir %%WWWDIR%%/theme/orangegrad >+@dir %%WWWDIR%%/theme/orange_flower >+@dir %%WWWDIR%%/theme/orange-border >+@dir %%WWWDIR%%/theme/orange-blue >+@dir %%WWWDIR%%/theme/orange >+@dir %%WWWDIR%%/theme/old-pavement >+@dir %%WWWDIR%%/theme/ocha >+@dir %%WWWDIR%%/theme/nut-brown >+@dir %%WWWDIR%%/theme/noto >+@dir %%WWWDIR%%/theme/note >+@dir %%WWWDIR%%/theme/noel >+@dir %%WWWDIR%%/theme/nippon >+@dir %%WWWDIR%%/theme/nenga >+@dir %%WWWDIR%%/theme/necktie >+@dir %%WWWDIR%%/theme/nebula >+@dir %%WWWDIR%%/theme/navy >+@dir %%WWWDIR%%/theme/natural_gray >+@dir %%WWWDIR%%/theme/natrium >+@dir %%WWWDIR%%/theme/narrow >+@dir %%WWWDIR%%/theme/nande-ya-nen >+@dir %%WWWDIR%%/theme/nahanaha >+@dir %%WWWDIR%%/theme/nachtmusik >+@dir %%WWWDIR%%/theme/mt_fuji >+@dir %%WWWDIR%%/theme/moo >+@dir %%WWWDIR%%/theme/monotone >+@dir %%WWWDIR%%/theme/monochrome >+@dir %%WWWDIR%%/theme/mono >+@dir %%WWWDIR%%/theme/momonga >+@dir %%WWWDIR%%/theme/momiji >+@dir %%WWWDIR%%/theme/mizu >+@dir %%WWWDIR%%/theme/mixi-pink >+@dir %%WWWDIR%%/theme/mixi-green >+@dir %%WWWDIR%%/theme/mixi-blue >+@dir %%WWWDIR%%/theme/mixi >+@dir %%WWWDIR%%/theme/mirage >+@dir %%WWWDIR%%/theme/mintblue >+@dir %%WWWDIR%%/theme/mini-p >+@dir %%WWWDIR%%/theme/mini-g >+@dir %%WWWDIR%%/theme/midnight >+@dir %%WWWDIR%%/theme/metal >+@dir %%WWWDIR%%/theme/memo3 >+@dir %%WWWDIR%%/theme/memo2 >+@dir %%WWWDIR%%/theme/memo >+@dir %%WWWDIR%%/theme/matcha >+@dir %%WWWDIR%%/theme/maroon >+@dir %%WWWDIR%%/theme/marguerite >+@dir %%WWWDIR%%/theme/manuscript-green >+@dir %%WWWDIR%%/theme/manuscript-brown >+@dir %%WWWDIR%%/theme/magic >+@dir %%WWWDIR%%/theme/madrascheck >+@dir %%WWWDIR%%/theme/lr >+@dir %%WWWDIR%%/theme/lovely_pink >+@dir %%WWWDIR%%/theme/lovely >+@dir %%WWWDIR%%/theme/loose-leaf >+@dir %%WWWDIR%%/theme/line >+@dir %%WWWDIR%%/theme/lime >+@dir %%WWWDIR%%/theme/lightning >+@dir %%WWWDIR%%/theme/light-blue >+@dir %%WWWDIR%%/theme/leafgreen >+@dir %%WWWDIR%%/theme/lcd >+@dir %%WWWDIR%%/theme/lcars >+@dir %%WWWDIR%%/theme/kurenai >+@dir %%WWWDIR%%/theme/kotatsu >+@dir %%WWWDIR%%/theme/kitchen-natural >+@dir %%WWWDIR%%/theme/kitchen-french >+@dir %%WWWDIR%%/theme/kitchen-classic >+@dir %%WWWDIR%%/theme/kasumi >+@dir %%WWWDIR%%/theme/kanshin >+@dir %%WWWDIR%%/theme/kanban >+@dir %%WWWDIR%%/theme/kaki >+@dir %%WWWDIR%%/theme/kaizou >+@dir %%WWWDIR%%/theme/kaeru >+@dir %%WWWDIR%%/theme/jungler >+@dir %%WWWDIR%%/theme/iris >+@dir %%WWWDIR%%/theme/hydrangea >+@dir %%WWWDIR%%/theme/husen >+@dir %%WWWDIR%%/theme/hsbt >+@dir %%WWWDIR%%/theme/himawari >+@dir %%WWWDIR%%/theme/hellali >+@dir %%WWWDIR%%/theme/hazakura >+@dir %%WWWDIR%%/theme/hatena_water >+@dir %%WWWDIR%%/theme/hatena_savanna-white >+@dir %%WWWDIR%%/theme/hatena_savanna-red >+@dir %%WWWDIR%%/theme/hatena_savanna-green >+@dir %%WWWDIR%%/theme/hatena_savanna-blue >+@dir %%WWWDIR%%/theme/hatena_rainyseason >+@dir %%WWWDIR%%/theme/hatena_leaf >+@dir %%WWWDIR%%/theme/hatena_japanese >+@dir %%WWWDIR%%/theme/hatena_cinnamon >+@dir %%WWWDIR%%/theme/hatena-white >+@dir %%WWWDIR%%/theme/hatena-tea >+@dir %%WWWDIR%%/theme/hatena-sepia >+@dir %%WWWDIR%%/theme/hatena-red >+@dir %%WWWDIR%%/theme/hatena-purple >+@dir %%WWWDIR%%/theme/hatena-pink >+@dir %%WWWDIR%%/theme/hatena-orange >+@dir %%WWWDIR%%/theme/hatena-lime >+@dir %%WWWDIR%%/theme/hatena-lightgray >+@dir %%WWWDIR%%/theme/hatena-lightblue >+@dir %%WWWDIR%%/theme/hatena-green >+@dir %%WWWDIR%%/theme/hatena-darkgray >+@dir %%WWWDIR%%/theme/hatena-brown >+@dir %%WWWDIR%%/theme/hatena-black >+@dir %%WWWDIR%%/theme/hatena >+@dir %%WWWDIR%%/theme/haru >+@dir %%WWWDIR%%/theme/happa >+@dir %%WWWDIR%%/theme/halloween >+@dir %%WWWDIR%%/theme/gustav >+@dir %%WWWDIR%%/theme/greentea3 >+@dir %%WWWDIR%%/theme/green_leaves >+@dir %%WWWDIR%%/theme/green-tea >+@dir %%WWWDIR%%/theme/green-border >+@dir %%WWWDIR%%/theme/gray2 >+@dir %%WWWDIR%%/theme/gray-note >+@dir %%WWWDIR%%/theme/gray >+@dir %%WWWDIR%%/theme/gold >+@dir %%WWWDIR%%/theme/glass_yellow >+@dir %%WWWDIR%%/theme/glass_red >+@dir %%WWWDIR%%/theme/glass_purple >+@dir %%WWWDIR%%/theme/glass_pink >+@dir %%WWWDIR%%/theme/glass_orange >+@dir %%WWWDIR%%/theme/glass_light_blue >+@dir %%WWWDIR%%/theme/glass_green >+@dir %%WWWDIR%%/theme/glass_emerald >+@dir %%WWWDIR%%/theme/glass_blue >+@dir %%WWWDIR%%/theme/glass >+@dir %%WWWDIR%%/theme/giza >+@dir %%WWWDIR%%/theme/ginkgo >+@dir %%WWWDIR%%/theme/gingham-yellow >+@dir %%WWWDIR%%/theme/gingham-purple >+@dir %%WWWDIR%%/theme/gingham-green >+@dir %%WWWDIR%%/theme/gingham-gray >+@dir %%WWWDIR%%/theme/gingham-blue >+@dir %%WWWDIR%%/theme/germany >+@dir %%WWWDIR%%/theme/gear >+@dir %%WWWDIR%%/theme/gardenia >+@dir %%WWWDIR%%/theme/garden >+@dir %%WWWDIR%%/theme/futaba >+@dir %%WWWDIR%%/theme/fri >+@dir %%WWWDIR%%/theme/fluxbox3 >+@dir %%WWWDIR%%/theme/fluxbox2 >+@dir %%WWWDIR%%/theme/fluxbox >+@dir %%WWWDIR%%/theme/flower >+@dir %%WWWDIR%%/theme/fine >+@dir %%WWWDIR%%/theme/emboss >+@dir %%WWWDIR%%/theme/easy >+@dir %%WWWDIR%%/theme/earth-brown >+@dir %%WWWDIR%%/theme/double >+@dir %%WWWDIR%%/theme/dotted_line-red >+@dir %%WWWDIR%%/theme/dotted_line-green >+@dir %%WWWDIR%%/theme/dotted_line-blue >+@dir %%WWWDIR%%/theme/dot-sky >+@dir %%WWWDIR%%/theme/dot-pink >+@dir %%WWWDIR%%/theme/dot-orange >+@dir %%WWWDIR%%/theme/dot-lime >+@dir %%WWWDIR%%/theme/dot >+@dir %%WWWDIR%%/theme/dog >+@dir %%WWWDIR%%/theme/digital_gadgets >+@dir %%WWWDIR%%/theme/dice >+@dir %%WWWDIR%%/theme/diamond_dust >+@dir %%WWWDIR%%/theme/desert >+@dir %%WWWDIR%%/theme/delta >+@dir %%WWWDIR%%/theme/default >+@dir %%WWWDIR%%/theme/deepblue >+@dir %%WWWDIR%%/theme/date >+@dir %%WWWDIR%%/theme/darkwhite >+@dir %%WWWDIR%%/theme/darkness-pop >+@dir %%WWWDIR%%/theme/curtain >+@dir %%WWWDIR%%/theme/cross >+@dir %%WWWDIR%%/theme/cosmos >+@dir %%WWWDIR%%/theme/cool_ice >+@dir %%WWWDIR%%/theme/colorlabel >+@dir %%WWWDIR%%/theme/clover >+@dir %%WWWDIR%%/theme/city >+@dir %%WWWDIR%%/theme/citrus >+@dir %%WWWDIR%%/theme/christmas >+@dir %%WWWDIR%%/theme/chiffon_skyblue >+@dir %%WWWDIR%%/theme/chiffon_pink >+@dir %%WWWDIR%%/theme/chiffon_leafgreen >+@dir %%WWWDIR%%/theme/cherry_blossom_r >+@dir %%WWWDIR%%/theme/cherry_blossom >+@dir %%WWWDIR%%/theme/cherry >+@dir %%WWWDIR%%/theme/check >+@dir %%WWWDIR%%/theme/cat >+@dir %%WWWDIR%%/theme/cards >+@dir %%WWWDIR%%/theme/candy >+@dir %%WWWDIR%%/theme/cafe-mint-julep-soda >+@dir %%WWWDIR%%/theme/bubble >+@dir %%WWWDIR%%/theme/brown >+@dir %%WWWDIR%%/theme/britannian >+@dir %%WWWDIR%%/theme/bright-green >+@dir %%WWWDIR%%/theme/bootstrap/js >+@dir %%WWWDIR%%/theme/bootstrap/img >+@dir %%WWWDIR%%/theme/bootstrap/css >+@dir %%WWWDIR%%/theme/bootstrap >+@dir %%WWWDIR%%/theme/book3-sky >+@dir %%WWWDIR%%/theme/book2-feminine >+@dir %%WWWDIR%%/theme/book >+@dir %%WWWDIR%%/theme/bluely >+@dir %%WWWDIR%%/theme/bluegrad >+@dir %%WWWDIR%%/theme/blue-feather >+@dir %%WWWDIR%%/theme/blue-dash >+@dir %%WWWDIR%%/theme/blue-border >+@dir %%WWWDIR%%/theme/blackbox >+@dir %%WWWDIR%%/theme/blackboard >+@dir %%WWWDIR%%/theme/black_mamba >+@dir %%WWWDIR%%/theme/black-red >+@dir %%WWWDIR%%/theme/black-lingerie >+@dir %%WWWDIR%%/theme/black-green >+@dir %%WWWDIR%%/theme/black-blue >+@dir %%WWWDIR%%/theme/bistro_menu >+@dir %%WWWDIR%%/theme/bill >+@dir %%WWWDIR%%/theme/be_r5 >+@dir %%WWWDIR%%/theme/babypink >+@dir %%WWWDIR%%/theme/autumn >+@dir %%WWWDIR%%/theme/at >+@dir %%WWWDIR%%/theme/asterisk-pink >+@dir %%WWWDIR%%/theme/asterisk-orange >+@dir %%WWWDIR%%/theme/asterisk-maroon >+@dir %%WWWDIR%%/theme/asterisk-lightgray >+@dir %%WWWDIR%%/theme/asterisk-blue >+@dir %%WWWDIR%%/theme/artnouveau-red >+@dir %%WWWDIR%%/theme/artnouveau-green >+@dir %%WWWDIR%%/theme/artnouveau-blue >+@dir %%WWWDIR%%/theme/arrow >+@dir %%WWWDIR%%/theme/aqua >+@dir %%WWWDIR%%/theme/aoikuruma >+@dir %%WWWDIR%%/theme/another_blue >+@dir %%WWWDIR%%/theme/alfa >+@dir %%WWWDIR%%/theme/90 >+@dir %%WWWDIR%%/theme/3pink >+@dir %%WWWDIR%%/theme/3minutes >+@dir %%WWWDIR%%/theme >+@dir %%WWWDIR%%/tdiary/tasks >+@dir %%WWWDIR%%/tdiary/style >+@dir %%WWWDIR%%/tdiary/rack/auth >+@dir %%WWWDIR%%/tdiary/rack/assets >+@dir %%WWWDIR%%/tdiary/rack >+@dir %%WWWDIR%%/tdiary/lang >+@dir %%WWWDIR%%/tdiary/io >+@dir %%WWWDIR%%/tdiary/filter >+@dir %%WWWDIR%%/tdiary/extensions >+@dir %%WWWDIR%%/tdiary/dispatcher >+@dir %%WWWDIR%%/tdiary/cache >+@dir %%WWWDIR%%/tdiary/application/extensions >+@dir %%WWWDIR%%/tdiary/application >+@dir %%WWWDIR%%/tdiary >+@dir %%WWWDIR%%/skel >+@dir %%WWWDIR%%/plugin/ja >+@dir %%WWWDIR%%/plugin/en >+@dir %%WWWDIR%%/plugin >+@dir %%WWWDIR%%/misc/theme_convert >+@dir %%WWWDIR%%/misc/templates >+@dir %%WWWDIR%%/misc/plugin/xmlrpc >+@dir %%WWWDIR%%/misc/plugin/ja >+@dir %%WWWDIR%%/misc/plugin/en >+@dir %%WWWDIR%%/misc/plugin/amazon >+@dir %%WWWDIR%%/misc/plugin >+@dir %%WWWDIR%%/misc/paas/sqale >+@dir %%WWWDIR%%/misc/paas/heroku >+@dir %%WWWDIR%%/misc/paas/cloudfoundry >+@dir %%WWWDIR%%/misc/paas >+@dir %%WWWDIR%%/misc/lib >+@dir %%WWWDIR%%/misc/filter/plugin/ja >+@dir %%WWWDIR%%/misc/filter/plugin/en >+@dir %%WWWDIR%%/misc/filter/plugin >+@dir %%WWWDIR%%/misc/filter >+@dir %%WWWDIR%%/misc >+@dir %%WWWDIR%%/js >+@dir %%WWWDIR%%/data >+@dir %%WWWDIR%%/bin >+@dir %%WWWDIR%% >+@owner >+@group
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
koobs
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 206077
: 165317