From a164339a1b702cbd83f7b90351d5a4a9f1e9b8ef Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Mon, 12 Aug 2019 10:53:27 +0100 Subject: [PATCH] really: Default config: Writeability of rc.local suffices, too This makes it work on systems not using sysvinit and which therefore don't have /etc/inittab. Signed-off-by: Ian Jackson --- debian/changelog | 2 +- settings.make | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5c93bfa..997822c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -chiark-utils (6.0.5) unstable; urgency=medium +chiark-utils (6.0.5~) unstable; urgency=medium * diff --git a/settings.make b/settings.make index 495b2b3..27969c1 100644 --- a/settings.make +++ b/settings.make @@ -20,7 +20,8 @@ # website at www.fsf.org, or the GNU Project website at www.gnu.org. CONFIG_CPPFLAGS= -DRWBUFFER_SIZE_MB=$(RWBUFFER_SIZE_MB) \ - -DREALLY_CHECK_FILE='"/etc/inittab"' + -DREALLY_CHECK_FILE='"/etc/inittab"' \ + -DREALLY_CHECK_FILE_2='"/etc/rc.local"' CC= gcc CFLAGS= $(WARNINGS) $(OPTIMISE) $(DEBUG) $(CMDLINE_CFLAGS) -- 2.30.2