[webstack-discuss] Code review request for CR 6715145 (mod_sed)

2009-03-06 Thread Seema Alevoor
On 03/06/09 15:10, Basant Kukreja wrote: > On Fri, Mar 06, 2009 at 02:51:37PM +0530, Seema Alevoor wrote: >> But that still looks incomplete. >> LIBS is set to nil, then why pass LIBS to apxs ? > > Fixed and updated the webrev. > >> usr/src/pkgdefs/SUNWapch22r-sed/Makefile still has ident line

[webstack-discuss] Code review request for CR 6715145 (mod_sed)

2009-03-06 Thread Seema Alevoor
On 03/06/09 14:01, Basant Kukreja wrote: > Thanks Seema for providing the comments. > > On Fri, Mar 06, 2009 at 12:13:27PM +0530, Seema Alevoor wrote: >> Hi Basant, >> >> Here are my comments. >> >> usr/src/cmd/apache2/modules/apxs-sed.ksh93 : >> What is "LIBP" used for ? > Fixed and updated

[webstack-discuss] Code review request for CR 6715145 (mod_sed)

2009-03-06 Thread Seema Alevoor
On 03/06/09 14:31, Basant Kukreja wrote: > On Fri, Mar 06, 2009 at 02:26:00PM +0530, Seema Alevoor wrote: >> usr/src/pkgdefs/SUNWapch22r-sed/Makefile , usr/src/pkgdefs/SUNWapch22r-sed/prototype_com : "renamenew" class action script is used only for configurations in conf

[webstack-discuss] Code review request for CR 6715145 (mod_sed)

2009-03-06 Thread Seema Alevoor
No, please revert this change. See CRs 6782602, 6812225 -- Seema. On 03/06/09 14:16, Basant Kukreja wrote: > Changed 64 to ::MACH64:: in sed.conf similar to jk.conf. Revised the webrev. > > Thanks for reviewing, > Basant. > > On Fri, Mar 06, 2009 at 02:14:40PM +0530, rahul wrote: >> | Thanks fo

[webstack-discuss] Code review request for CR 6715145 (mod_sed)

2009-03-06 Thread Seema Alevoor
On 03/06/09 14:01, Basant Kukreja wrote: > Thanks Seema for providing the comments. > > On Fri, Mar 06, 2009 at 12:13:27PM +0530, Seema Alevoor wrote: >> Hi Basant, >> >> Here are my comments. >> >> usr/src/cmd/apache2/modules/apxs-sed.ksh93 : >> What is "LIBP" used for ? > Fixed and updated

[webstack-discuss] Code review request for CR 6715145 (mod_sed)

2009-03-06 Thread rahul
| Changed 64 to ::MACH64:: in sed.conf similar to jk.conf. Revised the webrev. oops, see seema's response. | Thanks for reviewing, | Basant. | | On Fri, Mar 06, 2009 at 02:14:40PM +0530, rahul wrote: | > | Thanks for reviewing : | > | | > | On Fri, Mar 06, 2009 at 12:20:12PM +0530, rahul wrote:

[webstack-discuss] Code review request for CR 6715145 (mod_sed)

2009-03-06 Thread Seema Alevoor
On 03/06/09 14:14, rahul wrote: > | Thanks for reviewing : > | > | On Fri, Mar 06, 2009 at 12:20:12PM +0530, rahul wrote: > | > - sed module.conf says > | > +++ new/usr/src/cmd/apache2/modules/sed.confThu Mar 5 18:31:19 2009 > | * security2.conf, fcgid.conf all takes the same approach : > |

[webstack-discuss] Code review request for CR 6715145 (mod_sed)

2009-03-06 Thread Seema Alevoor
On 03/06/09 13:36, Basant Kukreja wrote: > Thanks for reviewing : > > On Fri, Mar 06, 2009 at 12:20:12PM +0530, rahul wrote: >> - sed module.conf says >> +++ new/usr/src/cmd/apache2/modules/sed.confThu Mar 5 18:31:19 2009 > * security2.conf, fcgid.conf all takes the same approach : > * Sinc

[webstack-discuss] Code review request for CR 6715145 (mod_sed)

2009-03-06 Thread rahul
| Thanks for reviewing : | | On Fri, Mar 06, 2009 at 12:20:12PM +0530, rahul wrote: | > - sed module.conf says | > +++ new/usr/src/cmd/apache2/modules/sed.confThu Mar 5 18:31:19 2009 | * security2.conf, fcgid.conf all takes the same approach : | * Since sed.conf is architechture independent,

[webstack-discuss] Code review request for CR 6715145 (mod_sed)

2009-03-06 Thread rahul
[Sriram Natarajan:] > looks good to me - Actually depends need to list only apache, all others are required by apache. - sed module.conf says +++ new/usr/src/cmd/apache2/modules/sed.confThu Mar 5 18:31:19 2009 @@ -0,0 +1,7 @@ + +LoadModule sed_module libexec/64/mod_sed.so + but the prot

[webstack-discuss] Code review request for CR 6715145 (mod_sed)

2009-03-06 Thread Seema Alevoor
Hi Basant, Here are my comments. usr/src/cmd/apache2/modules/apxs-sed.ksh93 : What is "LIBP" used for ? usr/src/cmd/apache2/modules/sed.mk : Do you really need this line ? find $(SED_VER)-$* -type d -exec chmod go+rx {} + I don't see any directories within mod_sed-

[webstack-discuss] Code review request for CR 6715145 (mod_sed)

2009-03-06 Thread Basant Kukreja
On Fri, Mar 06, 2009 at 02:51:37PM +0530, Seema Alevoor wrote: > But that still looks incomplete. > LIBS is set to nil, then why pass LIBS to apxs ? Fixed and updated the webrev. > usr/src/pkgdefs/SUNWapch22r-sed/Makefile still has ident line above copyright > info. > Fixed and updated the webr

[webstack-discuss] Code review request for CR 6715145 (mod_sed)

2009-03-06 Thread Basant Kukreja
Fixed following issues and revised the webrev. * Reverted ::MACH64:: to 64 * Fixed copyright format in both depend file as suggested by link: http://src.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/prototypes/prototype.Makefile Seema's concern of i.renamenew issue is pending, waiting for he

[webstack-discuss] Code review request for CR 6715145 (mod_sed)

2009-03-06 Thread Basant Kukreja
On Fri, Mar 06, 2009 at 02:26:00PM +0530, Seema Alevoor wrote: > > >>> usr/src/pkgdefs/SUNWapch22r-sed/Makefile , >>> usr/src/pkgdefs/SUNWapch22r-sed/prototype_com : >>> "renamenew" class action script is used only for configurations in >>> conf.d directory. >> Can you elaborate? I took the

[webstack-discuss] Code review request for CR 6715145 (mod_sed)

2009-03-06 Thread Basant Kukreja
Changed 64 to ::MACH64:: in sed.conf similar to jk.conf. Revised the webrev. Thanks for reviewing, Basant. On Fri, Mar 06, 2009 at 02:14:40PM +0530, rahul wrote: > | Thanks for reviewing : > | > | On Fri, Mar 06, 2009 at 12:20:12PM +0530, rahul wrote: > | > - sed module.conf says > | > +++ new/u

[webstack-discuss] Code review request for CR 6715145 (mod_sed)

2009-03-06 Thread Basant Kukreja
Thanks Seema for providing the comments. On Fri, Mar 06, 2009 at 12:13:27PM +0530, Seema Alevoor wrote: > Hi Basant, > > Here are my comments. > > usr/src/cmd/apache2/modules/apxs-sed.ksh93 : > What is "LIBP" used for ? Fixed and updated the webrev. > > usr/src/cmd/apache2/modules/sed.mk : >

[webstack-discuss] Code review request for CR 6715145 (mod_sed)

2009-03-06 Thread Basant Kukreja
Thanks for reviewing : On Fri, Mar 06, 2009 at 12:20:12PM +0530, rahul wrote: > - sed module.conf says > +++ new/usr/src/cmd/apache2/modules/sed.confThu Mar 5 18:31:19 2009 * security2.conf, fcgid.conf all takes the same approach : * Since sed.conf is architechture independent, it has two ch