Package: bacula
Version: 1.36.2-1
Severity: normal
Tags: patch

Using the wxconsole I discovered that the auto-completion help for the
'cancel' command provides erroneous information.  This information
comes from the bacula server, and the attached patch brings this
information in sync with the documentation.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (80, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.6-2-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

-- 
NOTICE: You have just been infected with Cooperative UNIX Email Virus.
To cooperate please run rm -rf / as root.
Thank you for your cooperation
 
www: http://dman13.dyndns.org/~dman/            jabber: [EMAIL PROTECTED]
--- src/dird/ua_cmds.c.orig     2005-04-06 15:19:36.636609424 -0400
+++ src/dird/ua_cmds.c  2005-04-06 15:20:13.176649111 -0400
@@ -98,7 +98,7 @@
  { N_("add"),        add_cmd,         _("add media to a pool")},
  { N_("autodisplay"), autodisplay_cmd, _("autodisplay [on|off] -- console 
messages")},
  { N_("automount"),   automount_cmd,  _("automount [on|off] -- after label")},
- { N_("cancel"),     cancel_cmd,    _("cancel <job=nnn> -- cancel a job")},
+ { N_("cancel"),     cancel_cmd,    _("cancel <jobid=nnn> <job=name>-- cancel 
a job")},
  { N_("create"),     create_cmd,    _("create DB Pool from resource")},  
  { N_("delete"),     delete_cmd,    _("delete [pool=<pool-name> | media 
volume=<volume-name>]")},    
  { N_("estimate"),   estimate_cmd,  _("performs FileSet estimate, listing 
gives full listing")},

Attachment: signature.asc
Description: Digital signature

Reply via email to