[Pkg-mono-svn-commits] [xsp] 04/06: Fix init message (Closes: #692560)

Jo Shields directhex at moszumanska.debian.org
Thu Sep 25 09:27:58 UTC 2014


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to annotated tag debian/3.8-1
in repository xsp.

commit fc256801286c2d6cceb68dae51edd9290f3f6e38
Author: Jo Shields <jo.shields at xamarin.com>
Date:   Thu Sep 25 10:16:06 2014 +0100

    Fix init message (Closes: #692560)
---
 debian/mono-xsp2.init | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/mono-xsp2.init b/debian/mono-xsp2.init
index 1c42f49..aee7983 100755
--- a/debian/mono-xsp2.init
+++ b/debian/mono-xsp2.init
@@ -48,7 +48,7 @@ fi
 should_start() {
     if [ ! -e $VIRTUALFILE -o `cat $VIRTUALFILE | wc -l` = "2" ]; then
 	log_action_msg "You have an incomplete $VIRTUALFILE"
-	log_action_msg "To fix it, you need to install at least one package for xsp2 (like asp.net2-examples)"	
+	log_action_msg "To fix it, you need to install at least one package for xsp2 (like asp.net-examples)"	
 	return 1
     fi 
     

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mono/packages/xsp.git



More information about the Pkg-mono-svn-commits mailing list