This commit was generated by cvs2svn to compensate for changes in r11022,
[freeside.git] / FS / bin / freeside-daily
index 3e4843b..ac0a823 100755 (executable)
@@ -13,7 +13,7 @@ my $user = shift or die &usage;
 adminsuidsetup $user;
 
 #you can skip this by not having a NetworkMonitoringSystem configured
-use FS::Cron::nms qw(nms_report);
+use FS::Cron::nms_report qw(nms_report);
 nms_report(%opt);
 
 #you can skip this by setting the disable_cron_billing config
@@ -51,8 +51,8 @@ if ( $opt{u} ) {
 }
 
 #you can skip this just by not having the config
-use FS::Cron::backup qw(backup_scp);
-backup_scp();
+use FS::Cron::backup qw(backup);
+backup();
 
 #same
 use FS::Cron::rt_tasks qw(rt_escalate);