Files
main/server/ntp/comar/ntpdate-package.py
T
2016-01-01 17:28:30 +01:00

8 lines
204 B
Python

#!/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")