PostgreSQL should be MySQL

svn path=/nixos/trunk/; revision=17691
This commit is contained in:
Rob Vermaas 2009-10-07 11:58:23 +00:00
parent 704e56667a
commit 870b2ae68e

View File

@ -46,7 +46,7 @@ in
location = mkOption { location = mkOption {
default = "/var/backup/mysql"; default = "/var/backup/mysql";
description = '' description = ''
Location to put the gzipped PostgreSQL database dumps. Location to put the gzipped MySQL database dumps.
''; '';
}; };
}; };