Package: flexbackup
Version: 1.2.1-2
Severity: important
Tags: patch
sub backup_dump does not use %path hash for dump, so if backup user does not
have /sbin in his $PATH (it is so for Debian 'backup' system user), flexbackup
cannot use dump.
--- flexbackup 2005-02-06 19:29:06.000000000 +0300
+++ /usr/bin/flexbackup 2005-02-06 19:33:21.000000000 +0300
@@ -1057,7 +1057,7 @@
}
$cmd = '';
- $cmd .= "dump -$level ";
+ $cmd .= "$::path{dump} -$level ";
$cmd .= "$::dump_blk_flag ";
if ($cfg::dump_use_dumpdates eq "true") {
$cmd .= "-u ";
-- System Information:
Debian Release: 3.1
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.27-1-k7
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R (charmap=KOI8-R)
Versions of packages flexbackup depends on:
ii cpio 2.5-1.1 GNU cpio -- a program to manage ar
ii perl 5.8.4-5 Larry Wall's Practical Extraction
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]