diff options
author | Bill Nottingham <notting@redhat.com> | 1999-09-20 22:47:14 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-09-20 22:47:14 +0000 |
commit | 484d52a37c7f07869aad13df298a52c07d287bda (patch) | |
tree | eecbe451e7f1a82921b5dfac9783d55174a393f7 | |
parent | 368715d3beeaccc0fac189c8311a18b6cdffdb0d (diff) | |
download | initscripts-484d52a37c7f07869aad13df298a52c07d287bda.tar initscripts-484d52a37c7f07869aad13df298a52c07d287bda.tar.gz initscripts-484d52a37c7f07869aad13df298a52c07d287bda.tar.bz2 initscripts-484d52a37c7f07869aad13df298a52c07d287bda.tar.xz initscripts-484d52a37c7f07869aad13df298a52c07d287bda.zip |
add sys-unconfig man page
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | sys-unconfig.8 | 31 |
2 files changed, 33 insertions, 0 deletions
@@ -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 <hjl@valinux.com> +.fi |