summaryrefslogtreecommitdiff
path: root/textproc/cdsware/files/create-db.sql
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2005-11-05 09:07:44 +0000
committerKris Kennaway <kris@FreeBSD.org>2005-11-05 09:07:44 +0000
commitb1cf59535c70b37f79dbb4a7374b9908cd760c4c (patch)
treede86c8c77ebfec33fb4888f702c1c1fc593cce83 /textproc/cdsware/files/create-db.sql
parent- update for cairo release (diff)
Remove expired ports
Notes
Notes: svn path=/head/; revision=147349
Diffstat (limited to 'textproc/cdsware/files/create-db.sql')
-rw-r--r--textproc/cdsware/files/create-db.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/cdsware/files/create-db.sql b/textproc/cdsware/files/create-db.sql
deleted file mode 100644
index a454ca007196..000000000000
--- a/textproc/cdsware/files/create-db.sql
+++ /dev/null
@@ -1,2 +0,0 @@
-CREATE DATABASE %%DBNAME%%;
-GRANT ALL PRIVILEGES ON cdsware.* TO %%DBUSER%% IDENTIFIED BY '%%DBPASS%%';