summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjasper <jasper@openbsd.org>2014-06-09 18:31:58 +0000
committerjasper <jasper@openbsd.org>2014-06-09 18:31:58 +0000
commitd274ce9f3296602f8f5c99b43062be9044ca07d5 (patch)
tree08111e7e775fc76749c63a21ad5a9ab323adc203
parentremove sysmerge leftovers (diff)
downloadwireguard-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.conf3
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: ""