aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/jail-commit
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-07 18:14:39 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-07 18:14:39 +0000
commit4a79f818f6a77a655199332ef0a7d787d07759cc (patch)
tree08a08da169a749134996c9d1641d5cb52fad0283 /trunk/src/jail-commit
parente2c20ff09c500808300d6a282fc3b200eadf2d77 (diff)
downloadsimplepkg-4a79f818f6a77a655199332ef0a7d787d07759cc.tar.gz
simplepkg-4a79f818f6a77a655199332ef0a7d787d07759cc.tar.bz2
lots of changes, se file doc/CHANGELOG for info
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@303 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/src/jail-commit')
-rwxr-xr-xtrunk/src/jail-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/jail-commit b/trunk/src/jail-commit
index 84748aa..50bc6ae 100755
--- a/trunk/src/jail-commit
+++ b/trunk/src/jail-commit
@@ -131,7 +131,7 @@ function do_commit {
echo Updating $jailpath...
fi
if [ -d "$TEMPLATE_BASE.d" ] || [ -a "$TEMPLATE_BASE.template" ]; then
- templatepkg -u $template $jailpath
+ SILENT=yes templatepkg -u $template $jailpath
template_merge $jailpath
fi
fi