mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Patch to allow running from PREFIX without copying (caveat-- must be on root filesystem!) Various minor runtime fixes
9 lines
237 B
Plaintext
9 lines
237 B
Plaintext
--- 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
|