From 4e143f18c077f7526f6d3a1ef21440a2015166e8 Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Sat, 29 Sep 2001 18:57:00 +0000
Subject: [PATCH] (canonical-name): Added a missing "?" to the validate regexp:
 the port 	number part should be optional.

---
 run-support/aux-items.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/run-support/aux-items.conf b/run-support/aux-items.conf
index 13cbaa115..325299cc6 100644
--- a/run-support/aux-items.conf
+++ b/run-support/aux-items.conf
@@ -1,5 +1,5 @@
 # 
-# $Id: aux-items.conf,v 1.15 2001/09/22 13:41:24 byers Exp $
+# $Id: aux-items.conf,v 1.16 2001/09/29 18:57:00 ceder Exp $
 # Copyright (C) 1994-2000  Lysator Academic Computer Association.
 # 
 # This file is part of the LysKOM server.
@@ -420,7 +420,7 @@
     unique          = true;
     secret          = false;
     hide-creator    = false;
-    validate        = "^[---A-Za-z0-9.]+(:[0-9]+)$";
+    validate        = "^[---A-Za-z0-9.]+(:[0-9]+)?$";
 }
 
 #
-- 
GitLab