[Pkg-erlang-commits] r1436 - yaws/trunk/debian
sgolovan at alioth.debian.org
sgolovan at alioth.debian.org
Mon May 14 12:57:37 UTC 2012
Author: sgolovan
Date: 2012-05-14 12:57:37 +0000 (Mon, 14 May 2012)
New Revision: 1436
Modified:
yaws/trunk/debian/changelog
yaws/trunk/debian/yaws.postinst
Log:
[yaws]
* Removed unnecessary message to user.
Modified: yaws/trunk/debian/changelog
===================================================================
--- yaws/trunk/debian/changelog 2012-05-13 14:53:13 UTC (rev 1435)
+++ yaws/trunk/debian/changelog 2012-05-14 12:57:37 UTC (rev 1436)
@@ -9,7 +9,7 @@
* Switched to the snakeoil SSL certificate from generating a new one in
postinstallation script.
- -- Sergei Golovan <sgolovan at debian.org> Sun, 13 May 2012 16:40:55 +0400
+ -- Sergei Golovan <sgolovan at debian.org> Mon, 14 May 2012 16:57:06 +0400
yaws (1.92-2) unstable; urgency=low
Modified: yaws/trunk/debian/yaws.postinst
===================================================================
--- yaws/trunk/debian/yaws.postinst 2012-05-13 14:53:13 UTC (rev 1435)
+++ yaws/trunk/debian/yaws.postinst 2012-05-14 12:57:37 UTC (rev 1436)
@@ -53,7 +53,6 @@
if dpkg --compare-versions "$2" lt "1.66-2" ; then
for f in localhost.conf localhost-ssl.conf ; do
if [ ! -f /etc/yaws/conf.d/$f ] ; then
- echo "Creating config symlink /etc/yaws/conf.d/$f"
ln -s ../conf.avail/$f /etc/yaws/conf.d/
fi
done
More information about the Pkg-erlang-commits
mailing list