Trouble with alogin
john heasley
heas at shrubbery.net
Thu Feb 14 16:41:31 UTC 2002
Wed, Feb 13, 2002 at 09:44:07PM -0800, David Williamson:
> On Wed, Feb 13, 2002 at 05:30:05PM -0800, john heasley wrote:
> > i think i see...that patch i sent should have been 'return 0' for
> > line 369. we see the prompt, break out of the loop. so, if you
> > mv alogin.in.FCS to alogin.in (ie: start over) and apply the
> > attached patch, i think that'l do it.
>
> That does the trick. When I run alogin by hand, I get onto the box, and
> then I sit there, waiting for the next input. That sounds about right.
>
> Oh, and do-diffs now works correctly. Whee!
>
> Thanks very much!
>
> -David
thanks. patch is appended for the edification of other lurkers.
-------------- next part --------------
*** alogin.in.FCS Sat Dec 8 01:04:37 2001
--- alogin.in Thu Feb 14 01:28:44 2002
***************
*** 363,371 ****
}
"\r\n" { exp_continue; }
}
set in_proc 0
return 0
- }
}
# Run commands given on the command line.
--- 363,371 ----
}
"\r\n" { exp_continue; }
}
+ }
set in_proc 0
return 0
}
# Run commands given on the command line.
More information about the Rancid-discuss
mailing list