Drop post-install script for ntp-client
This commit is contained in:
@@ -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")
|
||||
Reference in New Issue
Block a user