tags 385433 + patch thanks * Gerfried Fuchs <[EMAIL PROTECTED]> [2006-08-31 04:12]: > Please update the documentation appropriately because it still speaks > of --backup-to <DIR> in the usage (the script itself) and the manpage.
Pretty please don't fix the documentation but rather the code with the
following patch, it's a simple one-line fix. :)
#v+
--- deluser.orig 2006-08-15 14:36:18.000000000 -0500
+++ deluser 2006-08-31 04:38:48.000000000 -0500
@@ -85,7 +85,7 @@
"remove-home" => \$pconfig{"remove_home"},
"remove-all-files" => \$pconfig{"remove_all_files"},
"backup" => \$pconfig{"backup"},
- "backup-to" => \$pconfig{"backup_to"}
+ "backup-to=s" => \$pconfig{"backup_to"}
) ) {
&usage;
exit 1;
#v-
Thanks in advance for helping to not break existing scripts due to this
small change. :)
So long,
Alfie
--
(Ed.'s note: this is where we "sell" you to a free program. It's really more of
a feature overview, so take it as such.)
<http://mojo.skazat.com/features/>
signature.asc
Description: Digital signature

