VPP-127 Removed spurious use of sudo 62/1462/2
authorEd Warnicke <eaw@cisco.com>
Thu, 9 Jun 2016 00:49:40 +0000 (19:49 -0500)
committerChris Luke <chris_luke@cable.comcast.com>
Thu, 9 Jun 2016 01:38:02 +0000 (01:38 +0000)
Change-Id: I1eb18fc6379db30fb802e3b929931788f54e7dc2
Signed-off-by: Ed Warnicke <eaw@cisco.com>
build-root/deb/debian/vpp.preinst
build-root/rpm/vpp.spec

index f80861c..d33cacf 100644 (file)
@@ -1,4 +1,4 @@
 #!/bin/sh -e
 
 # Add the vpp group
-sudo groupadd -f -r vpp
+groupadd -f -r vpp
index a5b097a..b02b2bf 100644 (file)
@@ -51,7 +51,7 @@ TODO: reference and describe only the .h files
 
 %pre
 # Add the vpp group
-sudo groupadd -f -r vpp
+groupadd -f -r vpp
 
 %install
 #