chutzpah    14/07/08 23:17:39

  Added:                lldpd-initd-3
  Removed:              lldpd-initd-2
  Log:
  Another revision bump, this one to fix the init script so the rundir gets 
created properly.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0xE3F69979BB4B8928DA78E3D17CBF44EF)

Revision  Changes    Path
1.1                  net-misc/lldpd/files/lldpd-initd-3

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lldpd/files/lldpd-initd-3?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/lldpd/files/lldpd-initd-3?rev=1.1&content-type=text/plain

Index: lldpd-initd-3
===================================================================
#!/sbin/runscript
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/lldpd/files/lldpd-initd-3,v 1.1 
2014/07/08 23:17:39 chutzpah Exp $

name=lldpd
pidfile=/run/lldpd.pid
command=/usr/sbin/lldpd
retry="TERM/10/KILL/5"

depend() {
        use net
}

start_pre() {
        checkpath --directory /run/lldpd
}

# vim:ft=gentoo-init-d:noet:ts=4:sts=4:sw=4:




Reply via email to