[Dbconfig-common-changes] [dbconfig-common] r229 - trunk/dpkg

Sean Finney seanius at costa.debian.org
Thu May 25 00:27:31 CEST 2006


Author: seanius
Date: 2006-05-24 22:27:31 +0000 (Wed, 24 May 2006)
New Revision: 229

Modified:
   trunk/dpkg/preinst
Log:
small adjustment to warning message in preinst

Modified: trunk/dpkg/preinst
===================================================================
--- trunk/dpkg/preinst	2006-05-24 22:26:06 UTC (rev 228)
+++ trunk/dpkg/preinst	2006-05-24 22:27:31 UTC (rev 229)
@@ -2,9 +2,9 @@
 ### what happens in this script:
 ###
 ### nothing.  unfortunately we can't reliably be run out of a package's
-### postinst script without pre-dependencies, and we don't really need
+### preinst script without pre-dependencies, and we don't really need
 ### to anyway.
 ###	
 dbc_go(){
-	echo "W: use of dbc preinst hooks is now unnecesary and deprecated" >&2
+	dbc_logline "W: use of dbc preinst hooks is now unnecesary and deprecated"
 }




More information about the Dbconfig-common-changes mailing list