svn commit: r295620 - stable/9/etc/rc.d
Cy Schubert
cy at FreeBSD.org
Sun Feb 14 23:05:46 UTC 2016
Author: cy
Date: Sun Feb 14 23:05:45 2016
New Revision: 295620
URL: https://svnweb.freebsd.org/changeset/base/295620
Log:
MFC r295495 - Update leapsecond file in non-chroot environments.
PR: 207095
Submitted by: madpilot
Modified:
stable/9/etc/rc.d/ntpd
Directory Properties:
stable/9/ (props changed)
stable/9/etc/ (props changed)
stable/9/etc/rc.d/ (props changed)
Modified: stable/9/etc/rc.d/ntpd
==============================================================================
--- stable/9/etc/rc.d/ntpd Sun Feb 14 23:04:52 2016 (r295619)
+++ stable/9/etc/rc.d/ntpd Sun Feb 14 23:05:45 2016 (r295620)
@@ -28,14 +28,14 @@ ntpd_precmd()
rc_flags="-g $rc_flags"
fi
- if [ -z "$ntpd_chrootdir" ]; then
- return 0;
- fi
-
if [ ! -f $ntp_db_leapfile ]; then
ntpd_fetch_leapfile
fi
+ if [ -z "$ntpd_chrootdir" ]; then
+ return 0;
+ 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.
More information about the svn-src-stable-9
mailing list