summaryrefslogtreecommitdiff
path: root/debian/vyatta-cfg-system.postinst.in
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-03-07 14:56:22 -0800
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-03-07 14:56:22 -0800
commit94e83456ab9500a9c6a4ecb5e7b6327e78d6b7e2 (patch)
tree233063d9ce6539a65a98ccab149a18e8a4b0fb6a /debian/vyatta-cfg-system.postinst.in
parent084e7f10bdcd701c4d2643e5ed286c3d824ba975 (diff)
downloadvyatta-cfg-quagga-94e83456ab9500a9c6a4ecb5e7b6327e78d6b7e2.tar.gz
vyatta-cfg-quagga-94e83456ab9500a9c6a4ecb5e7b6327e78d6b7e2.zip
Fix path to lsof
Show tech-support would fail when running lsof as operator.
Diffstat (limited to 'debian/vyatta-cfg-system.postinst.in')
-rw-r--r--debian/vyatta-cfg-system.postinst.in2
1 files changed, 1 insertions, 1 deletions
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