/[smecontribs]/rpms/smeserver-automysqlbackup/contribs9/smeserver-automysqlbackup-3.0.RC6-bz10806.errorsAndCreateUsers.patch
ViewVC logotype

Diff of /rpms/smeserver-automysqlbackup/contribs9/smeserver-automysqlbackup-3.0.RC6-bz10806.errorsAndCreateUsers.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.4 by jpp, Tue Nov 26 18:26:54 2019 UTC Revision 1.5 by jpp, Tue Nov 26 18:31:37 2019 UTC
# Line 568  diff -Nur smeserver-automysqlbackup-3.0. Line 568  diff -Nur smeserver-automysqlbackup-3.0.
568  +    find $DB$2 -type f -exec chmod 400 {} \;  +    find $DB$2 -type f -exec chmod 400 {} \;
569  +    find $DB$2 -type d -exec chmod 700 {} \;  +    find $DB$2 -type d -exec chmod 700 {} \;
570  +fi  +fi
571    diff -Nur smeserver-automysqlbackup-3.0.RC6.old/root/etc/e-smith/templates/etc/automysqlbackup/mysql57.conf/20db smeserver-automysqlbackup-3.0.RC6/root/etc/e-smith/templates/etc/automysqlbackup/mysql57.conf/20db
572    --- smeserver-automysqlbackup-3.0.RC6.old/root/etc/e-smith/templates/etc/automysqlbackup/mysql57.conf/20db      2019-11-26 13:27:03.395000000 -0500
573    +++ smeserver-automysqlbackup-3.0.RC6/root/etc/e-smith/templates/etc/automysqlbackup/mysql57.conf/20db  2019-11-26 13:30:23.571000000 -0500
574    @@ -4,7 +4,7 @@
575     # DB Specific
576     CONFIG_backup_dir=${BACKUPDIR}_mysql57
577     CONFIG_mysql_dump_full_schema='no'
578    -CONFIG_db_exclude=( 'performance_schema' 'sys' )
579    +CONFIG_db_exclude=( 'information_schema' 'performance_schema' 'sys' )
580     CONFIG_mysql_dump_socket='/var/lib/mysql/mysql57.sock'
581     # End
582     _EOF


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed