mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 11:36:40 -04:00
Patch to allow running from PREFIX without copying (caveat-- must be on root filesystem!) Various minor runtime fixes
7 lines
202 B
Text
7 lines
202 B
Text
--- 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
|