diff options
author | Tom Grennan <tgrennan@io.vyatta.com> | 2007-12-19 13:08:59 -0800 |
---|---|---|
committer | Tom Grennan <tgrennan@io.vyatta.com> | 2007-12-19 13:08:59 -0800 |
commit | 793d580050edada4b4468b0d8044615ff5fc15aa (patch) | |
tree | 3b5ff34d527edffc2e3bd772c591efc51b3bebaf /Makefile.am | |
parent | 77f192de9e7652c4fe43b3a2f92bcc5ee0314b9a (diff) | |
download | vyatta-cfg-system-793d580050edada4b4468b0d8044615ff5fc15aa.tar.gz vyatta-cfg-system-793d580050edada4b4468b0d8044615ff5fc15aa.zip |
Revert "add init script to force udev settle before itf configured"
This is unnecessary if the config.boot file is available before udevd starts.
This reverts commit a9cd192305b779cb62aecd858ad9a4e5a1fbcad4.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/Makefile.am b/Makefile.am index a05602cb..39d65e30 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,7 @@ -cfgdir = $(datadir)/vyatta-cfg/templates -share_perl5dir = $(datarootdir)/perl5 -libudevdir = /lib/udev -etcudevdir = /etc/udev -initddir = /etc/init.d +cfgdir = $(datadir)/vyatta-cfg/templates +share_perl5dir = $(datarootdir)/perl5 +libudevdir = /lib/udev +etcudevdir = /etc/udev bin_SCRIPTS = sbin_SCRIPTS = @@ -41,8 +40,6 @@ 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 |