blob: 540a35fc98ff2d0e5ac506770afdada26eef6093 (
plain) (
blame)
1
2
3
4
5
6
7
|
--- etc/freebsd/getty-ttyv4/finish 2016-07-28 16:39:47.000000000 +0100
+++ finish 2016-08-10 22:28:28.274811000 +0100
@@ -1,2 +1,3 @@
#!/bin/sh
-exec utmpset -w ttyv4
+. whichtty
+exec utmpset -w $tty
|