From 484d52a37c7f07869aad13df298a52c07d287bda Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 20 Sep 1999 22:47:14 +0000 Subject: add sys-unconfig man page --- Makefile | 2 ++ sys-unconfig.8 | 31 +++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 sys-unconfig.8 diff --git a/Makefile b/Makefile index 8383b4b0..103f2682 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,7 @@ all: install: mkdir -p $(ROOT)/etc/profile.d $(ROOT)/sbin $(ROOT)/usr/sbin + mkdir -p $(ROOT)/usr/man/man8 install -m644 inittab $(ROOT)/etc install -m644 adjtime $(ROOT)/etc install -m755 setsysfont $(ROOT)/sbin @@ -15,6 +16,7 @@ install: install -m755 lang.csh $(ROOT)/etc/profile.d install -m755 service $(ROOT)/sbin install -m755 sys-unconfig $(ROOT)/usr/sbin + install -m644 sys-unconfig.8 $(ROOT)/usr/man/man8 mkdir -p $(ROOT)/etc/X11 install -m755 prefdm $(ROOT)/etc/X11/prefdm mkdir -p $(ROOT)/etc/sysconfig diff --git a/sys-unconfig.8 b/sys-unconfig.8 new file mode 100644 index 00000000..53f86688 --- /dev/null +++ b/sys-unconfig.8 @@ -0,0 +1,31 @@ +.TH SYS-UNCONFIG 8 "Wed Jul 28 1999" +.SH NAME +sys-unconfig \- shell script to reconfigure the system upon next boot +.SH SYNOPSIS +\fBsys-unconfig\fR +.SH DESCRIPTION +\fBsys-unconfig\fR provides a simple method of reconfiguring a system +in a new enviroment. Upon executing sys-unconfig will halt your +system, and run the following configuration programs at boot: +passwd (to change the root password), netconfig, timeconfig, +authconfig, and ntsysv. + +.SH FILES +.PD 0 +.TP 20 +\fI/.unconfigured\fR +The presence of this file will cause /etc/rc.d/rc.sysinit to run +the programs mentioned above. + +.PD +.SH "SEE ALSO" +.BR passwd (1), +.BR netconfig (8), +.BR timeconfig (8), +.BR authconfig (8), +.BR ntsysv(8) + +.SH AUTHORS +.nf +H.J. Lu +.fi -- cgit v1.2.1