]> Frank Brehm's Git Trees - config/helga/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorroot <root@helga.brehm-online.com>
Tue, 25 Oct 2016 20:32:02 +0000 (22:32 +0200)
committerroot <root@helga.brehm-online.com>
Tue, 25 Oct 2016 20:32:02 +0000 (22:32 +0200)
conf.d/atd
init.d/atd

index db42ea557ec744cafae7c80f7c7bf08468c26d5d..177bb96f9ada1dc6bfc131fd6eed59ebf7ef4bd6 100644 (file)
@@ -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"
index 6a7a4d1f014fdcffce85dbd5a7a1409a4e3ce036..59cfd3d1d159194db5df5bc6fcd01806b1b3e214 100755 (executable)
@@ -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
 }