diff options
| author | William Hubbs <williamh@gentoo.org> | 2011-03-23 22:41:03 -0500 |
|---|---|---|
| committer | William Hubbs <williamh@gentoo.org> | 2011-03-23 22:41:03 -0500 |
| commit | 25049d3e80aeb17d4d62a653cfa8223fae56ddd0 (patch) | |
| tree | e8b6bd78f4715514e3a6b1c9cf6128316f095d02 | |
| parent | b875abd1a58ef4a10928921007321d5b04fc1f04 (diff) | |
| download | openrc-25049d3e80aeb17d4d62a653cfa8223fae56ddd0.tar.xz | |
termencoding needs root to be mounted read/write
X-Gentoo-Bug: 360215
X-Gentoo-Bug-URL: http://bugs.gentoo.org/360215
| -rw-r--r-- | init.d/termencoding.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init.d/termencoding.in b/init.d/termencoding.in index fea27ee8..5bb417b9 100644 --- a/init.d/termencoding.in +++ b/init.d/termencoding.in @@ -10,6 +10,7 @@ ttyn=${rc_tty_number:-${RC_TTY_NUMBER:-12}} depend() { keyword -openvz -prefix -uml -vserver -xenu + need root } start() |
