chiark / gitweb /
really: Default config: Writeability of rc.local suffices, too
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 12 Aug 2019 09:53:27 +0000 (10:53 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 12 Aug 2019 09:58:53 +0000 (10:58 +0100)
This makes it work on systems not using sysvinit and which therefore
don't have /etc/inittab.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
debian/changelog
settings.make

index 5c93bfafb5b3737c09760f19660a22987a27b3f8..997822c3b8aa3c1b399ac0d27054fc17d7c48a2e 100644 (file)
@@ -1,4 +1,4 @@
-chiark-utils (6.0.5) unstable; urgency=medium
+chiark-utils (6.0.5~) unstable; urgency=medium
 
   * 
 
index 495b2b3f855b47d716d59929186d61ee5079bdf4..27969c14f319761ab1cf37b96cb43f9a4e55aff2 100644 (file)
@@ -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)