From: Ian Jackson Date: Mon, 12 Aug 2019 09:53:27 +0000 (+0100) Subject: really: Default config: Writeability of rc.local suffices, too X-Git-Tag: archive/debian/6.1.1~6 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=commitdiff_plain;h=a164339a1b702cbd83f7b90351d5a4a9f1e9b8ef 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 --- 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)