Rename cl-update to cl-update-server.

legacy
Самоукин Алексей 13 years ago
parent 1093b73d10
commit e125137ad2

@ -8887,7 +8887,7 @@ class cl_ldap(shareLdap):
'cl-setup':6,
'cl-passwd':7,
'cl-backup':8,
'cl-update':9,
'cl-update-server':9,
'cl-rebuild':10,
'execserv':11,
'cl-replication':12,
@ -11139,7 +11139,7 @@ service")
{
'progAccess':(9,),
'helpChapter':_("Examples"),
'help':pcs(" cl-update samba", self.column_width,
'help':pcs(" cl-update-server samba", self.column_width,
"# "+_("update config files Samba services") + ".",
self.consolewidth-self.column_width)
},

@ -26,7 +26,7 @@ tr.setLanguage(sys.modules[__name__])
import cl_ldap
if __name__ == "__main__":
ldapObj = cl_ldap.cl_ldap("cl-update")
ldapObj = cl_ldap.cl_ldap("cl-update-server")
optObj = cl_ldap.tsOpt(ldapObj,[])
flagError = False
if not optObj.flagHelp and optObj.params.has_key('service') and\

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

Loading…
Cancel
Save