diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2007-12-18 09:54:39 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2007-12-18 09:54:39 -0800 |
commit | 527ebe536c85691d79e5d81cd4f1fae4746db8c8 (patch) | |
tree | e821f97c50066133b058f28641965c4e4e6049f1 /Makefile.am | |
parent | 1802eb010fb9b382dde4d3e1574fd578027c7dc0 (diff) | |
parent | 44a2449730a5c379c96a486a8161daa8ebe2504f (diff) | |
download | vyatta-cfg-quagga-527ebe536c85691d79e5d81cd4f1fae4746db8c8.tar.gz vyatta-cfg-quagga-527ebe536c85691d79e5d81cd4f1fae4746db8c8.zip |
Merge branch 'master' of http://phuket.vyatta.com/vyatta-cfg-system
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 |