Merge pull request #17408 from kurtbahartr/master

Drop post-install script for ntp-client
This commit is contained in:
Kamil ATLI
2025-10-06 12:56:12 +03:00
committed by GitHub
2 changed files with 7 additions and 9 deletions
-7
View File
@@ -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")
+7 -2
View File
@@ -97,8 +97,6 @@
</AdditionalFiles>
<Provides>
<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>
</Package>
@@ -115,6 +113,13 @@
</Package>
<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">
<Date>2024-12-18</Date>
<Version>4.2.8_p18</Version>