diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2008-02-26 18:00:41 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2008-02-26 18:00:41 -0800 |
commit | 93fe2569aedb2b60604b9ef77edd40aa2af17f93 (patch) | |
tree | d57865d431143d74e0377001b3fe49c6c188afed /templates/clear/dhcp/client/process | |
parent | af91e353109647aac21ac723c3ce9111cf582f3f (diff) | |
download | vyatta-op-93fe2569aedb2b60604b9ef77edd40aa2af17f93.tar.gz vyatta-op-93fe2569aedb2b60604b9ef77edd40aa2af17f93.zip |
Fix operator permissions for "clear interface counters" and "clear dhcp client process"
Diffstat (limited to 'templates/clear/dhcp/client/process')
-rw-r--r-- | templates/clear/dhcp/client/process/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/clear/dhcp/client/process/node.def b/templates/clear/dhcp/client/process/node.def index 565e702..50e52ff 100644 --- a/templates/clear/dhcp/client/process/node.def +++ b/templates/clear/dhcp/client/process/node.def @@ -1,2 +1,2 @@ help: Restart the dhcp client process -run: sudo /opt/vyatta/sbin/vyatta-interfaces.pl --restart-dhclient +run: sudo ${vyatta_bindir}/sudo-users/vyatta-interfaces.pl --restart-dhclient |