From 94e83456ab9500a9c6a4ecb5e7b6327e78d6b7e2 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Sat, 7 Mar 2009 14:56:22 -0800 Subject: Fix path to lsof Show tech-support would fail when running lsof as operator. --- debian/vyatta-cfg-system.postinst.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/vyatta-cfg-system.postinst.in b/debian/vyatta-cfg-system.postinst.in index c988312d..59b43d13 100644 --- a/debian/vyatta-cfg-system.postinst.in +++ b/debian/vyatta-cfg-system.postinst.in @@ -76,7 +76,7 @@ Cmnd_Alias ETHTOOL = /usr/sbin/ethtool -p *, \ /usr/sbin/ethtool -a *, \ /usr/sbin/ethtool -c *, \ /usr/sbin/ethtool -i * -Cmnd_Alias DISK = /sbin/lsof, /sbin/fdisk -l *, /sbin/sfdisk -d * +Cmnd_Alias DISK = /usr/bin/lsof, /sbin/fdisk -l *, /sbin/sfdisk -d * Cmnd_Alias DATE = /bin/date, /usr/sbin/ntpdate Cmnd_Alias PPPOE_CMDS = /sbin/pppd, /sbin/poff, /usr/sbin/pppstats Cmnd_Alias PCAPTURE = /usr/bin/tshark, /usr/bin/tcpdump -- cgit v1.2.3 From c1ff68d85ad69606db7834abea64cee1e775371d Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Sat, 7 Mar 2009 23:26:02 -0800 Subject: 0.15.3-11 --- debian/changelog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 29912c1c..0ee0f793 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +vyatta-cfg-system (0.15.3-11) unstable; urgency=low + + [ Stig Thormodsrud ] + * Remove prefix mask on vip if present since it can't be using in + arping. + + [ Stephen Hemminger ] + * Fix path to lsof + + -- An-Cheng Huang Sat, 07 Mar 2009 23:25:55 -0800 + vyatta-cfg-system (0.15.3-10) unstable; urgency=low [ Stephen Hemminger ] -- cgit v1.2.3