summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2014-06-25 13:30:17 (EDT)
committer P. J. McDermott <pj@pehjota.net>2014-06-25 13:30:17 (EDT)
commitcd2f172b691a5889a84b65fab8b202c308e1168b (patch)
treebab00a16f09a7d2f38beafa119cafc7a89482f0f /scripts
parentbe963ce882813d6931214a66f2fbe28cccf9d495 (diff)
Allow services to be disabled by default.
Disable telnetd.
Diffstat (limited to 'scripts')
-rw-r--r--scripts12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts b/scripts
index 9333d21..8bce3b9 100644
--- a/scripts
+++ b/scripts
@@ -1,13 +1,13 @@
HOSTNAME hostname S03
-HTTPD httpd
-KLOGD klogd
+HTTPD httpd enabled
+KLOGD klogd enabled
MDEV mdev S02 K98
FEATURE_MOUNT_FSTAB mountall S30 K70
FEATURE_MOUNT_FLAGS mountdevsubfs S03 K97
FEATURE_MOUNT_FLAGS mountkernfs S01 K99
FEATURE_MOUNT_FLAGS mounttmpfs S03 K97
IFUPDOWN networking S20 K80
-SYSLOGD syslog
-TELNETD telnetd
-- boottime
-- rc.local
+SYSLOGD syslog enabled
+TELNETD telnetd disabled
+- boottime enabled
+- rc.local enabled