From 516daec7b0af0a56bb7254b7124298741e34c25a Mon Sep 17 00:00:00 2001 From: Andrew McMillan Date: Sat, 8 Sep 2007 14:14:13 +1200 Subject: [PATCH] Change the default database name. --- dba/create-database.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dba/create-database.sh b/dba/create-database.sh index 50eddc4b..96a9b82b 100755 --- a/dba/create-database.sh +++ b/dba/create-database.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Build the RSCDS database +# Build the DAViCal database # DBNAME="${1:-davical}"