Skip to content

Commit 91f61e1

Browse files
committed
HBSD: change console from secure to insecure in etc/ttys
github-issue: #5 Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com>
1 parent 99395e2 commit 91f61e1

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

etc/etc.amd64/ttys

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#
2828
# If console is marked "insecure", then init will ask for the root password
2929
# when going to single-user mode.
30-
console none unknown off secure
30+
console none unknown off insecure
3131
#
3232
ttyv0 "/usr/libexec/getty Pc" xterm on secure
3333
# Virtual terminals

etc/etc.arm/ttys

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#
2828
# If console is marked "insecure", then init will ask for the root password
2929
# when going to single-user mode.
30-
console none unknown off secure
30+
console none unknown off insecure
3131
#
3232
ttyv0 "/usr/libexec/getty Pc" xterm off secure
3333
# Virtual terminals

etc/etc.i386/ttys

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#
2828
# If console is marked "insecure", then init will ask for the root password
2929
# when going to single-user mode.
30-
console none unknown off secure
30+
console none unknown off insecure
3131
#
3232
ttyv0 "/usr/libexec/getty Pc" xterm on secure
3333
# Virtual terminals

etc/etc.mips/ttys

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#
2828
# If console is marked "insecure", then init will ask for the root password
2929
# when going to single-user mode.
30-
console none unknown off secure
30+
console none unknown off insecure
3131
# Serial terminals
3232
# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
3333
ttyu0 "/usr/libexec/getty 3wire" vt100 on secure

etc/etc.pc98/ttys

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#
2828
# If console is marked "insecure", then init will ask for the root password
2929
# when going to single-user mode.
30-
console none unknown off secure
30+
console none unknown off insecure
3131
#
3232
ttyv0 "/usr/libexec/getty Pc" cons25w on secure
3333
# Virtual terminals

etc/etc.powerpc/ttys

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#
2828
# If console is marked "insecure", then init will ask for the root password
2929
# when going to single-user mode.
30-
console none unknown off secure
30+
console none unknown off insecure
3131
#
3232
ttyv0 "/usr/libexec/getty Pc" xterm on secure
3333
# Virtual terminals

etc/etc.sparc64/ttys

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
#
2828
# If console is marked "insecure", then init will ask for the root password
2929
# when going to single-user mode.
30-
console none unknown off secure
30+
console none unknown off insecure
3131
# ofw_console(4)
3232
screen "/usr/libexec/getty Pc" vt100 off secure
3333
ttya "/usr/libexec/getty 3wire.9600" vt100 off secure

0 commit comments

Comments
 (0)