Module Name: othersrc
Committed By: riz
Date: Sun Mar 17 17:21:14 UTC 2013
Modified Files:
othersrc/share/examples/ec2/files: bootstrap.sh
Log Message:
Call pkgin with -y flag to avoid unneccesary questions.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/share/examples/ec2/files/bootstrap.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/share/examples/ec2/files/bootstrap.sh
diff -u othersrc/share/examples/ec2/files/bootstrap.sh:1.2 othersrc/share/examples/ec2/files/bootstrap.sh:1.3
--- othersrc/share/examples/ec2/files/bootstrap.sh:1.2 Wed Apr 25 00:14:50 2012
+++ othersrc/share/examples/ec2/files/bootstrap.sh Sun Mar 17 17:21:14 2013
@@ -42,7 +42,7 @@ binpkg)
echo $PKG_PATH >> ${PKGIN_CONF}.new
mv ${PKGIN_CONF}.new ${PKGIN_CONF}
echo "Updating pkgin database..."
- /usr/pkg/bin/pkgin update
+ /usr/pkg/bin/pkgin -y update
echo
echo "You may now use pkgin to manage binary packages. If you find"
echo "yourself trying to install packages which require X11 libraries,"