diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-02-13 11:34:28 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-02-13 11:34:28 -0800 |
commit | 9773974965c7b639a125b44be3728d00af48e929 (patch) | |
tree | cec7818e22ee6ebc3a7613fc3081f67fb8cf0a7d /scripts/vyatta-protocol | |
parent | 5db776a29c90d05f864645e7e171840660f4b268 (diff) | |
parent | 0733bceb217bca1ceb094fb124b89c53cb7cdd25 (diff) | |
download | vyatta-cfg-quagga-9773974965c7b639a125b44be3728d00af48e929.tar.gz vyatta-cfg-quagga-9773974965c7b639a125b44be3728d00af48e929.zip |
Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-quagga into jenner
Conflicts:
scripts/vyatta-protocol
Diffstat (limited to 'scripts/vyatta-protocol')
-rwxr-xr-x | scripts/vyatta-protocol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vyatta-protocol b/scripts/vyatta-protocol index d6e91167..65ee3d76 100755 --- a/scripts/vyatta-protocol +++ b/scripts/vyatta-protocol @@ -58,7 +58,7 @@ case "$1" in --chdir $log_dir --exec $exe_file \ -- -d -P 0 -i $pid_dir/${daemon}.pid - /opt/vyatta/sbin/vyatta-cfg-reload protocols ${daemon/%d/} + sudo /opt/vyatta/sbin/vyatta-reload-proto-config ${daemon/%d/} ;; *) usage;; |