summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xexamples/example/etc/rc.conf4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/example/etc/rc.conf b/examples/example/etc/rc.conf
index d939df9..a59505e 100755
--- a/examples/example/etc/rc.conf
+++ b/examples/example/etc/rc.conf
@@ -13,9 +13,7 @@ cron_flags="$cron_flags -J 15"
13syslogd_flags="-ss" 13syslogd_flags="-ss"
14 14
15# Prevent sendmail to try to connect to localhost 15# Prevent sendmail to try to connect to localhost
16sendmail_enable="NO" 16# sendmail_enable="NONE"
17sendmail_submit_enable="NO"
18sendmail_outbound_enable="NO"
19 17
20# Bring up sshd, it takes some time and uses some entropy on first startup 18# Bring up sshd, it takes some time and uses some entropy on first startup
21# sshd_enable="YES" 19# sshd_enable="YES"