Search
j0ke.net Open Build Service
>
Projects
>
server:monitoring
>
rancid-stable
> rancid-3.2-brocadevdx.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File rancid-3.2-brocadevdx.patch of Package rancid-stable
--- bin/clogin.in.orig 2015-05-29 15:06:34.994161664 +0200 +++ bin/clogin.in 2015-05-29 15:12:58.296551023 +0200 @@ -942,9 +942,13 @@ expect -re $prompt {} send "set logging session disable\r" } else { - send "terminal length 0\r" - expect -re $prompt {} - send "terminal width 132\r" + if { [string compare "brocadevdx" "$platform"] } { + send "terminal length 0\r" + } else { + send "terminal length 0\r" + expect -re $prompt {} + send "terminal width 132\r" + } } expect -re $prompt {} } else {