FreeBSD Bugzilla – Attachment 166862 Details for
Bug 207095
[patch] new /etc/rc.d/ntpd script exits before updating leapsecond file on non chrooted setups
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
simple patch
ntpd.diff (text/plain), 555 bytes, created by
Guido Falsi
on 2016-02-11 00:56:17 UTC
(
hide
)
Description:
simple patch
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2016-02-11 00:56:17 UTC
Size:
555 bytes
patch
obsolete
>Index: etc/rc.d/ntpd >=================================================================== >--- etc/rc.d/ntpd (revision 295494) >+++ etc/rc.d/ntpd (working copy) >@@ -28,14 +28,14 @@ > rc_flags="-g $rc_flags" > fi > >+ if [ ! -f $ntp_db_leapfile ]; then >+ ntpd_fetch_leapfile >+ fi >+ > if [ -z "$ntpd_chrootdir" ]; then > return 0; > fi > >- if [ ! -f $ntp_db_leapfile ]; then >- ntpd_fetch_leapfile >- fi >- > # If running in a chroot cage, ensure that the appropriate files > # exist inside the cage, as well as helper symlinks into the cage > # from outside.
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 207095
: 166862