diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2013-04-07 22:30:58 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-04-07 22:40:07 -0500 |
commit | 05e438ca376ec0de6338ef8435ca97a3c3a95847 (patch) | |
tree | 9cb6c9e6311d147f0e95cb8879e9c22ae8d06cfd /doc | |
parent | initial commit ported from OpenRc (diff) | |
download | netifrc-05e438ca376ec0de6338ef8435ca97a3c3a95847.tar.gz netifrc-05e438ca376ec0de6338ef8435ca97a3c3a95847.tar.bz2 netifrc-05e438ca376ec0de6338ef8435ca97a3c3a95847.zip |
doc: add README
This is the information that was stored in /etc/conf.d/net while these
scripts were part of OpenRC. Moving it to the doc directory means that
there is no longer a conf.d/net file to worry about with upgrades. This
is not a regression since the default conf.d/net was only comments and
was meant to be replaced.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 1 | ||||
-rw-r--r-- | doc/README | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile index 840336d..047d689 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,5 @@ DIR= ${DOCDIR}/gentoo-oldnet +CONF= README SRCS= net.example.in INC= net.example diff --git a/doc/README b/doc/README new file mode 100644 index 0000000..ecff8ab --- /dev/null +++ b/doc/README @@ -0,0 +1,4 @@ +The default configuration automatically uses DHCP to configure any +network interfaces started by these scripts. +To create a more complete configuration, please review net.example in this +directory and save your configuration in /etc/conf.d/net. |