[debian-edu-commits] r82265 - in branches/wheezy/debian-edu-config: debian share/debian-edu-config/tools
pere at alioth.debian.org
pere at alioth.debian.org
Fri Aug 30 06:03:52 UTC 2013
Author: pere
Date: 2013-08-30 06:03:51 +0000 (Fri, 30 Aug 2013)
New Revision: 82265
Modified:
branches/wheezy/debian-edu-config/debian/changelog
branches/wheezy/debian-edu-config/share/debian-edu-config/tools/show-welcome-webpage
Log:
Fix typo in show-welcome-webpage, and quite down script.
Modified: branches/wheezy/debian-edu-config/debian/changelog
===================================================================
--- branches/wheezy/debian-edu-config/debian/changelog 2013-08-30 06:00:56 UTC (rev 82264)
+++ branches/wheezy/debian-edu-config/debian/changelog 2013-08-30 06:03:51 UTC (rev 82265)
@@ -1,6 +1,6 @@
debian-edu-config (1.714~svn82257) UNRELEASED; urgency=low
- * Fix typo in show-welcome-webpage.
+ * Fix typo in show-welcome-webpage, and quite down script.
-- Petter Reinholdtsen <pere at debian.org> Fri, 30 Aug 2013 08:00:42 +0200
Modified: branches/wheezy/debian-edu-config/share/debian-edu-config/tools/show-welcome-webpage
===================================================================
--- branches/wheezy/debian-edu-config/share/debian-edu-config/tools/show-welcome-webpage 2013-08-30 06:00:56 UTC (rev 82264)
+++ branches/wheezy/debian-edu-config/share/debian-edu-config/tools/show-welcome-webpage 2013-08-30 06:03:51 UTC (rev 82265)
@@ -15,7 +15,7 @@
if [ "$GETDEFAULTHOMEPAGE" ] &&
echo "$PROFILE" | egrep -q 'Main-Server|Workstation|Roaming-Workstation|Thin-Client-Server|Minimal' ; then
for lang in $(echo $LANGCODE | tr : " "); do
- if wget -O /dev/null ${GETDEFAULTHOMEPAGE}index.html.$lang ; then
+ if wget -q -O /dev/null ${GETDEFAULTHOMEPAGE}index.html.$lang ; then
welcomeurl="${GETDEFAULTHOMEPAGE}index.html.$lang"
break
else
More information about the debian-edu-commits
mailing list