summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorThomas Jepp <tom@tomjepp.co.uk>2016-02-03 16:54:51 +0000
committerThomas Jepp <tom@tomjepp.co.uk>2016-02-03 16:54:51 +0000
commite5066ccdc30034fc83a6f69bcdc1cd1996008264 (patch)
tree92e72b96d4f3d767c7b276f50962f11080c031f2 /templates
parent3a92c96ba66b256db30b5325267cb123cbe9b7b6 (diff)
downloadvyatta-op-e5066ccdc30034fc83a6f69bcdc1cd1996008264.tar.gz
vyatta-op-e5066ccdc30034fc83a6f69bcdc1cd1996008264.zip
Correct the path to poff for jessie.
Diffstat (limited to 'templates')
-rw-r--r--templates/disconnect/interface/node.tag/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/disconnect/interface/node.tag/node.def b/templates/disconnect/interface/node.tag/node.def
index a3b3cf3..4a937b9 100644
--- a/templates/disconnect/interface/node.tag/node.def
+++ b/templates/disconnect/interface/node.tag/node.def
@@ -29,6 +29,6 @@ run:
echo "Bringing interface $IFNAME down..."
echo "`date`: User $USER stopping PPP daemon for $IFNAME by disconnect command" >> $LOGFILE
- sudo /sbin/poff $IFNAME
+ sudo /usr/bin/poff $IFNAME
fi