diff options
author | 2014-06-09 18:31:58 +0000 | |
---|---|---|
committer | 2014-06-09 18:31:58 +0000 | |
commit | d274ce9f3296602f8f5c99b43062be9044ca07d5 (patch) | |
tree | 08111e7e775fc76749c63a21ad5a9ab323adc203 | |
parent | remove sysmerge leftovers (diff) | |
download | wireguard-openbsd-d274ce9f3296602f8f5c99b43062be9044ca07d5.tar.xz wireguard-openbsd-d274ce9f3296602f8f5c99b43062be9044ca07d5.zip |
add cron_flags which seemed to have been forgotten here.
ok aja@ dcoppa@
-rw-r--r-- | etc/rc.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 4a40d55bf57..861b0084d53 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.189 2014/04/24 15:05:10 tedu Exp $ +# $OpenBSD: rc.conf,v 1.190 2014/06/09 18:31:58 jasper Exp $ # DO NOT EDIT THIS FILE!! # @@ -66,6 +66,7 @@ tftpd_flags=NO # for normal use: "[chroot dir]" tftpproxy_flags=NO # for normal use: "" ldomd_flags=NO # for normal use: "" identd_flags=NO # for normal use: "-e" +cron_flags="" # for normal use: "" # use -u to disable chroot, see nginx(8) nginx_flags=NO # for normal use: "" |