diff options
author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2019-11-20 22:20:11 +0000 |
---|---|---|
committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2019-11-20 22:20:11 +0000 |
commit | d7fde65d0ed7c3a3d6b23959d8a7de22feb83032 (patch) | |
tree | 13c2fbf1df210863d6573f33ba027a1302e70def /README | |
parent | 2d823aa1c78fa588688b3d0ad06e678cd94304d4 (diff) |
Notes
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README new file mode 100644 index 000000000000..b4042b0e81a5 --- /dev/null +++ b/README @@ -0,0 +1,11 @@ +openresolv is a resolvconf implementation which manages resolv.conf +You can find the latest version at http://roy.marples.name/projects/openresolv +It is written and maintained by Roy Marples <roy@marples.name> + +This resolvconf implementation, along with its subscribers, work with a +POSIX compliant shell and userland utilities. It is designed to work without +tools such as sed as it *has* to work without /usr being available. + +On systems where resolvconf is expected to be used before /var/run is available +for writing, you can configure openresolv to write somewhere else, like say a +ramdisk. |