summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander V Vershilov <qnikst@gentoo.org>2013-08-16 09:47:09 +0400
committerWilliam Hubbs <w.d.hubbs@gmail.com>2013-10-18 15:22:24 -0500
commitb8a016aaba5e0c480fe0856949d54df5c5ec7463 (patch)
tree491fba33e7dc4b07e221d267ccde20bb83ca2d71
parent63f5256b590612477a2549ef94561f57b653e176 (diff)
downloadopenrc-b8a016aaba5e0c480fe0856949d54df5c5ec7463.tar.gz
openrc-b8a016aaba5e0c480fe0856949d54df5c5ec7463.tar.bz2
openrc-b8a016aaba5e0c480fe0856949d54df5c5ec7463.tar.xz
Add uml keyword to fsck service.openrc-0.12.3
Fix relevant an issue mentioned by Toralf Förster. X-Gentoo-Bug: 481096. X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=481096
-rw-r--r--init.d/fsck.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/fsck.in b/init.d/fsck.in
index 7a91fcd..9db5119 100644
--- a/init.d/fsck.in
+++ b/init.d/fsck.in
@@ -9,7 +9,7 @@ _IFS="
depend()
{
use dev clock modules
- keyword -jail -openvz -prefix -timeout -vserver -lxc
+ keyword -jail -openvz -prefix -timeout -vserver -lxc -uml
}
_abort() {