svn commit: r348143 - head/libexec/rc/rc.d
Ian Lepore
ian at FreeBSD.org
Thu May 23 01:49:10 UTC 2019
Author: ian
Date: Thu May 23 01:49:08 2019
New Revision: 348143
URL: https://svnweb.freebsd.org/changeset/base/348143
Log:
Remove accidentally-added blank line; the style throughout this file
is to use no whitespace between a comment block and the code it describes.
Modified:
head/libexec/rc/rc.d/ntpd
Modified: head/libexec/rc/rc.d/ntpd
==============================================================================
--- head/libexec/rc/rc.d/ntpd Thu May 23 01:48:07 2019 (r348142)
+++ head/libexec/rc/rc.d/ntpd Thu May 23 01:49:08 2019 (r348143)
@@ -87,7 +87,6 @@ ntpd_precmd()
# Otherwise, figure out what to do about the driftfile option. If set
# by the admin, we don't add the option. If the file exists in the old
# default location we use that, else we use the new default location.
-
if can_run_nonroot; then
_user="ntpd"
driftopt="-f ${_ntp_default_driftfile}"
More information about the svn-src-all
mailing list