diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-07 13:16:57 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-07 13:52:31 -0700 |
commit | cbc9578ade6afaf6db039401182b6cfe14e73ff9 (patch) | |
tree | 1fd7676d24f778d3e98180b4285b24e943cca4d3 /Makefile.am | |
parent | 766bb0ca075060a8ebafbc57f499933f48aabdbe (diff) | |
download | vyatta-cfg-system-cbc9578ade6afaf6db039401182b6cfe14e73ff9.tar.gz vyatta-cfg-system-cbc9578ade6afaf6db039401182b6cfe14e73ff9.zip |
Put udev rules in /lib/udev
Udev rules have moved from /etc/udev to /lib/udev on Debian Squeeze
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index a25f32cf..0502fcb4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ cfgdir = $(datadir)/vyatta-cfg/templates share_perl5dir = $(datarootdir)/perl5/Vyatta/Login libudevdir = /lib/udev -etcudevdir = /etc/udev +udevrulesdir = /lib/udev/rules.d bin_sudo_usersdir = $(bindir)/sudo-users curverdir = $(sysconfdir)/config-migrate/current netplugupdir = /etc/netplug/linkup.d @@ -85,7 +85,7 @@ sysconf_DATA += sysconf/filecaps sysconf_DATA += sysconf/capability.conf libudev_SCRIPTS = scripts/vyatta_net_name -etcudev_DATA = sysconf/vyatta-net.rules +udevrules_DATA = sysconf/69-vyatta-net.rules curver_DATA = cfg-version/vrrp@1 curver_DATA += cfg-version/system@3 |