[request-sponsor] Submission of fix for Bug-6573754

2008-01-14 Thread Eric Saxe
I just returned from leave today. Sorry for the delay. There was a 
mis-communication between Avinash and myself, and he really didn't 
intend to retract his sponsorship request...he was just busy at the time.

I'll proceed with sponsoring his fix for 6573754.

I'm really sorry for the confusion Samir.

Thanks,
-Eric

Avinash Joshi wrote:
 I am working on this bug..
 Eric is on a holiday i suppose..
 He retracted it by mistake i think.
 I already spoke to him and he will assign the bug to me once he returns

 Thanks  Regards,
 Avinash Joshi
  
  
 This message posted from opensolaris.org
 ___
 request-sponsor mailing list
 request-sponsor at opensolaris.org
   




[request-sponsor] Submission of fix for Bug-6573754

2007-12-28 Thread samir kumar mishra
Hi all,

I think this can be the solution for the Bug--6573754

BUG Details
*
Synopsis timex error message when you forget a command is cryptic
State   1-Dispatched (Default State)
Category:  utility
Subcategory accounting

Link:http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6573754
*

Solution needs the following changes in timex.c
Link---http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/cmd/sa/timex.c

Step-1: Delete line no 99

if (optind = argc) diag(Missing command);



Step-2 : Insert the followig lines after line number 80 starting at
line number 81

if(optind=argc)  {
 fprintf(stderr,\nMissing command\n);
 diag(Usage: timex [-s][-o][-p[-fhkmrt]] cmd);
}



Now the output when we type 'timex' and forget to specify the program
is given below:

Missing command
Usage: timex [-s][-o][-p[-fhkmrt]] cmd

***

I would like to request a sponsor so that this fix can be evaluated

Regards,
Samir Kumar Mishra
3rd year , Electronics and Telecommunication Engg,
University College of Engineering, Burla(India)



[request-sponsor] Submission of fix for Bug-6573754

2007-12-28 Thread samir kumar mishra
On 12/28/07, samir kumar mishra samirkumar.mishra at gmail.com wrote:
 Hi all,

 I think this can be the solution for the Bug--6573754

 BUG Details
 *
 Synopsis   timex error message when you forget a command is cryptic
 State 1-Dispatched (Default State)
 Category:  utility
 Subcategory   accounting

 Link:http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6573754
 *

 Solution needs the following changes in timex.c
 Link---http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/cmd/sa/timex.c
 
 Step-1: Delete line no 99

 if (optind = argc)   diag(Missing command);

 

 Step-2 : Insert the followig lines after line number 80 starting at
 line number 81

 if(optind=argc)  {
  fprintf(stderr,\nMissing command\n);
  diag(Usage: timex [-s][-o][-p[-fhkmrt]] cmd);
 }

 

 Now the output when we type 'timex' and forget to specify the program
 is given below:

 Missing command
 Usage: timex [-s][-o][-p[-fhkmrt]] cmd

 ***

 I would like to request a sponsor so that this fix can be evaluated


This is to bring to your kind information that i have already
submitted my Sun Contriutor's agreement and waiting to get it.


 Regards,
 Samir Kumar Mishra
 3rd year , Electronics and Telecommunication Engg,
 University College of Engineering, Burla(India)




[request-sponsor] Submission of fix for Bug-6573754

2007-12-28 Thread Viswanathan Kannappan
Samir

Avinash Joshi (OS0145) worked in this bug before but now he have withdrawn.
Eric.Saxe at Sun.COM was sponsoring him before his withdrawal. So check with
Eric whether he is still sponsoring, otherwise I will sponsor you.

Regards
Viswa


samir kumar mishra wrote:
 On 12/28/07, samir kumar mishra samirkumar.mishra at gmail.com wrote:
   
 Hi all,

 I think this can be the solution for the Bug--6573754

 BUG Details
 *
 Synopsis  timex error message when you forget a command is cryptic
 State1-Dispatched (Default State)
 Category:  utility
 Subcategory  accounting

 Link:http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6573754
 *

 Solution needs the following changes in timex.c
 Link---http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/cmd/sa/timex.c
 
 Step-1: Delete line no 99

 if (optind = argc)  diag(Missing command);

 

 Step-2 : Insert the followig lines after line number 80 starting at
 line number 81

 if(optind=argc)  {
  fprintf(stderr,\nMissing command\n);
  diag(Usage: timex [-s][-o][-p[-fhkmrt]] cmd);
 }

 

 Now the output when we type 'timex' and forget to specify the program
 is given below:

 Missing command
 Usage: timex [-s][-o][-p[-fhkmrt]] cmd

 ***

 I would like to request a sponsor so that this fix can be evaluated

 

 This is to bring to your kind information that i have already
 submitted my Sun Contriutor's agreement and waiting to get it.


   
 Regards,
 Samir Kumar Mishra
 3rd year , Electronics and Telecommunication Engg,
 University College of Engineering, Burla(India)

 
 ___
 request-sponsor mailing list
 request-sponsor at opensolaris.org
   




[request-sponsor] Submission of fix for Bug-6573754

2007-12-28 Thread samir kumar mishra
Hi Eric,

I think I have worked out the fix for the bug-6573754 whose details
have been mentioned below. I wanted to know if you are still
sponsoring the Bug, so my fix has been ready, and I woder if we can
work together.
On 12/28/07, Viswanathan Kannappan Viswanathan.Kannappan at sun.com wrote:
 Samir

 Avinash Joshi (OS0145) worked in this bug before but now he have withdrawn.
 Eric.Saxe at Sun.COM was sponsoring him before his withdrawal. So check with
 Eric whether he is still sponsoring, otherwise I will sponsor you.

 Regards
 Viswa


 samir kumar mishra wrote:
  On 12/28/07, samir kumar mishra samirkumar.mishra at gmail.com wrote:
 
  Hi all,
 
  I think this can be the solution for the Bug--6573754
 
  BUG Details
 
 *
  Synopsistimex error message when you forget a command is cryptic
  State  1-Dispatched (Default State)
  Category:  utility
  Subcategoryaccounting
 
  Link:http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6573754
 
 *
 
  Solution needs the following changes in timex.c
 
 Link---http://cvs.opensolaris.org/source/xref/onnv/onnv-gate/usr/src/cmd/sa/timex.c
 
 
  Step-1: Delete line no 99
 
  if (optind = argc)diag(Missing command);
 
 
 
 
  Step-2 : Insert the followig lines after line number 80 starting at
  line number 81
 
  if(optind=argc)  {
   fprintf(stderr,\nMissing command\n);
   diag(Usage: timex [-s][-o][-p[-fhkmrt]] cmd);
  }
 
 
 
 
  Now the output when we type 'timex' and forget to specify the program
  is given below:
 
  Missing command
  Usage: timex [-s][-o][-p[-fhkmrt]] cmd
 
 
 ***
 
  I would like to request a sponsor so that this fix can be evaluated
 
 
 
  This is to bring to your kind information that i have already
  submitted my Sun Contriutor's agreement and waiting to get it.
 
 
 
  Regards,
  Samir Kumar Mishra
  3rd year , Electronics and Telecommunication Engg,
  University College of Engineering, Burla(India)
 
 
  ___
  request-sponsor mailing list
  request-sponsor at opensolaris.org