From 79d68bf0e831bd3a47227a3ec16611b54a0ea894 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 25 Oct 2016 22:32:02 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- conf.d/atd | 4 ++-- init.d/atd | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/conf.d/atd b/conf.d/atd index db42ea5..177bb96 100644 --- a/conf.d/atd +++ b/conf.d/atd @@ -1,7 +1,7 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/at/files/atd.confd,v 1.1 2011/04/17 22:46:40 jer Exp $ +# $Id$ # Define startup options for atd(8). # For example: ATD_OPTS="-l 3.0 -b 5" diff --git a/init.d/atd b/init.d/atd index 6a7a4d1..59cfd3d 100755 --- a/init.d/atd +++ b/init.d/atd @@ -1,7 +1,7 @@ -#!/sbin/runscript -# Copyright 1999-2014 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/at/files/atd.rc7,v 1.3 2014/03/03 14:09:19 polynomial-c Exp $ +# $Id$ pidfile="/var/run/atd.pid" command="/usr/sbin/atd" @@ -9,5 +9,6 @@ command_args="${ATD_OPTS}" start_stop_daemon_args="--pidfile ${pidfile}" depend() { - need clock logger + need clock + use logger } -- 2.39.5