LDAP helper: make error message clearer when no supported backend is found
[matthijs/upstream/backupninja.git] / src / backupninja.in
index 34c0bd618e265fff7211d497609512985729b8e1..1dac55d918e344355931611791d792375c377344 100755 (executable)
@@ -379,8 +379,8 @@ while [ $# -ge 1 ]; do
                                singlerun=$2
                                processnow=1
                        else
-                               echo "--run option must be fallowed by a backupninja action file"
-                               fatal "--run option must be fallowed by a backupninja action file"
+                               echo "--run option must be followed by a backupninja action file"
+                               fatal "--run option must be followed by a backupninja action file"
                                usage
                        fi
                        shift
@@ -448,7 +448,7 @@ getconf usecolors "yes"
 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