Drop post-install script for ntp-client
This commit is contained in:
@@ -1,7 +0,0 @@
|
|||||||
#!/usr/bin/python
|
|
||||||
|
|
||||||
import os
|
|
||||||
|
|
||||||
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
|
|
||||||
os.system("/bin/chown root:wheel /usr/sbin/ntpdate")
|
|
||||||
os.system("/bin/chmod 04710 /usr/sbin/ntpdate")
|
|
||||||
@@ -97,8 +97,6 @@
|
|||||||
</AdditionalFiles>
|
</AdditionalFiles>
|
||||||
<Provides>
|
<Provides>
|
||||||
<COMAR script="ntpdate-service.py" name="ntpdate">System.Service</COMAR>
|
<COMAR script="ntpdate-service.py" name="ntpdate">System.Service</COMAR>
|
||||||
<!-- FIXME: SUID bit is needed by TASMA date & time module -->
|
|
||||||
<COMAR script="ntpdate-package.py">System.Package</COMAR>
|
|
||||||
</Provides>
|
</Provides>
|
||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
@@ -115,6 +113,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<History>
|
||||||
|
<Update release="18">
|
||||||
|
<Date>2025-10-05</Date>
|
||||||
|
<Version>4.2.8_p18</Version>
|
||||||
|
<Comment>Drop post-install script for ntp-client</Comment>
|
||||||
|
<Name>Bedirhan Kurt</Name>
|
||||||
|
<Email>bedirhan.kurt@outlook.com</Email>
|
||||||
|
</Update>
|
||||||
<Update release="17">
|
<Update release="17">
|
||||||
<Date>2024-12-18</Date>
|
<Date>2024-12-18</Date>
|
||||||
<Version>4.2.8_p18</Version>
|
<Version>4.2.8_p18</Version>
|
||||||
|
|||||||
Reference in New Issue
Block a user