[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[shepherd] 03/32: Remove 'QUESTIONS' file.
From: |
Ludovic Courtès |
Subject: |
[shepherd] 03/32: Remove 'QUESTIONS' file. |
Date: |
Wed, 30 Mar 2022 11:01:27 -0400 (EDT) |
civodul pushed a commit to branch master
in repository shepherd.
commit d13a18beb698b36c572168cad7471adb977d570c
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Tue Mar 29 20:29:48 2022 +0200
Remove 'QUESTIONS' file.
* QUESTIONS: Remove.
* Makefile.am (EXTRA_DIST): Remove it.
* README: Adjust accordingly, and mention Git repository.
---
Makefile.am | 1 -
QUESTIONS | 25 -------------------------
README | 14 ++++++++------
3 files changed, 8 insertions(+), 32 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 774ebba..f8f9113 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -126,7 +126,6 @@ dist_man8_MANS = doc/halt.8 doc/reboot.8
EXTRA_DIST += \
build-aux/config.rpath \
ChangeLog-2003 \
- QUESTIONS \
$(templates) \
doc/examples/README \
doc/examples/_unknown.scm \
diff --git a/QUESTIONS b/QUESTIONS
deleted file mode 100644
index b39e06f..0000000
--- a/QUESTIONS
+++ /dev/null
@@ -1,25 +0,0 @@
-Open questions about dmd
-=-=-=-=-=-=-=-=-=-=-=-=-
-
-- Do we need a `requests' field for services? Service-symbols
- specified there would be started like requirements, but if starting
- all services providing it would fail, we could continue anyway.
- This sounds nice, but it can easiely be emulated by adding to the
- `start' code something like:
-
- (for-each start '(service1 service2))
-
- Since this is so simple, I wonder if this functionality is that
- commonly needed that it is worth adding it. If desired, it would be
- trivial to implement if we don't consider that we might get into
- trouble due to conflicts of these services with other services we
- need to start.
-
-- Do we need a field for services that specifies the global startup
- order, which has a smaller priority than dependencies? This is
- implemented in Darwins init system and was requested for dmd, but I
- have no idea what that should be good for. If desired, it would
- probably not be extremely hard to hack it into dmd. However, a
- better solution might be soft dependencies: "If we start both FOO
- and BAR, start FOO first."
-
diff --git a/README b/README
index 69647f3..7d777e4 100644
--- a/README
+++ b/README
@@ -42,13 +42,15 @@ should read the Texinfo manual for details:
Detailed instructions on installing the GNU Shepherd are available in
the file `INSTALL'. A list of user-visible changes between releases can
-be found in the file `NEWS'. Detailed information about changes on the
-source code level are listed in `ChangeLog'. Open issues on which I
-would like to receive comments are explained in the file `QUESTIONS'.
+be found in the file `NEWS'.
-A list of people who can be considered maintainers of this software is
-available in the file `AUTHORS'. A list of people who have been
-helpful in improving the Shepherd can be found in `THANKS'.
+See the Git version control history and the `AUTHORS' file for a list of
+people who contributed to this software:
+
+ https://git.savannah.gnu.org/cgit/shepherd.git/
+
+A list of people who have been helpful in improving the Shepherd can be
+found in `THANKS'.
This program can be distributed under the terms of the GNU General
Public License, version 3 or any later version, see the file `COPYING'
- [shepherd] branch master updated (6be3ce1 -> cf78dd4), Ludovic Courtès, 2022/03/30
- [shepherd] 04/32: README: Update bug-report section., Ludovic Courtès, 2022/03/30
- [shepherd] 06/32: build: Drop support for Guile 2.0., Ludovic Courtès, 2022/03/30
- [shepherd] 01/32: tests: Remove 'nofiles' test file when cleaning up., Ludovic Courtès, 2022/03/30
- [shepherd] 02/32: README: Mention copyright year ranges., Ludovic Courtès, 2022/03/30
- [shepherd] 03/32: Remove 'QUESTIONS' file.,
Ludovic Courtès <=
- [shepherd] 07/32: Use Fibers., Ludovic Courtès, 2022/03/30
- [shepherd] 13/32: shepherd: Encode log as UTF-8 unconditionally., Ludovic Courtès, 2022/03/30
- [shepherd] 14/32: service: 'make-forkexec-constructor' spawns a logging fiber., Ludovic Courtès, 2022/03/30
- [shepherd] 08/32: README: Update requirements., Ludovic Courtès, 2022/03/30
- [shepherd] 21/32: service: Add systemd constructor and destructor., Ludovic Courtès, 2022/03/30
- [shepherd] 22/32: service: Add 'start-in-the-background'., Ludovic Courtès, 2022/03/30
- [shepherd] 25/32: service: Add #:handle-termination slot., Ludovic Courtès, 2022/03/30
- [shepherd] 28/32: shepherd: Do not change to the client directory when executing a command., Ludovic Courtès, 2022/03/30
- [shepherd] 31/32: doc: Clarify which instance 'herd' talks to., Ludovic Courtès, 2022/03/30
- [shepherd] 09/32: build: Capture the source and object directories of Fibers., Ludovic Courtès, 2022/03/30