polynomial-c    14/12/16 13:00:19

  Added:                atd.rc8
  Removed:              at-3.1.13-Makefile.patch
  Log:
  Don't set dependency of init script for logger to "need" but "use" instead 
(bug #473492). Removed old
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x981CA6FC)

Revision  Changes    Path
1.1                  sys-process/at/files/atd.rc8

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/at/files/atd.rc8?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/at/files/atd.rc8?rev=1.1&content-type=text/plain

Index: atd.rc8
===================================================================
#!/sbin/runscript
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-process/at/files/atd.rc8,v 1.1 
2014/12/16 13:00:19 polynomial-c Exp $

pidfile="/var/run/atd.pid"
command="/usr/sbin/atd"
command_args="${ATD_OPTS}"
start_stop_daemon_args="--pidfile ${pidfile}"

depend() {
        need clock
        use logger
}




Reply via email to