rdiff handler does not require 'label' (for real this time?)
added makecd ninjahelper
(thanks to Stefani stefani@riseup.net)
+ made ninjahelper create files with mode 600 rather than 000
version 0.9 -- October 19 2005
*** IMPORTANT CHANGE, UPGRADE AT ONCE ***
# conf = /etc/ldap/slapd.conf
# databases = all
EOF
- chmod 000 $next_filename
+ chmod 600 $next_filename
return
done
}
# backupdir = /var/backups/mysql
# dbhost = localhost
EOF
- chmod 000 $next_filename
+ chmod 600 $next_filename
}
mysql_wizard() {
$pgsql_compress
EOF
- chmod 000 $next_filename
+ chmod 600 $next_filename
}
host = $rdiff_host
user = $rdiff_user
EOF
- chmod 000 $next_filename
+ chmod 600 $next_filename
}
rdiff_main_menu() {
# partitionsfile = /var/backups/partitions.__star__.txt
# hardwarefile = /var/backups/hardware.txt
EOF
- chmod 000 $next_filename
+ chmod 600 $next_filename
}