diff options
author | 2014-07-13 16:49:47 +0000 | |
---|---|---|
committer | 2014-07-13 16:49:47 +0000 | |
commit | cda9b0f4c402dfd632df90ff0331ba116f73164e (patch) | |
tree | 85a783a4add9f7c0f86e9837889b830154ca09b7 | |
parent | kill fs2hXX/h2fsXX macros with letohXX/htoleXX (diff) | |
download | wireguard-openbsd-cda9b0f4c402dfd632df90ff0331ba116f73164e.tar.xz wireguard-openbsd-cda9b0f4c402dfd632df90ff0331ba116f73164e.zip |
Add iscsid_flags to rc.conf so we do not try to start iscsid all the time.
Noticed by naddy@
-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 5b768067102..ab0a752a03e 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,4 +1,4 @@ -# $OpenBSD: rc.conf,v 1.192 2014/07/12 10:14:03 robert Exp $ +# $OpenBSD: rc.conf,v 1.193 2014/07/13 16:49:47 claudio Exp $ # DO NOT EDIT THIS FILE!! # @@ -65,6 +65,7 @@ tftpproxy_flags=NO # for normal use: "" ldomd_flags=NO # for normal use: "" identd_flags=NO # for normal use: "-e" cron_flags= # for normal use: "" +iscsid_flags=NO # for normal use: "" # use -u to disable chroot, see nginx(8) nginx_flags=NO # for normal use: "" |