diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2009-12-19 08:03:35 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-12-19 08:03:35 +0000 |
commit | 2c0a71172d06a9d1e737c775fc40c3989e959902 (patch) | |
tree | c43168c15b7e1fe913cc6b972d558e20ba02f5ed /conf.d/Makefile | |
parent | cbafcd078df7a9f48abba949f312625e0d68fb43 (diff) |
default route commands on Linux now require gw or via (iproute2).
Diffstat (limited to 'conf.d/Makefile')
-rw-r--r-- | conf.d/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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} $@ |