source: trunk/packs/maint/syncconf.8 @ 13969

Revision 13969, 2.2 KB checked in by danw, 25 years ago (diff)
install syncconf.8 (formerly in ./os/irix, but not installed)
RevLine 
[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
19syncconf \- 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
31The
32.I syncconf
33script is used to propagate the state of
34.I rc.conf
35to vendor specific configuration files. This provides the possibility
36of a uniform interface for changing common machine configuration
37information across many operating systems, and frees system
38administrators from the need of remembering esoteric machine specific
39procedures.
40
41If ``SYNCCONFIG'' is set to true in
42.IR rc.conf ,
43.I syncconf
44is run automatically early in the boot process and at shutdown time;
45.I syncconf should not
46normally need to be run by the user.
47.I rc.conf
48specifies which configuration variables are synchronized by
49.IR syncconf .
50.SH OPTIONS
51.I syncconf
52provides three options:
53.PP
54.TP 8
55.B \-a
56This option causes
57.I syncconf
58to synchronize all options, not just the ones which have changed.
59.TP 8
60.B \-n
61This option causes
62.I syncconf
63to echo the shell commands it would use to synchronize, but does not
64actually execute them.
65.TP 8
66.B \-q
67This option causes
68.I syncconf
69not 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
74Craig Fields, MIT Information Systems
75.br
76Copyright (c) 1996, 1997 Massachusetts Institute of Technology
Note: See TracBrowser for help on using the repository browser.