From deeae735ba6cf0951fd3234a208047c831d7478b Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Wed, 11 Jan 2012 16:00:26 +0100 Subject: rc.conf: waste less space and unset hostname by default Partially-requested-by: Dieter Plaetinck Signed-off-by: Tom Gundersen --- rc.conf | 21 +++++---------------- rc.conf.5.txt | 2 +- 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. -- cgit v1.2.3