Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/isatapd/files: isatapd.service-r2 isatapd.service-r1 isatapd.service
Date: Fri, 27 Feb 2015 09:56:15
Message-Id: 20150227094600.4DF6B12A7A@oystercatcher.gentoo.org
1 xmw 15/02/27 09:46:00
2
3 Added: isatapd.service-r2
4 Removed: isatapd.service-r1 isatapd.service
5 Log:
6 Revbump to fix typo in service file (bug 539178, thanks Markus Kaindl for the report).
7
8 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
9
10 Revision Changes Path
11 1.1 net-misc/isatapd/files/isatapd.service-r2
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/isatapd/files/isatapd.service-r2?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/isatapd/files/isatapd.service-r2?rev=1.1&content-type=text/plain
15
16 Index: isatapd.service-r2
17 ===================================================================
18 [Unit]
19 Description=ISATAP Client for Linux
20 After=network.target nss-lookup.target
21
22 [Service]
23 ExecStart=/usr/sbin/isatapd ${DAEMON_OPTS} \
24 --interval ${ISATAP_INTERVAL} \
25 --name ${ISATAP_NAME} \
26 --link ${ISATAP_LINK} \
27 --mtu ${ISATAP_MTU} \
28 --check-dns ${ISATAP_CHECK_DNS} \
29 ${ISATAP_ROUTERS}
30
31 [Install]
32 WantedBy=multi-user.target