diff options
Diffstat (limited to 'build-root/deb')
-rw-r--r-- | build-root/deb/debian/control | 8 | ||||
-rw-r--r-- | build-root/deb/debian/vpp-bin.README.Debian | 2 | ||||
-rw-r--r-- | build-root/deb/debian/vpp.upstart | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/build-root/deb/debian/control b/build-root/deb/debian/control index 0278286af9d..a90cea76ea2 100644 --- a/build-root/deb/debian/control +++ b/build-root/deb/debian/control @@ -9,10 +9,10 @@ Package: vpp Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Vector Packet Processing--executables - This package provides VPP executables: vpe, vpe_api_test, vpe_json_test - vpe - the vector packet engine - vpe_api_test - vector packet engine API test tool - vpe_json_test - vector packet engine JSON test tool + This package provides VPP executables: vpp, vpp_api_test, vpp_json_test + vpp - the vector packet engine + vpp_api_test - vector packet engine API test tool + vpp_json_test - vector packet engine JSON test tool Package: vpp-dbg Architecture: any diff --git a/build-root/deb/debian/vpp-bin.README.Debian b/build-root/deb/debian/vpp-bin.README.Debian index 25ecd38ef66..192289696ef 100644 --- a/build-root/deb/debian/vpp-bin.README.Debian +++ b/build-root/deb/debian/vpp-bin.README.Debian @@ -1,6 +1,6 @@ To run vpp with the debug shell: -sudo vpe unix interactive +sudo vpp unix interactive which will result in a prompt that looks like: diff --git a/build-root/deb/debian/vpp.upstart b/build-root/deb/debian/vpp.upstart index ec731d896f5..c0ff09e2c16 100644 --- a/build-root/deb/debian/vpp.upstart +++ b/build-root/deb/debian/vpp.upstart @@ -13,7 +13,7 @@ end script script - exec vpe $(cat /etc/vpp/startup.conf | sed -e 's/#.*//') + exec vpp -c /etc/vpp/startup.conf end script post-stop script |