]> andersk Git - moira.git/blobdiff - man/blanche.1
Diane Delgado's changes for a fixed table-locking order
[moira.git] / man / blanche.1
index 88d59f7f83322e88bf6ecb2918d0d2f54d3ebdf1..e1ddbd31922db6be07e544b38e97aa380e151c42 100644 (file)
@@ -1,16 +1,16 @@
 .TH BLANCHE 1 "14 Sep 1988" "Project Athena"
 \" RCSID: $Header$
 .SH NAME
-blanche \- examine and modify memberships in SMS lists
+blanche \- examine and modify memberships in Moira lists
 .SH SYNOPSIS
-.B blanche [options] listname [options]
+.B blanche listname [options]
 .SH DESCRIPTION
 .I Blanche
-is a tool for maintaining the membership of SMS lists.  It is more
+is a tool for maintaining the membership of Moira lists.  It is more
 limited than the menu-oriented listmaint, but has a more traditional
 unix user interface which makes it easier to use in scripts.  It can
 also read a set of list members from a file and synchronize the list
-in SMS to that file.
+in Moira to that file.
 
 Whenever a member is specified, it may be specified explicitly, as
 user:username, list:listname, string:string_text, or
@@ -39,7 +39,7 @@ same command line.
 .IP \fB-file\ \fIfilename\ \fRor\ \fB-f\ \fIfilename\fR:
 This will read a list of members from the named file, and make those
 members be the membership of the target list.  It will do this by
-extracting the current membership of the target list from SMS, then
+extracting the current membership of the target list from Moira, then
 diff these two sets of members, and determine who has to be added and
 deleted from the list so it will match the contents of the file.
 
@@ -53,6 +53,12 @@ will read from standard input.
 Display other information about the target list besides the
 membership.  This includes the description, flags, maillist and group
 status, owner, and last modification.
+.IP \fB-addlist\ \fIfilename\ \fRor\ \fB-al\ \fIfilename\fR:
+This will read a list of members from the named file, and add those
+members to the target list.  The file format is specified above.
+.IP \fB-deletelist\ \fIfilename\ \fRor\ \fB-dl\ \fIfilename\fR:
+This will read a list of members from the named file, and delete those
+members from the target list.  The file format is specified above.
 .IP \fB-members\ \fRor\ \fB-m\fR:
 Display the membership of the target list.  This is the default if no
 other options are specified.
@@ -69,7 +75,7 @@ Only display list members that are strings (not users or lists).  If
 none of \fB-users, -lists, -strings, \fRor \fB-kerberos\fR is specified, then all
 of them will be displayed.
 .IP \fB-kerberos\ \fRor\ \fB-k\fR:
-Only display list members that are kerberos principals (not users,
+Only display list members that are Kerberos principals (not users,
 lists, or strings).  If
 none of \fB-users, -lists, -strings, \fRor \fB-kerberos\fR is
 specified, then all of them will be displayed.
@@ -85,12 +91,16 @@ the type of each member, not just those that are ambiguous.  When
 changing the membership of a list, it will print a message for each
 member added or deleted.
 .IP \fB-noauth\ \fRor\ \fB-n\fR:
-Do not attempt to perform Kerberos authentication with the SMS server.
+Do not attempt to perform Kerberos authentication with the Moira server.
 Retrieval operations on not-hidden lists are still possible without
 tickets.
 .IP \fB-server\ \fIhost:port\ \fRor\ \fB-S\ \fIhost:port\fR:
 Use the specified host and port to contact the Moira server instead of
-the default server.  Both may be symbolic names or numbers.
+the default server.  Both may be symbolic names or numbers.  If the
+port is left off, the default Moira server port will be assumed.  The
+server chosen will be the one specified on the command line, specified
+in the MOIRASERVER environment variable, the hesiod "moira" sloc entry,
+or the compiled in default, in that order or preference.
 .IP \fB-debug\ \fRor\ \fB-D\fR:
 Turn on debugging messages.
 
This page took 0.035815 seconds and 4 git commands to generate.