diff options
author | Gerrit Pape <pape@smarden.org> | 2024-09-25 23:09:11 +0000 |
---|---|---|
committer | Gerrit Pape <pape@smarden.org> | 2024-09-26 00:02:47 +0000 |
commit | c775a56cb8b88816214121028e91dbb9ca6469f2 (patch) | |
tree | 37253e8aa5a5476ec2238fec03a4bda7e4a2417b | |
parent | 190f2f990fcd9cbb64743e10c8b88007577f97a2 (diff) | |
download | runit-c775a56cb8b88816214121028e91dbb9ca6469f2.tar.gz runit-c775a56cb8b88816214121028e91dbb9ca6469f2.tar.xz runit-c775a56cb8b88816214121028e91dbb9ca6469f2.zip |
doc: change mail address
-rw-r--r-- | doc/install.html | 2 | ||||
-rw-r--r-- | doc/replaceinit.html | 4 | ||||
-rw-r--r-- | package/CHANGES | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/doc/install.html b/doc/install.html index fb3b2c4..5df87c1 100644 --- a/doc/install.html +++ b/doc/install.html @@ -43,7 +43,7 @@ hierarchy, do: </pre> To report success: <pre> - # mail pape-runit-2.1.2@smarden.org <compile/sysdeps + # mail pape-runit-2.1.2@xxiv.smarden.org <compile/sysdeps </pre> If you use <i>runit</i> regularly, please <a href="http://smarden.org/pape/#contribution">contribute</a> to the project. diff --git a/doc/replaceinit.html b/doc/replaceinit.html index 70f6f7d..0240bda 100644 --- a/doc/replaceinit.html +++ b/doc/replaceinit.html @@ -122,7 +122,7 @@ default Unix process no 1 <i>runit</i>. </pre> To report success: <pre> - # ( uname -a ; cat /etc/runit/[123] ) |mail pape-runit-2.1.2@smarden.org + # ( uname -a ; cat /etc/runit/[123] ) |mail pape-runit-2.1.2@xxiv.smarden.org </pre> <hr> @@ -211,7 +211,7 @@ This will cause <i>runit</i> to enter stage 3 which runs <p> To report success: <pre> - # ( uname -a ; cat /etc/runit/[123] ) |mail pape-runit-2.1.2@smarden.org + # ( uname -a ; cat /etc/runit/[123] ) |mail pape-runit-2.1.2@xxiv.smarden.org </pre> <h3>Step 5: Service migration</h3> The goal is to migrate all services from <i>/etc/rc.*</i> scheme to the diff --git a/package/CHANGES b/package/CHANGES index 3cd5772..9f0ae44 100644 --- a/package/CHANGES +++ b/package/CHANGES @@ -1,3 +1,4 @@ + * doc/install.html, doc/replaceinit.html: change mail address. * package/TODO: remove. * package/README,COPYING: Copyright date. * chpst.c: fix compilation warning(s): -Wunsequenced (thx Dmitry |