summaryrefslogtreecommitdiff
path: root/ezjail-admin
diff options
context:
space:
mode:
authorerdgeist <erdgeist@erdgeist.org>2006-01-16 05:10:38 +0000
committererdgeist <erdgeist@erdgeist.org>2006-01-16 05:10:38 +0000
commit3014e8e36bf3946c1302e9734cafa24ee85101cf (patch)
treea7f220802b3cdca21a85eea97dbb67b5deb1dc46 /ezjail-admin
parent388c9ffef5f5ddb024c9c41e58f486e79f946521 (diff)
Some people dont want there sticky tags removed on ports updating
Diffstat (limited to 'ezjail-admin')
-rwxr-xr-xezjail-admin2
1 files changed, 1 insertions, 1 deletions
diff --git a/ezjail-admin b/ezjail-admin
index b875da1..25d0a1e 100755
--- a/ezjail-admin
+++ b/ezjail-admin
@@ -282,7 +282,7 @@ setup|update)
282 if [ -f ${ezjail_jailbase}/usr/ports/CVS/Root ]; then 282 if [ -f ${ezjail_jailbase}/usr/ports/CVS/Root ]; then
283 echo -n "Updating ports from "; cat ${ezjail_jailbase}/usr/ports/CVS/Root 283 echo -n "Updating ports from "; cat ${ezjail_jailbase}/usr/ports/CVS/Root
284 echo "Gathering local information may take a while." 284 echo "Gathering local information may take a while."
285 cd ${ezjail_jailbase}/usr/ports/; cvs up -APd 285 cd ${ezjail_jailbase}/usr/ports/; cvs up -Pd
286 else 286 else
287 echo "Checking out ports from ${ezjail_portscvsroot}" 287 echo "Checking out ports from ${ezjail_portscvsroot}"
288 mkdir -p ${ezjail_jailbase}/usr/ports/ 288 mkdir -p ${ezjail_jailbase}/usr/ports/