Gentoo Archives: gentoo-commits

From: "Lars Wendler (polynomial-c)" <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/ices/files: ices.initd-r1
Date: Fri, 02 Jan 2015 10:23:32
Message-Id: 20150102102306.E7DBDEB4C@oystercatcher.gentoo.org
1 polynomial-c 15/01/02 10:23:06
2
3 Added: ices.initd-r1
4 Log:
5 Version bump
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
8
9 Revision Changes Path
10 1.1 net-misc/ices/files/ices.initd-r1
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ices/files/ices.initd-r1?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ices/files/ices.initd-r1?rev=1.1&content-type=text/plain
14
15 Index: ices.initd-r1
16 ===================================================================
17 #!/sbin/runscript
18 # Copyright 1999-2015 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/net-misc/ices/files/ices.initd-r1,v 1.1 2015/01/02 10:23:06 polynomial-c Exp $
21
22 description="Icecast OGG streaming client"
23 pidfile="/var/run/ices.pid"
24 command="/usr/bin/ices"
25 command_args="/etc/ices2/ices.xml"
26 command_background="true"
27
28 depend() {
29 need net
30 }