commit | 08ff7e00bf0e7cf93a732e98a026a76a4349fd41 | [log] [tgz] |
---|---|---|
author | Damjan Marion <damarion@cisco.com> | Wed Jan 20 13:45:36 2016 +0100 |
committer | Damjan Marion <damarion@cisco.com> | Wed Jan 20 16:33:01 2016 +0100 |
tree | e442365a036132c30d8d8ff1d8431686eea9c495 | |
parent | 13056f93d95182790224c592b4ab78cf5082ebf7 [diff] [blame] |
Rename vpe binary name to avoid collision with latex Change-Id: I34a46b9ebbc0e36486fbef528b34ea1c3be2e8be Signed-off-by: Damjan Marion <damarion@cisco.com>
diff --git a/build-root/deb/debian/vpp.upstart b/build-root/deb/debian/vpp.upstart index ec731d8..c0ff09e 100644 --- a/build-root/deb/debian/vpp.upstart +++ b/build-root/deb/debian/vpp.upstart
@@ -13,7 +13,7 @@ script - exec vpe $(cat /etc/vpp/startup.conf | sed -e 's/#.*//') + exec vpp -c /etc/vpp/startup.conf end script post-stop script