fix cstream definition
authorMicah Anderson <micah@riseup.net>
Thu, 13 Mar 2008 15:48:59 +0000 (15:48 +0000)
committerMicah Anderson <micah@riseup.net>
Thu, 13 Mar 2008 15:48:59 +0000 (15:48 +0000)
ChangeLog
src/backupninja.in

index 9c7770d9427ef33be6ab6e2a74a618c831005d86..2854988054d4b9a9df3fc0abc6e74fbf9b049a6b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
 version 0.9.6 -- unreleased
     backupninja changes
 version 0.9.6 -- unreleased
     backupninja changes
-
+       fix bug in cstream definition, thanks Jamie McClelland
     handler changes
        dup:
         . General cleanup
     handler changes
        dup:
         . General cleanup
index 34c0bd618e265fff7211d497609512985729b8e1..7fa6fb11e0b180a95ede816c1178075afa71d1e3 100755 (executable)
@@ -448,7 +448,7 @@ getconf usecolors "yes"
 getconf SLAPCAT /usr/sbin/slapcat
 getconf LDAPSEARCH /usr/bin/ldapsearch
 getconf RDIFFBACKUP /usr/bin/rdiff-backup
 getconf SLAPCAT /usr/sbin/slapcat
 getconf LDAPSEARCH /usr/bin/ldapsearch
 getconf RDIFFBACKUP /usr/bin/rdiff-backup
-getconf CSTREAM=/usr/bin/cstream
+getconf CSTREAM /usr/bin/cstream
 getconf MYSQLADMIN /usr/bin/mysqladmin
 getconf MYSQL /usr/bin/mysql
 getconf MYSQLHOTCOPY /usr/bin/mysqlhotcopy
 getconf MYSQLADMIN /usr/bin/mysqladmin
 getconf MYSQL /usr/bin/mysql
 getconf MYSQLHOTCOPY /usr/bin/mysqlhotcopy