Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 301344 Details for
Bug 229217
enhancing ntp support
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Assigns the nearby timeservers to the local peers so each list is different.
assign-timeservers (text/plain), 691 bytes, created by
archimerged Ark submedes
on 2008-04-04 21:07:22 UTC
(
hide
)
Description:
Assigns the nearby timeservers to the local peers so each list is different.
Filename:
MIME Type:
Creator:
archimerged Ark submedes
Created:
2008-04-04 21:07:22 UTC
Size:
691 bytes
patch
obsolete
>#!/bin/bash >for host in ducks alpha beta gamma delta epsilon; do > rm -f timeservers-for-$host >done >cat nearby-timeserver-list | ( \ > for opt in "prefer dynamic" \ > "minpoll 10 dynamic" \ > "minpoll 10 dynamic" \ > "minpoll 10 dynamic"; do > for host in ducks alpha beta gamma delta epsilon; do > read ip > ( echo server $ip $opt > echo restrict $ip kod nomodify notrap nopeer noquery > ) >> timeservers-for-$host > done > done > for host in ducks alpha beta gamma delta epsilon; do > for peer in ducks alpha beta gamma delta epsilon; do > if [ "$host" != "$peer" ] ; then > echo peer $peer >> timeservers-for-$host > fi > done > done >)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 229217
:
296601
|
301339
|
301340
|
301342
| 301344