[Pkg-sql-ledger-commit] r136 - trunk/debian

pkg-sql-ledger-commit-owner at lists.alioth.debian.org pkg-sql-ledger-commit-owner at lists.alioth.debian.org
Sun Sep 3 21:01:35 UTC 2006


Author: hertzog
Date: 2006-09-03 21:01:33 +0000 (Sun, 03 Sep 2006)
New Revision: 136

Modified:
   trunk/debian/postinst
Log:
Fix the info message and enhance the comment in the default file.


Modified: trunk/debian/postinst
===================================================================
--- trunk/debian/postinst	2006-09-03 20:53:34 UTC (rev 135)
+++ trunk/debian/postinst	2006-09-03 21:01:33 UTC (rev 136)
@@ -27,11 +27,11 @@
 
 if [ -d /etc/apache/conf.d ] ; then
     if [ ! -e /etc/apache/conf.d/sql-ledger.conf ]; then
-	echo "INFO: A default /etc/sql-ledger/sql-ledger-httpd.conf has been setup."
+	echo "INFO: A default /etc/apache/conf.d/sql-ledger-httpd.conf has been setup."
 	cat <<END >/etc/apache/conf.d/sql-ledger.conf
 # Uncomment the following line to deactivate sql-ledger on the default
-# apache configuration, you'll have to include that line of configuration
-# for each virtual host where you want to activate it
+# apache configuration. In that case you'll have to include this line of
+# configuration for each virtual host where you want to activate it
 Include /etc/sql-ledger/sql-ledger-httpd.conf
 END
     fi




More information about the Pkg-sql-ledger-commit mailing list