From 364c9f0bfc09693f7ecbe0e32b8abd4dfb1ebc85 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Sun, 8 Sep 2019 22:23:49 +0100 Subject: [PATCH] openresolv: Update README --- contrib/openresolv/README.DELETED | 4 ---- contrib/openresolv/README.DRAGONFLY | 30 ++++++++++++++++++++--------- 2 files changed, 21 insertions(+), 13 deletions(-) delete mode 100644 contrib/openresolv/README.DELETED diff --git a/contrib/openresolv/README.DELETED b/contrib/openresolv/README.DELETED deleted file mode 100644 index 9c0b57ac9f..0000000000 --- a/contrib/openresolv/README.DELETED +++ /dev/null @@ -1,4 +0,0 @@ -GNUmakefile -Makefile -config-null.mk -configure diff --git a/contrib/openresolv/README.DRAGONFLY b/contrib/openresolv/README.DRAGONFLY index 5c88690027..49cdf30bb7 100644 --- a/contrib/openresolv/README.DRAGONFLY +++ b/contrib/openresolv/README.DRAGONFLY @@ -2,16 +2,28 @@ OPENRESOLV ========== Original source can be downloaded from: -https://github.com/rsmarples/openresolv/releases +https://roy.marples.name/downloads/openresolv/ -file = openresolv-openresolv-3.9.0.tar.gz -date = 2016 December 30 -size = 20931 -sha1 = f1cf9b923b812b56e50c792cd953891bee93cdf6 +file = openresolv-3.9.2.tar.gz +date = 2019 September 8 +size = 20200 +SHA256 = 14d7e241682e5566f6b8bf4c7316c86d7a9b8e7ed48e1de4967dbf1ea84ed373 -The file README.DELETED contains a list of deleted files and directories. +The source is imported via a Makefile target rather than by hand. +There is no README.DELETED for this import as it's all automated. -No local modification is applied. +Use "git diff vendor/OPENRESOLV contrib/resolvconf" to see local modifications. -The program is installed by 'sbin/resolvconf', and the configuration file is -installed by 'etc/Makefile'. +The program and hook scripts are installed by 'sbin/resolvconf', and the +configuration file is installed by 'etc/Makefile'. + +Upgrade notes +------------- + +1. Configure +2. Import +4. Tailor Makefile in sbin/resolvconf to import + +$ ./configure +$ make import-src DESTDIR=/usr/src/contrib/openresolv +$ vi /usr/src/sbin/resolvconf/Makefile -- 2.41.0