[13969] | 1 | .\" $Id: syncconf.8,v 1.1 1999-11-11 20:29:35 danw Exp $ |
---|
| 2 | .\" |
---|
| 3 | .\" Copyright 1996, 1997 by the Massachusetts Institute of Technology. |
---|
| 4 | .\" |
---|
| 5 | .\" Permission to use, copy, modify, and distribute this |
---|
| 6 | .\" software and its documentation for any purpose and without |
---|
| 7 | .\" fee is hereby granted, provided that the above copyright |
---|
| 8 | .\" notice appear in all copies and that both that copyright |
---|
| 9 | .\" notice and this permission notice appear in supporting |
---|
| 10 | .\" documentation, and that the name of M.I.T. not be used in |
---|
| 11 | .\" advertising or publicity pertaining to distribution of the |
---|
| 12 | .\" software without specific, written prior permission. |
---|
| 13 | .\" M.I.T. makes no representations about the suitability of |
---|
| 14 | .\" this software for any purpose. It is provided "as is" |
---|
| 15 | .\" without express or implied warranty. |
---|
| 16 | .\" |
---|
| 17 | .TH SYNCCONF 8 "4 Feb 1997" |
---|
| 18 | .SH NAME |
---|
| 19 | syncconf \- synchronize system configuration files with rc.conf |
---|
| 20 | .SH SYNOPSIS |
---|
| 21 | .B syncconf |
---|
| 22 | [ |
---|
| 23 | .B \-a |
---|
| 24 | ] [ |
---|
| 25 | .B \-n |
---|
| 26 | ] [ |
---|
| 27 | .B \-q |
---|
| 28 | ] |
---|
| 29 | .fi |
---|
| 30 | .SH DESCRIPTION |
---|
| 31 | The |
---|
| 32 | .I syncconf |
---|
| 33 | script is used to propagate the state of |
---|
| 34 | .I rc.conf |
---|
| 35 | to vendor specific configuration files. This provides the possibility |
---|
| 36 | of a uniform interface for changing common machine configuration |
---|
| 37 | information across many operating systems, and frees system |
---|
| 38 | administrators from the need of remembering esoteric machine specific |
---|
| 39 | procedures. |
---|
| 40 | |
---|
| 41 | If ``SYNCCONFIG'' is set to true in |
---|
| 42 | .IR rc.conf , |
---|
| 43 | .I syncconf |
---|
| 44 | is run automatically early in the boot process and at shutdown time; |
---|
| 45 | .I syncconf should not |
---|
| 46 | normally need to be run by the user. |
---|
| 47 | .I rc.conf |
---|
| 48 | specifies which configuration variables are synchronized by |
---|
| 49 | .IR syncconf . |
---|
| 50 | .SH OPTIONS |
---|
| 51 | .I syncconf |
---|
| 52 | provides three options: |
---|
| 53 | .PP |
---|
| 54 | .TP 8 |
---|
| 55 | .B \-a |
---|
| 56 | This option causes |
---|
| 57 | .I syncconf |
---|
| 58 | to synchronize all options, not just the ones which have changed. |
---|
| 59 | .TP 8 |
---|
| 60 | .B \-n |
---|
| 61 | This option causes |
---|
| 62 | .I syncconf |
---|
| 63 | to echo the shell commands it would use to synchronize, but does not |
---|
| 64 | actually execute them. |
---|
| 65 | .TP 8 |
---|
| 66 | .B \-q |
---|
| 67 | This option causes |
---|
| 68 | .I syncconf |
---|
| 69 | not to give output on what, if anything, it is synchronizing. |
---|
| 70 | .SH FILES |
---|
| 71 | /etc/athena/rc.conf Athena configuration file |
---|
| 72 | /etc/athena/.rc.conf.sync synchronization state file |
---|
| 73 | .SH AUTHOR |
---|
| 74 | Craig Fields, MIT Information Systems |
---|
| 75 | .br |
---|
| 76 | Copyright (c) 1996, 1997 Massachusetts Institute of Technology |
---|