diff options
Diffstat (limited to 'hosts/freebsd-jenkins/usr/local')
-rw-r--r-- | hosts/freebsd-jenkins/usr/local/etc/sudoers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/freebsd-jenkins/usr/local/etc/sudoers b/hosts/freebsd-jenkins/usr/local/etc/sudoers index fbff205f..a0bd35e1 100644 --- a/hosts/freebsd-jenkins/usr/local/etc/sudoers +++ b/hosts/freebsd-jenkins/usr/local/etc/sudoers @@ -110,7 +110,7 @@ jenkins ALL= NOPASSWD: /usr/bin/make -j ? buildworld, \ /usr/sbin/service ntpd stop, \ /usr/sbin/service ntpd status, \ /usr/sbin/ntpdate -b pool.ntp.org, \ - /bin/date --set=* + /bin/date -f %s * ## Uncomment to allow any user to run sudo if they know the password |