2018-06-08 Fred Gleason <fredg@paravelsystems.com>

* Removed support for the '--admin-username', '--admin-password',
	'--admin-hostname', '--admin-dbname', '--create-db-hostname',
	'--skip-backup' and '--backup-filename' switches from rdadmin(1).
	* Removed the 'Backup Database' and 'Restore Database' buttons
	from rdadmin(1).
	* Removed the database creation and updater code from rdadmin(1).
This commit is contained in:
Fred Gleason
2018-06-08 13:44:52 +00:00
parent a6bed61842
commit 1196cda562
19 changed files with 340 additions and 10603 deletions

View File

@@ -193,7 +193,7 @@ if test -f /usr/lib/systemd/system/mariadb.service ; then
systemctl start mariadb.service
MYSQL_INIT="systemctl start mariadb.service"
fi
@LOCAL_PREFIX@/bin/rdadmin --check-db --mysql-admin-user=root --mysql-admin-password
@LOCAL_PREFIX@/sbin/rddbmgr --modify
/etc/init.d/rivendell restart
if test "@DISTRO@" = "suse" ; then
/etc/init.d/apache2 restart