add ntp version bump

This commit is contained in:
groni
2016-01-01 17:28:30 +01:00
parent 7bbe17af2a
commit 5da30118d8
34 changed files with 2366 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/python
import os
def postInstall(fromVersion, fromRelease, toVersion, toRelease):
os.system("chown -R ntp:ntp /var/lib/ntp")
os.system("chown -R root:ntp /etc/ntp/crypto")
os.chmod("/etc/ntp/crypto", 0750)