ntpdate-package.py 204 B

12345678
  1. #!/usr/bin/python
  2. import os
  3. def postInstall(fromVersion, fromRelease, toVersion, toRelease):
  4. os.system("/bin/chown root:wheel /usr/sbin/ntpdate")
  5. os.system("/bin/chmod 04710 /usr/sbin/ntpdate")