Commit | Line | Data |
---|---|---|
8382a10e AL |
1 | openresolv is a resolvconf implementation which manages resolv.conf |
2 | You can find the latest version at http://roy.marples.name/projects/openresolv | |
3 | It is written and maintained by Roy Marples <roy@marples.name> | |
4 | ||
5 | This resolvconf implementation, along with its subscribers, work with a | |
6 | POSIX compliant shell and userland utilities. It is designed to work without | |
7 | tools such as sed as it *has* to work without /usr being available. | |
8 | ||
9 | On systems where resolvconf is expected to be used before /var/run is available | |
10 | for writing, you can configure openresolv to write somewhere else, like say a | |
11 | ramdisk. |