add ntp version bump
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/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")
|
||||
Reference in New Issue
Block a user