From baeb59cd2e7bc68e95c8fb3f94ecb0c7d6e54589 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 16 Oct 2009 08:08:22 +0100 Subject: Add a new staticroute init script so that .... static routes can be configured! Fixes Gentoo #288421. --- conf.d/Makefile | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'conf.d/Makefile') diff --git a/conf.d/Makefile b/conf.d/Makefile index b78baf55..5f9cf453 100644 --- a/conf.d/Makefile +++ b/conf.d/Makefile @@ -1,14 +1,19 @@ DIR= ${CONFDIR} -CONF= bootmisc fsck hostname local localmount network urandom +CONF= bootmisc fsck hostname local localmount network staticroute urandom -TARGETS+= network -CLEANFILES+= network +TARGETS+= network staticroute +CLEANFILES+= network staticroute MK= ../mk include ${MK}/os.mk include Makefile.${OS} include ${MK}/scripts.mk +SOS?= BSD + network: network.in network.${OS} - cp network.in network - [ -e network.${OS} ] && cat network.${OS} >> network || true + cp $@.in $@ + [ -e $@.${OS} ] && cat $@.${OS} >> $@ || true + +staticroute: staticroute.${SOS} + cp $@.${SOS} $@ -- cgit v1.2.3