File: pb

package info (click to toggle)
libnet-cli-interact-perl 2.400002-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 576 kB
  • sloc: perl: 2,075; makefile: 7
file content (21 lines) | stat: -rw-r--r-- 318 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# prompts for "redback networks" (now part of ericsson)

prompt user
    match /(?:[Ll]ogin|[Uu]sername): ?$/

prompt pass
    match /[Pp]assword: ?$/

prompt generic
    match /#$/

macro paging
    send 'terminal length 0'

macro disconnect
    send exit

# not used
macro more_pages
   match /--more--/
   send ' '