Opened 16 years ago

Closed 16 years ago

#10 closed defect (fixed)

serial terminal set to ansi

Reported by: huub Owned by: somebody
Priority: major Milestone:
Keywords: Cc:
Resource needed to fix:

Description

In /etc/ttys staat :

# Serial terminals
# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
ttyd0 "/usr/libexec/getty std.9600" dialup on secure

In overeenstemming brengen met huidige nodes: dialup veranderen in ansi.

Change History (1)

comment:1 by tim, 16 years ago

Resolution: fixed
Status: newclosed

Wijziging doorgevoerd aan de comconsole macro.

cust_comconsole() (

sed -i "" -e /ttyd0/s/off/on/ ${NANO_WORLDDIR}/etc/ttys
sed -i "" -e /ttyd0/s/dialup/ansi/ ${NANO_WORLDDIR}/etc/ttys
sed -i "" -e '/ttyv[0-8]/s/ on/ off/' ${NANO_WORLDDIR}/etc/ttys
echo " -h" > ${NANO_WORLDDIR}/boot.config

)

Fixed in CNodeHuub_v09.2

Note: See TracTickets for help on using tickets.