dhcpcd: added service.py

This commit is contained in:
2017-02-23 12:57:13 +03:00
parent b51fa48a87
commit a8c3538846
3 changed files with 55 additions and 6 deletions
+7 -3
View File
@@ -26,18 +26,22 @@
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="data">/lib/dhcpcd</Path>
<Path fileType="library">/usr/lib/dhcpcd/dev/udev.so</Path>
<Path fileType="executable">/usr/sbin</Path>
<Path fileType="library">/usr/lib/dhcpcd</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="man">/usr/share/dhcpcd</Path>
<Path fileType="data">/var/lib/dhcpcd</Path>
<Path fileType="data">/run/dhcp</Path>
</Files>
<Provides>
<COMAR script="service.py">System.Service</COMAR>
</Provides>
</Package>
<History>
<Update release="3">
<Date>2017-02-21</Date>
<Date>2017-02-23</Date>
<Version>6.11.5</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>