Diff for /loncom/Attic/lonManage between versions 1.14 and 1.15

version 1.14, 2003/09/08 09:45:20 version 1.15, 2003/09/16 09:49:54
Line 36 Line 36
 #    lonManage  -push   <tablename>  newfile  host  #    lonManage  -push   <tablename>  newfile  host
 #        Push <tablename> to the lonTabs directory.  Note that  #        Push <tablename> to the lonTabs directory.  Note that
 #        <tablename> must be one of:  #        <tablename> must be one of:
 #           hosts  (hosts.tab)  #           host  (hosts.tab)
 #           domain (domain.tab)  #           domain (domain.tab)
 #  #
 #    lonManage  -reinit lonc host  #    lonManage  -reinit lonc host
Line 50 Line 50
 #    not the IP address of the host.  #    not the IP address of the host.
 #  #
 #  $Log$  #  $Log$
   #  Revision 1.15  2003/09/16 09:49:54  foxr
   #  Adjust the usage message to reflect what actually will happen on
   #  --reinit={lond|lonc}
   #
 #  Revision 1.14  2003/09/08 09:45:20  foxr  #  Revision 1.14  2003/09/08 09:45:20  foxr
 #  Remove BUGBUG about comment about authentication as we'll be doing  #  Remove BUGBUG about comment about authentication as we'll be doing
 #  host based authentication initially (no need for lonManage to do anything),  #  host based authentication initially (no need for lonManage to do anything),
Line 126  sub Usage  { Line 130  sub Usage  {
     lonManage  --push=<tablename>  newfile  host      lonManage  --push=<tablename>  newfile  host
         Push <tablename> to the lonTabs directory.  Note that          Push <tablename> to the lonTabs directory.  Note that
         <tablename> must be one of:          <tablename> must be one of:
            hosts  (hosts.tab)             host  (hosts.tab)
            domain (domain.tab)             domain (domain.tab)
   
     lonManage  --reinit=lonc host      lonManage  --reinit=lonc host
            Sends a HUP signal to the remote systems's lond.         Causes lonc in the remote system to reread hosts.tab and
          adjust the set of clients that are being maintained to match
          the new file.
          
   
     lonManage  --reinit=lond host      lonManage  --reinit=lond host
           Requests the remote system's lond perform the same action as if         Causes lond in the remote system to reread the hosts.tab file
           it had received a HUP signal.         and adjust the set of servers to match changes in that file.
   
     In the above syntax, the host above is the hosts.tab name of a host,      In the above syntax, the host above is the hosts.tab name of a host,
     not the IP address of the host.      not the IP address of the host.

Removed from v.1.14  
changed lines
  Added in v.1.15


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>