Hi On Thu, May 15, 2008 at 03:36:29PM +0200, Otto Visser wrote: > > deluser --backup backs up the home directory of the to be deleted user to a > file > called --bzip2. The order of the arguments in deluser is incorrect, changing > line > 325 by placing $backup_name directly after the "-cf" fixes the problem.
Thanks for spotting. Fixed in SVN.
}
- &systemcall($tar, "-cf", $options, $backup_name, "--files-from",
$filesfilename);
+ &systemcall($tar, $options, "-cf", $backup_name, "--files-from",
$filesfilename);
chmod 0600, $backup_name;
my $rootid = 0;
chown $rootid, $rootid, $backup_name;
Jörg
--
What did you do to the cat? It looks half-dead. -Schroedinger's wife
signature.asc
Description: Digital signature

