diff options
author | 2013-04-07 22:30:58 -0500 | |
---|---|---|
committer | 2013-04-07 22:40:07 -0500 | |
commit | 05e438ca376ec0de6338ef8435ca97a3c3a95847 (patch) | |
tree | 9cb6c9e6311d147f0e95cb8879e9c22ae8d06cfd /doc/README | |
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/README')
-rw-r--r-- | doc/README | 4 |
1 files changed, 4 insertions, 0 deletions
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. |