From 2c0a71172d06a9d1e737c775fc40c3989e959902 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Sat, 19 Dec 2009 08:03:35 +0000 Subject: default route commands on Linux now require gw or via (iproute2). --- conf.d/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.d/Makefile') diff --git a/conf.d/Makefile b/conf.d/Makefile index 5f9cf453..b9852719 100644 --- a/conf.d/Makefile +++ b/conf.d/Makefile @@ -13,7 +13,7 @@ SOS?= BSD network: network.in network.${OS} cp $@.in $@ - [ -e $@.${OS} ] && cat $@.${OS} >> $@ || true + [ -e $@.${SOS} ] && cat $@.${SOS} >> $@ || true staticroute: staticroute.${SOS} cp $@.${SOS} $@ -- cgit v1.2.3