diff options
author | Chris Rees <crees@FreeBSD.org> | 2016-08-11 21:06:42 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2016-08-11 21:06:42 +0000 |
commit | aa463ad2ec00fc013e7dc0d5900cb4da5f5bba4e (patch) | |
tree | 7337c30035019b65de576703b0b38d40accc1466 /sysutils/runit/files/patch-etc_freebsd_run | |
parent | Update to version 4.11.0 (diff) |
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
Notes
Notes:
svn path=/head/; revision=420105
Diffstat (limited to 'sysutils/runit/files/patch-etc_freebsd_run')
-rw-r--r-- | sysutils/runit/files/patch-etc_freebsd_run | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysutils/runit/files/patch-etc_freebsd_run b/sysutils/runit/files/patch-etc_freebsd_run new file mode 100644 index 000000000000..0dde7abf07fc --- /dev/null +++ b/sysutils/runit/files/patch-etc_freebsd_run @@ -0,0 +1,8 @@ +--- 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 |