Home
About
API
searchcode server
PageRenderTime 21ms CodeModel.GetById 15ms app.highlight 2ms RepoModel.GetById 1ms app.codeStats 0ms
/contrib/ntp/scripts/rc1/preremove
https://bitbucket.org/freebsd/freebsd-head/
Shell | 4 lines | 2 code | 1 blank | 1 comment | 0 complexity | f47c0afd53a86a7777046e0e1ccc4db1 MD5 |
raw file
1
#!/bin/sh
2
/etc/init.d/xntp stop
3
4
exit
0