Переименование cl-backup -> cl-backup-server

legacy
parent fc01e709c7
commit 3ab2ff5f2d

Binary file not shown.

@ -7370,7 +7370,7 @@ class servLdap(shareLdap):
self.printWARNING(_("The backup file is created %s days ago")\
%deltaTime.days)
self.printWARNING(_("cl-rebuld uses a file backup, make sure it is not \
outdated. If the backup is obsolete, use cl-backup."))
outdated. If the backup is obsolete, use cl-backup-server."))
messDialog = \
_("If you are ready to continue executing the program")+", "+\
_("input 'yes'") +", "+ _("if not 'no'")
@ -9023,7 +9023,7 @@ class cl_ldap(shareLdap):
'cl-usermod':5,
'cl-setup':6,
'cl-passwd':7,
'cl-backup':8,
'cl-backup-server':8,
'cl-update-server':9,
'cl-rebuild':10,
'execserv':11,
@ -11288,7 +11288,7 @@ service")
{
'progAccess':(8,),
'helpChapter':_("Examples"),
'help':pcs(" cl-backup -r", self.column_width,
'help':pcs(" cl-backup-server -r", self.column_width,
"# "+_("restore all services") + ".",
self.consolewidth-self.column_width)
},
@ -13633,7 +13633,7 @@ file %s")%bFile)
else:
self.printWARNING(_("The backup file is created %s days ago")\
%deltaTime.days)
self.printWARNING(_("If the backup is obsolete, use cl-backup."))
self.printWARNING(_("If the backup is obsolete, use cl-backup-server."))
messDialog = \
_("If you are ready to continue executing the program")+", "+\
_("input 'yes'") +", "+ _("if not 'no'")

@ -189,7 +189,7 @@ setup(
"./scripts/cl-groupdel",
"./scripts/cl-passwd",
"./scripts/cl-setup",
"./scripts/cl-backup",
"./scripts/cl-backup-server",
"./scripts/cl-update-server",
"./scripts/cl-rebuild",
"./scripts/cl-replication",

Loading…
Cancel
Save