ports/sysutils/runit/files/patch-etc_freebsd_run
Chris Rees aa463ad2ec Add pkg-message with hints on replacing init
Patch to allow running from PREFIX without copying (caveat-- must be on root
filesystem!)

Various minor runtime fixes
2016-08-11 21:06:42 +00:00

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