Note:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Ntp"
Jump to navigation
Jump to search
Threesixes (talk | contribs) (initial commit) |
Threesixes (talk | contribs) m |
||
Line 4: | Line 4: | ||
|Homepage=http://www.ntp.org/ | |Homepage=http://www.ntp.org/ | ||
}} | }} | ||
=== Installation === | |||
{{console|body= | |||
###i## emerge net-misc/ntp | |||
}} | |||
=== Configuration === | |||
==== Client ==== | |||
==== Server ==== | |||
=== Runtime === | |||
{{console|body= | |||
###i## rc-update add ntpd | |||
###i## rc-update add ntp-client | |||
###i## rc | |||
}} | |||
{{EbuildFooter}} | {{EbuildFooter}} |
Revision as of 09:58, January 6, 2015
Ntp
Tip
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
Installation
root # emerge net-misc/ntp
Configuration
Client
Server
Runtime
root # rc-update add ntpd root # rc-update add ntp-client root # rc