/[smecontribs]/rpms/smeserver-BackupPC/contribs7/smeserver-BackupPC-0.1-remove_quotes.patch
ViewVC logotype

Contents of /rpms/smeserver-BackupPC/contribs7/smeserver-BackupPC-0.1-remove_quotes.patch

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


Revision 1.1 - (show annotations) (download)
Tue Jun 16 14:44:44 2009 UTC (14 years, 11 months ago) by vip-ire
Branch: MAIN
CVS Tags: smeserver-BackupPC-0_1-12_el4_sme, smeserver-BackupPC-0_1-11_el4_sme, HEAD
Remove quotes when calling signal-event with ssh

1 --- smeserver-BackupPC-0.1/root/etc/BackupPC/pc/smeserver-template.pl.remove_quotes 2009-06-17 11:05:29.000000000 +0200
2 +++ smeserver-BackupPC-0.1/root/etc/BackupPC/pc/smeserver-template.pl 2009-06-17 11:05:49.000000000 +0200
3 @@ -20,7 +20,7 @@
4 '/var/spool/squid'
5 ]
6 };
7 -$Conf{DumpPreUserCmd} = '$sshPath -l root $host "/sbin/e-smith/signal-event pre-backup"';
8 +$Conf{DumpPreUserCmd} = '$sshPath -l root $host /sbin/e-smith/signal-event pre-backup';
9 $Conf{XferMethod} = 'rsync';
10 $Conf{BackupsDisable} = 1;
11

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