[srvx-commits] CVS: services/src opserv.help,1.46,1.47
Brought to you by:
entrope
|
From: Entrope <en...@us...> - 2002-09-05 14:51:11
|
Update of /cvsroot/srvx/services/src
In directory usw-pr-cvs1:/tmp/cvs-serv31416/src
Modified Files:
opserv.help
Log Message:
document the ?rehash command
Index: opserv.help
===================================================================
RCS file: /cvsroot/srvx/services/src/opserv.help,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -r1.46 -r1.47
*** opserv.help 5 Aug 2002 03:22:19 -0000 1.46
--- opserv.help 5 Sep 2002 14:51:06 -0000 1.47
***************
*** 435,438 ****
--- 435,439 ----
" JUMP [${level/jump}]",
" RECONNECT [${level/reconnect}]",
+ " REHASH [${level/rehash}]",
" RESTART [${level/restart}]",
" WRITE [${level/write}]",
***************
*** 448,457 ****
"RECONNECT" ("$bRECONNECT$b",
"/msg $O RECONNECT ",
! "Forces srvx to reconnect to its current uplink.",
! "$uSee Also:$u die, jump, restart");
"RESTART" ("$bRESTART$b",
"/msg $O RESTART <reason>",
"Causes srvx to SQUIT with the specified reason and restart.",
! "$uSee Also:$u die, reconnect");
"WRITE" ("$bWRITE$b",
"/msg $O WRITE ",
--- 449,462 ----
"RECONNECT" ("$bRECONNECT$b",
"/msg $O RECONNECT ",
! "Causes srvx to reconnect to its current uplink.",
! "$uSee Also:$u die, jump, rehash, restart");
! "REHASH" ("$bREHASH$b",
! "/msg $O REHASH",
! "Causes srvx to re-read its configuration file and update its state as much as possible.",
! "$uSee Also:$u die, reconnect, restart");
"RESTART" ("$bRESTART$b",
"/msg $O RESTART <reason>",
"Causes srvx to SQUIT with the specified reason and restart.",
! "$uSee Also:$u die, reconnect, rehash");
"WRITE" ("$bWRITE$b",
"/msg $O WRITE ",
|