diff options
author | Roy Marples <roy@marples.name> | 2009-10-16 08:08:22 +0100 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-10-16 08:08:22 +0100 |
commit | baeb59cd2e7bc68e95c8fb3f94ecb0c7d6e54589 (patch) | |
tree | 47cea1798b9ae163d14c988df361b5ff2cfc9f16 /init.d/Makefile | |
parent | a4b03ead790c5b02e99c2cd5005a508bf8540150 (diff) |
Add a new staticroute init script so that .... static routes can be configured!
Fixes Gentoo #288421.
Diffstat (limited to 'init.d/Makefile')
-rw-r--r-- | init.d/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.d/Makefile b/init.d/Makefile index 0786e050..6a0323ce 100644 --- a/init.d/Makefile +++ b/init.d/Makefile @@ -1,6 +1,7 @@ DIR= ${INITDIR} SRCS= bootmisc.in fsck.in hostname.in local.in localmount.in netmount.in \ - network.in root.in savecache.in swap.in swclock.in sysctl.in urandom.in + network.in root.in savecache.in staticroute.in swap.in swclock.in \ + sysctl.in urandom.in BIN= ${OBJS} # Build our old net foo or not |