]> andersk Git - moira.git/commitdiff
sms -> moira
authormar <mar>
Tue, 20 Mar 1990 11:28:03 +0000 (11:28 +0000)
committermar <mar>
Tue, 20 Mar 1990 11:28:03 +0000 (11:28 +0000)
man/Makefile
man/dcm.8
man/moirad.8
man/reg_svr.8
man/startmoira.8

index 8548be43cd61872f428037176b629feda9c63c24..78ba4d3d0f2d8d4af7af26e461cab1f128b65e9f 100644 (file)
@@ -7,9 +7,9 @@
 DESTDIR=
 MAN1PAGES= blanche.1 chfn.1 chpobox.1 chsh.1 dcmmaint.1 listmaint.1 \
        mailmaint.1 moira.1 mrcheck.1 usermaint.1 userreg.1
-MAN3PAGES= sms.3
-MAN8PAGES= dcm.8 mrtest.8 reg_svr.8 smsd.8 startdcm.8 startreg.8 \
-       startsms.8 update_server.8
+MAN3PAGES= moira.3
+MAN8PAGES= dcm.8 mrtest.8 reg_svr.8 moirad.8 startdcm.8 startreg.8 \
+       startmoira.8 update_server.8
 
 all:
 
index 28855d1d53ec1b1cab0f1413e8ecd8d62b9dab7c..b60d3938dfb7abc08ddc3320fe1391de6d72ef23 100644 (file)
--- a/man/dcm.8
+++ b/man/dcm.8
@@ -57,9 +57,9 @@ Each generator takes as an argument the name of the output file to
 produce.  Many of them also require working directories in
 .B /u1/sms/dcm/\fIservice\fB.
 A generator exits with a status code defined in
-.I <sms_et.h>.
+.I <mr_et.h>.
 In particular,
-.B SMS_NO_CHANGE
+.B MR_NO_CHANGE
 is a common exit status if the database hasn't changed since the last
 time this generator was run.
 .PP
index 23a7d9338cec477af6a3d26868f0ba770d4a2ff9..455ae2989e465e8bdb3bce176912e4d73ae7c029 100644 (file)
@@ -1,34 +1,34 @@
-.TH SMSD 8 "30 Nov 1988" "Project Athena"
+.TH MOIRAD 8 "30 Nov 1988" "Project Athena"
 \" RCSID: $Header$
 .SH NAME
-smsd, startsms \- Moira query daemon
+moirad, startmoira \- Moira query daemon
 .SH SYNOPSIS
-.B smsd
+.B moirad
 .br
-.B startsms
+.B startmoira
 .SH DESCRIPTION
 The Moira server
 must be running on the machine hosting the Moira database for any of the
 Moira clients to function.  Rather than invoke
-.B smsd
+.B moirad
 directly, it is started by
-.B startsms,
+.B startmoira,
 which starts the daemon running in the proper working directory and
 captures logging messages.
 .PP
 Logging is done to standard output.
 How much gets logged by
-.B smsd
+.B moirad
 is controlled by the variable
 .I log_flags
 which is compiled into the file
-.I sms_srvdata.c.
+.I mr_srvdata.c.
 If critical errors are detected, they are logged to
 .B /u1/sms/critical.log
 and in a zephyrgram to class
-.B SMS
+.B MOIRA
 instance
-.B SMS
+.B MOIRA
 in addition to standard output.
 Also, a journal file is kept in
 .B /u1/sms/journal
@@ -53,20 +53,20 @@ the
 .B /etc/smsdown
 file are returned as the Moira motd.
 .PP
-.B startsms
+.B startmoira
 sets its working directory to the root, disconnects from the terminal
 and puts itself in the background.  It then starts
-.B /u1/sms/bin/smsd,
+.B /u1/sms/bin/moirad,
 and will capture lines the server writes to standard output and log them
 in
-.B /u1/sms/sms.log
+.B /u1/sms/moira.log
 along with a timestamp.
-.B startsms
+.B startmoira
 will also log the exit status of the
-.B smsd
+.B moirad
 if it is non-zero.
 .SH FILES
-/u1/sms/sms.log
+/u1/sms/moira.log
 .br
 /u1/sms/critical.log
 .br
index d4fe5b32b64c57ae8162f6c1d4c511863964956c..7bc5cf5f68f735017db26b83199789bfa1311762 100644 (file)
@@ -21,7 +21,7 @@ Logging is done to standard output.
 If critical errors are detected, they are logged to
 .B /u1/sms/critical.log
 and in a zephyrgram to class
-.B SMS
+.B MOIRA
 instance
 .B REG_SVR
 in addition to standard output.
index 0020d7db7c37ca877c5cb2297d1f9e6b855ad730..f67be913fbab492ce34b18a0e83d884aef8a3a04 100644 (file)
@@ -1 +1 @@
-.so man8/smsd.8
+.so man8/moirad.8
This page took 0.091741 seconds and 5 git commands to generate.