commit - c64231097b881d6a690491f2d8a5346a82fabae6
commit + a2ba468c5640c0aa0ebebf95784b7b1d27f8e60f
blob - 5725e6f36d65c432f44db1aa61b50640cb930258
blob + 60f01cc6cfdcd46c2fc85e2bbcbd3b9e23fc17d0
--- README.md
+++ README.md
7. To have nsh take over the configuration of a system a number of steps that need to be carried out such as
7a. Backup configuration of system, daemons and network in /etc
+
7b. Copy the configuration files to /var/run/example-configfilename.0 (the .0 file extension) implies running in the default rdomain / rtable (rdomain 0)
+
7c. save the running config to /etc/nshrc
+
7d. secure the /etc/nshrc file so that world cannot read, write or execute it .
-7d. configure the system to run nsh -i /etc/nshrc either adding a line to /etc/rc.local or using an rccctl script for nsh.
+7e. configure the system to run nsh -i /etc/nshrc either adding a line to /etc/rc.local or using an rccctl script for nsh.
+
for the users convenience, the above steps can be largely automated by running the **rc.local-nsh-openbsd-integration.sh** script and following on scree instructions.
```shell
cd scripts/
./rc.local-nsh-openbsd-integration.sh
```
-8. once configuration has been imported, restart the systme to
+8. once configuration has been imported, restart the system and verify nsh config is running as expected
+
+9. please provide feedback , bug repots and suggestions to the developers on our mailing lists nsh [ at ] lists.deschutesdigital.com
+
+