aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-12-28 03:13:16 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-12-28 03:13:16 +0000
commit7ceea32a8d357e195b198fe9d3bd9edeba1d2096 (patch)
tree2894613deb70bf5bb93fdad73b73ef390ab375c2 /UPDATING
parent574078ffc112a93d54b7845071fe09f181eab44c (diff)
downloadports-7ceea32a8d357e195b198fe9d3bd9edeba1d2096.tar.gz
ports-7ceea32a8d357e195b198fe9d3bd9edeba1d2096.zip
Instructions on how to handle multimedia/tovid now that it depends
upon shells/bash
Notes
Notes: svn path=/head/; revision=152249
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING15
1 files changed, 15 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 95c5ed0332d8..26b2875c85b5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -7,6 +7,21 @@ time you update your ports collection, before attempting any port
upgrades.
20051228:
+ AFFECTS: users of multimedia/tovid
+ AUTHOR: lioux@FreeBSD.org
+
+ tovid shell scripts relies heavily on bash(1) but the previous
+ port version tried to use sh(1). However, since there were too
+ many complications, the port now depends on shells/bash.
+
+ Due to this change, the configuration files need to be regenerated.
+ Please, erase all previous configuration files. The configuration
+ file samples will be generated on the 1st invocation of the
+ scripts.
+
+ $ rm ~/.tovid/*
+
+20051228:
AFFECTS: users of shells/scponly
AUTHOR: rushani@FreeBSD.org