xmw 15/02/27 09:46:00 Added: isatapd.service-r2 Removed: isatapd.service-r1 isatapd.service Log: Revbump to fix typo in service file (bug 539178, thanks Markus Kaindl for the report). (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
Revision Changes Path 1.1 net-misc/isatapd/files/isatapd.service-r2 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/isatapd/files/isatapd.service-r2?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/isatapd/files/isatapd.service-r2?rev=1.1&content-type=text/plain Index: isatapd.service-r2 =================================================================== [Unit] Description=ISATAP Client for Linux After=network.target nss-lookup.target [Service] ExecStart=/usr/sbin/isatapd ${DAEMON_OPTS} \ --interval ${ISATAP_INTERVAL} \ --name ${ISATAP_NAME} \ --link ${ISATAP_LINK} \ --mtu ${ISATAP_MTU} \ --check-dns ${ISATAP_CHECK_DNS} \ ${ISATAP_ROUTERS} [Install] WantedBy=multi-user.target
