diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
commit | b1cf59535c70b37f79dbb4a7374b9908cd760c4c (patch) | |
tree | de86c8c77ebfec33fb4888f702c1c1fc593cce83 /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.sql | 2 |
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%%'; |