diff options
author | Tom Grennan <tgrennan@io.vyatta.com> | 2007-12-17 17:16:48 -0800 |
---|---|---|
committer | Tom Grennan <tgrennan@io.vyatta.com> | 2007-12-17 17:16:48 -0800 |
commit | a9cd192305b779cb62aecd858ad9a4e5a1fbcad4 (patch) | |
tree | 52f6c7fafda5760191b868dc03fc61fa09f7cd38 /Makefile.am | |
parent | 35a2193ed8baa7af1c4c01f239b0363a9d5a5d19 (diff) | |
download | vyatta-cfg-quagga-a9cd192305b779cb62aecd858ad9a4e5a1fbcad4.tar.gz vyatta-cfg-quagga-a9cd192305b779cb62aecd858ad9a4e5a1fbcad4.zip |
add init script to force udev settle before itf configured
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index f893bf13..2d109577 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,8 @@ -cfgdir = $(datadir)/vyatta-cfg/templates -share_perl5dir = $(datarootdir)/perl5 -libudevdir = /lib/udev -etcudevdir = /etc/udev +cfgdir = $(datadir)/vyatta-cfg/templates +share_perl5dir = $(datarootdir)/perl5 +libudevdir = /lib/udev +etcudevdir = /etc/udev +initddir = /etc/init.d bin_SCRIPTS = sbin_SCRIPTS = @@ -39,6 +40,8 @@ sysconf_DATA += sysconf/config.boot.default libudev_SCRIPTS = scripts/vyatta_net_name etcudev_DATA = sysconf/vyatta-net.rules +initd_SCRIPTS = etc/init.d/vyatta-udev + cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |