From 18422ea861b3e6e4ff3a2ffe3364343deb538b5d Mon Sep 17 00:00:00 2001
From: James Moger <james.moger@gitblit.com>
Date: Wed, 20 Jul 2011 16:00:21 -0400
Subject: [PATCH] Default to port 8443 for GO to be more nix friendly (issue 12)

---
 distrib/uninstallService.cmd |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/distrib/uninstallService.cmd b/distrib/uninstallService.cmd
index a483c55..481983c 100644
--- a/distrib/uninstallService.cmd
+++ b/distrib/uninstallService.cmd
@@ -1 +1,5 @@
-javaservice -uninstall gitblit
\ No newline at end of file
+@REM arch = x86, amd64, or ia32
+SET ARCH=amd64
+
+@REM Delete the gitblit service
+"%CD%\%ARCH%\gitblitv.exe" //DS//gitblit
\ No newline at end of file

--
Gitblit v1.9.1