All <screen> sections wrapped to approximately 75 characters.

This commit is contained in:
binh 2003-09-23 04:19:35 +00:00
parent 743f3e711d
commit c2908064c4
4 changed files with 113 additions and 100 deletions

View File

@ -868,7 +868,8 @@ language dictionary databases.
#:STANDARD: These are standard services.
ftp stream tcp nowait root /usr/sbin/tcpd /usr/sbin/in.ftpd
telnet stream tcp nowait telnetd.telnetd /usr/sbin/tcpd /usr/sbin/in.telnetd
telnet stream tcp nowait telnetd.telnetd /usr/sbin/tcpd
/usr/sbin/in.telnetd
#:MAIL: Mail, news and uucp services.
smtp stream tcp nowait mail /usr/sbin/exim exim -bs
@ -877,11 +878,13 @@ language dictionary databases.
#:INFO: Info services
ident stream tcp wait identd /usr/sbin/identd identd
finger stream tcp nowait nobody /usr/sbin/tcpd /usr/sbin/in.fingerd
finger stream tcp nowait nobody /usr/sbin/tcpd
/usr/sbin/in.fingerd
#:BOOT: Tftp service is provided primarily for booting. Most sites
# run this only on machines acting as "boot servers."
tftp dgram udp wait nobody /usr/sbin/tcpd /usr/sbin/in.tftpd -s /tftpboot
#:BOOT: Tftp service is provided primarily for booting.
#Most sites run this only on machines acting as "boot servers."
tftp dgram udp wait nobody /usr/sbin/tcpd
/usr/sbin/in.tftpd -s /tftpboot
</screen></para></listitem></varlistentry>
<varlistentry><term>/etc/init.d</term><listitem><para><screen>
@ -1228,7 +1231,7 @@ Order of scripts run in /etc/rc?.d
<para> <screen>
Prompt #Prompt user to select
OS choice at boot timeout=300 # Amount of time to wait before default OS
# started
# started (in ms)
default=Debian4 #Default OS to be loaded
vga=normal #VGA mode
boot=/dev/had #location of MBR
@ -1546,8 +1549,8 @@ Order of scripts run in /etc/rc?.d
### update-modules: start processing /etc/modutils/setserial
#
# This is what I wanted to do, but logger is in /usr/bin, which isn't loaded
# when the module is first loaded into the kernel at boot time!
# This is what I wanted to do, but logger is in /usr/bin, which isn't
# loaded when the module is first loaded into the kernel at boot time!
#
#post-install serial /etc/init.d/setserial start |
#logger -p daemon.info -t "setserial-module reload"
@ -2183,7 +2186,8 @@ dummy:x:1001:1001:,,,:/home/dummy:/bin/bash
inetd.conf Configuration file for inetd (optional)
inittab Configuration file for init (optional)
issue Pre-login message and identification file (optional)
ld.so.conf List of extra directories to search for shared libraries (optional)
ld.so.conf List of extra directories to search for shared libraries
(optional)
motd Post-login message of the day file (optional)
mtab Dynamic information about filesystems (optional)
@ -2208,12 +2212,14 @@ dummy:x:1001:1001:,,,:/home/dummy:/bin/bash
Host-specific configuration files for add-on application software packages
must be installed within the directory
/etc/opt/&#60;package&#62;, where &#60;package&#62; is the name of the
subtree in /opt where the static data from that package is stored. No
structure is imposed on the internal arrangement of
/etc/opt/&#60;package&#62;. If a configuration file must reside in a
different location in order for the package or system to function properly,
it may be placed in a location other than /etc/opt/&#60;package&#62;.
/etc/X11 : Configuration for the X Window System (optional) /etc/X11 is the
location for all X11 host-specific configuration. This directory is
necessary to allow local control if /usr is mounted read only. The following
@ -2223,13 +2229,16 @@ dummy:x:1001:1001:,,,:/home/dummy:/bin/bash
XFree86 versions 3 and 4 (optional) Xmodmap Global X11 keyboard modification
file (optional) Subdirectories of /etc/X11 may include those for xdm and for
any other programs (some window managers, for example) that need them.
/etc/X11/xdm holds the configuration files for xdm. These are most of the
files previously found in /usr/lib/X11/xdm. Some local variable data for xdm
is stored in /var/lib/xdm. We recommend that window managers with only one
configuration file which is a default .*wmrc file must name it system.*wmrc
(unless there is a widely-accepted alternative name) and not use a
subdirectory. Any window manager subdirectories must be identically named to
the actual window manager binary. /etc/sgml : Configuration files for SGML
the actual window manager binary.
/etc/sgml : Configuration files for SGML
and XML (optional) Generic configuration files defining high-level
parameters of the SGML or XML systems are installed here. Files with names
*.conf indicate generic configuration files. File with names *.cat are the

View File

@ -122,7 +122,8 @@ The following directories, or symbolic links to directories, must be in
/lib -- essential shared libraries and kernel modules
/lib/modules Loadable kernel modules (optional)
/lib&lt;qual&gt; : Alternate format essential shared libraries (optional)
/lib&lt;qual&gt; : Alternate format essential shared libraries
(optional)
There may be one or more variants of the /lib directory on systems
which support more than one binary format requiring separate libraries.

View File

@ -162,7 +162,8 @@
<para>The following directories, or symbolic links to directories, are
required in /var for FSSTND compliance:</para>
<para><screen>/var/cache Application cache data
<para><screen>
/var/cache Application cache data
/var/lib Variable state information
/var/local Variable data for /usr/local
/var/lock Lock files
@ -177,9 +178,11 @@
not be used arbitrarily by some new application, since they would conflict
with historical and/or local practice. They are:</para>
<para><screen>/var/backups
<para><screen>
/var/backups
/var/cron
/var/msgs
/var/preserve
</screen></para>
</sect1>