Package: backupninja
Version: 0.4.4-1
Severity: normal
Tags: patch

>From nb's README:
The configuration files are processed in alphabetical order.

But that's not true.

Here is a stupid patch:

# diff -u `which backupninja` /tmp/bn
--- /usr/sbin/backupninja       2005-03-19 06:18:01.000000000 +0300
+++ /tmp/bn     2005-04-20 20:12:10.000000000 +0400
@@ -429,7 +429,7 @@
 if [ "$singlerun" ]; then
        files=$singlerun
 else
-       files=`find $configdirectory -mindepth 1 `
+       files=`find $configdirectory -mindepth 1 | sort`
 fi

 for file in $files; do


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (620, 'testing'), (600, 'unstable'), (550, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-1-686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)

Versions of packages backupninja depends on:
ii  gawk                          1:3.1.4-2  GNU awk, a pattern scanning and pr
ii  mawk                          1.3.3-11   a pattern scanning and text proces

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to