aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2012-01-11 16:00:26 +0100
committerTom Gundersen <teg@jklm.no>2012-01-11 16:00:26 +0100
commitdeeae735ba6cf0951fd3234a208047c831d7478b (patch)
tree88d643c85ca721d5b11a4f26c34b513bb5304f70
parentfec4ec740946e831e35accedfbd7857af2de6c61 (diff)
downloadinitscripts-deeae735ba6cf0951fd3234a208047c831d7478b.tar.xz
rc.conf: waste less space and unset hostname by default
Partially-requested-by: Dieter Plaetinck <dieter@plaetinck.be> Signed-off-by: Tom Gundersen <teg@jklm.no>
-rw-r--r--rc.conf21
-rw-r--r--rc.conf.5.txt2
2 files changed, 6 insertions, 17 deletions
diff --git a/rc.conf b/rc.conf
index 78596b4..b79bd6a 100644
--- a/rc.conf
+++ b/rc.conf
@@ -4,10 +4,8 @@
# See 'man 5 rc.conf' for more details
#
-# -----------------------------------------------------------------------
# LOCALIZATION
-# -----------------------------------------------------------------------
-#
+# ------------
HARDWARECLOCK=
TIMEZONE=
KEYMAP=
@@ -17,25 +15,17 @@ LOCALE=
DAEMON_LOCALE="yes"
USECOLOR="yes"
-# -----------------------------------------------------------------------
# HARDWARE
-# -----------------------------------------------------------------------
-#
+# --------
MODULES=()
-
UDEV_TIMEOUT=30
-
USEDMRAID="no"
-
USEBTRFS="no"
-
USELVM="no"
-# -----------------------------------------------------------------------
# NETWORKING
-# -----------------------------------------------------------------------
-#
-HOSTNAME="myhost"
+# ----------
+HOSTNAME=
interface=
address=
@@ -45,8 +35,7 @@ gateway=
NETWORK_PERSIST="no"
-# -----------------------------------------------------------------------
# DAEMONS
-# -----------------------------------------------------------------------
+# -------
#
DAEMONS=(syslog-ng network crond)
diff --git a/rc.conf.5.txt b/rc.conf.5.txt
index bb26c5c..9ec8526 100644
--- a/rc.conf.5.txt
+++ b/rc.conf.5.txt
@@ -137,7 +137,7 @@ NETWORKING[[N]]
Hostname of machine. Should also be put in /etc/hosts. The contents of
/etc/hostname (if not empty) takes precedence.
-Default: "myhost"
+Default: empty
The following settings help you setting up a wired network.