aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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