committing changes in /etc after emerge run

Package changes:
+app-admin/mcelog-122
This commit is contained in:
Hans Wurst
2015-08-15 01:00:14 +02:00
parent e8f383dcfa
commit ceaa4c576c
11 changed files with 405 additions and 0 deletions

16
init.d/mcelog Executable file
View File

@@ -0,0 +1,16 @@
#!/sbin/runscript
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
description='Start/stop mcelog in daemon mode'
pidfile="/var/run/mcelog.pid"
command="/usr/sbin/mcelog"
command_args="--daemon --pidfile ${pidfile} ${MCELOG_OPTS}"
depend() {
after udev
need localmount
use logging
}