Re: [Bug-tar] [PATCH 1/2] tar: set force_local_option to true on OS/2

2014-11-21 Thread KO Myung-Hun
Ping ? KO Myung-Hun wrote: > Hi/2. > > Sergey Poznyakoff wrote: >>> @@ -1362,6 +1362,10 @@ parse_opt (int key, char *arg, struct argp_state >>> *state) >>> { >>>struct tar_args *args = state->input; >>> >>> +#ifdef __OS2__ >>> +force_local_option = true; >>> +#endif >>> + >> >> Applyi

Re: [Bug-tar] [PATCH 1/2] tar: set force_local_option to true on OS/2

2014-11-17 Thread KO Myung-Hun
Hi/2. Sergey Poznyakoff wrote: >> @@ -1362,6 +1362,10 @@ parse_opt (int key, char *arg, struct argp_state >> *state) >> { >>struct tar_args *args = state->input; >> >> +#ifdef __OS2__ >> +force_local_option = true; >> +#endif >> + > > Applying this will make it impossible to access re

Re: [Bug-tar] [PATCH 1/2] tar: set force_local_option to true on OS/2

2014-11-17 Thread Sergey Poznyakoff
> @@ -1362,6 +1362,10 @@ parse_opt (int key, char *arg, struct argp_state > *state) > { >struct tar_args *args = state->input; > > +#ifdef __OS2__ > +force_local_option = true; > +#endif > + Applying this will make it impossible to access remote archives. Regards, Sergey