Date: Thu, 23 May 2019 01:49:09 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r348143 - head/libexec/rc/rc.d Message-ID: <201905230149.x4N1n9pO036791@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905230149.x4N1n9pO036791>