mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
Patch to allow running from PREFIX without copying (caveat-- must be on root filesystem!) Various minor runtime fixes
8 lines
237 B
Text
8 lines
237 B
Text
--- etc/freebsd/getty-ttyv4/run 2016-07-28 16:39:47.000000000 +0100
|
|
+++ run 2016-08-10 22:28:33.566527000 +0100
|
|
@@ -1,2 +1,4 @@
|
|
#!/bin/sh
|
|
-exec /usr/libexec/getty Pc ttyv4
|
|
+export TERM=xterm
|
|
+. whichtty
|
|
+exec /usr/libexec/getty Pc $tty
|