From ed1991234585070c83f2f6aee3d9ef4d1662248c Mon Sep 17 00:00:00 2001 From: Larry Lawrence Date: Sat, 5 Oct 2002 16:50:22 +0000 Subject: [PATCH] symlink modifications, testing needed git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@306 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- appendices/symlinks/rc0.xml | 7 +++++++ appendices/symlinks/rc1.xml | 7 +++++++ appendices/symlinks/rc2.xml | 7 +++++++ appendices/symlinks/rc3.xml | 11 +++++++++-- appendices/symlinks/rc4.xml | 11 +++++++++-- appendices/symlinks/rc5.xml | 11 +++++++++-- appendices/symlinks/rc6.xml | 7 +++++++ basicnet/netprogs/portmap/portmap-config.xml | 6 +++--- general/graphlib/imlib/imlib-exp.xml | 2 +- index.xml | 4 ++-- introduction/welcome/changelog.xml | 4 ++++ server/other/samba/samba-config.xml | 6 +++--- server/other/xinetd/xinetd-config.xml | 14 +++++++------- 13 files changed, 75 insertions(+), 22 deletions(-) diff --git a/appendices/symlinks/rc0.xml b/appendices/symlinks/rc0.xml index d7bd501830..24134d9466 100644 --- a/appendices/symlinks/rc0.xml +++ b/appendices/symlinks/rc0.xml @@ -99,6 +99,13 @@ Stop Forwarding RPC requests: + +K49 +xinetd +../init.d/xinetd +Stop internet services daemon: + + K50 sendsignals diff --git a/appendices/symlinks/rc1.xml b/appendices/symlinks/rc1.xml index 3a23ea6bac..29fad64c15 100644 --- a/appendices/symlinks/rc1.xml +++ b/appendices/symlinks/rc1.xml @@ -83,6 +83,13 @@ Stop Forwarding RPC requests: + +K49 +xinetd +../init.d/xinetd +Stop internet services daemon: + + K59 firewall diff --git a/appendices/symlinks/rc2.xml b/appendices/symlinks/rc2.xml index ce82cfd0e0..bc6b36725c 100644 --- a/appendices/symlinks/rc2.xml +++ b/appendices/symlinks/rc2.xml @@ -76,6 +76,13 @@ Stop Forwarding RPC requests: + +K49 +xinetd +../init.d/xinetd +Stop internet services daemon: + + K59 firewall diff --git a/appendices/symlinks/rc3.xml b/appendices/symlinks/rc3.xml index ea39b3ecf7..4458b71fda 100644 --- a/appendices/symlinks/rc3.xml +++ b/appendices/symlinks/rc3.xml @@ -43,20 +43,27 @@ S22 +xinetd +../init.d/xinetd +Load internet services daemon: + + + +S23 portmap ../init.d/portmap Forwards RPC requests: -S23 +S24 NFS ../init.d/nfs Start network file system: -S23 +S24 samba ../init.d/samba Start network file system: diff --git a/appendices/symlinks/rc4.xml b/appendices/symlinks/rc4.xml index 7fc34a7a56..5c65e40f42 100644 --- a/appendices/symlinks/rc4.xml +++ b/appendices/symlinks/rc4.xml @@ -43,20 +43,27 @@ S22 +xinetd +../init.d/xinetd +Load internet services daemon: + + + +S23 portmap ../init.d/portmap Forwards RPC requests: -S23 +S24 NFS ../init.d/nfs Start network file system: -S23 +S24 samba ../init.d/samba Start network file system: diff --git a/appendices/symlinks/rc5.xml b/appendices/symlinks/rc5.xml index 11bc4cdd9b..0582fe160e 100644 --- a/appendices/symlinks/rc5.xml +++ b/appendices/symlinks/rc5.xml @@ -43,20 +43,27 @@ S22 +xinetd +../init.d/xinetd +Load internet services daemon: + + + +S23 portmap ../init.d/portmap Forwards RPC requests: -S23 +S24 NFS ../init.d/nfs Start network file system: -S23 +S24 samba ../init.d/samba Start network file system: diff --git a/appendices/symlinks/rc6.xml b/appendices/symlinks/rc6.xml index 545003e3da..f3e78ade2b 100644 --- a/appendices/symlinks/rc6.xml +++ b/appendices/symlinks/rc6.xml @@ -97,6 +97,13 @@ Stop Forwarding RPC requests: + +K49 +xinetd +../init.d/xinetd +Stop internet services daemon: + + K50 sendsignals diff --git a/basicnet/netprogs/portmap/portmap-config.xml b/basicnet/netprogs/portmap/portmap-config.xml index c4de1c83ec..485e281b90 100644 --- a/basicnet/netprogs/portmap/portmap-config.xml +++ b/basicnet/netprogs/portmap/portmap-config.xml @@ -45,9 +45,9 @@ cd /etc/rc.d/init.d && ln -sf ../init.d/portmap ../rc0.d/K49portmap && ln -sf ../init.d/portmap ../rc1.d/K49portmap && ln -sf ../init.d/portmap ../rc2.d/K49portmap && -ln -sf ../init.d/portmap ../rc3.d/S22portmap && -ln -sf ../init.d/portmap ../rc4.d/S22portmap && -ln -sf ../init.d/portmap ../rc5.d/S22portmap && +ln -sf ../init.d/portmap ../rc3.d/S23portmap && +ln -sf ../init.d/portmap ../rc4.d/S23portmap && +ln -sf ../init.d/portmap ../rc5.d/S23portmap && ln -sf ../init.d/portmap ../rc6.d/K49portmap diff --git a/general/graphlib/imlib/imlib-exp.xml b/general/graphlib/imlib/imlib-exp.xml index ca15cfaf41..ee1441c9b2 100644 --- a/general/graphlib/imlib/imlib-exp.xml +++ b/general/graphlib/imlib/imlib-exp.xml @@ -1,7 +1,7 @@ Command explanations -CPPFLAGS=-w : This disables gcc 3.1 warnings that confuse configure. +CPPFLAGS=-w : This disables gcc-&gcc-version; warnings that confuse configure. --sysconfdir=/etc/imlib : This installs and combines the configurations files into /etc instead diff --git a/index.xml b/index.xml index 32704b4fdc..cbbadd405c 100644 --- a/index.xml +++ b/index.xml @@ -2,8 +2,8 @@ - + + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 2ad4932ea1..2139e8104c 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -10,6 +10,10 @@ page in Chapter 1 for details on who wrote what. +October 5th, 2002 [larry]: Appendices: Added xinetd to +the runlevels and had to bump portmap and samba up one +notch. + October 4th, 2002 [markh]: Connect: Slight re-write of DHCP instructions to clarify them. diff --git a/server/other/samba/samba-config.xml b/server/other/samba/samba-config.xml index 3f11c5b990..207d708aa8 100644 --- a/server/other/samba/samba-config.xml +++ b/server/other/samba/samba-config.xml @@ -127,9 +127,9 @@ chmod 754 /etc/rc.d/init.d/samba && ln -s /etc/rc.d/init.d/samba /etc/rc.d/rc0.d/K48samba && ln -s /etc/rc.d/init.d/samba /etc/rc.d/rc1.d/K48samba && ln -s /etc/rc.d/init.d/samba /etc/rc.d/rc2.d/K48samba && -ln -s /etc/rc.d/init.d/samba /etc/rc.d/rc3.d/S23samba && -ln -s /etc/rc.d/init.d/samba /etc/rc.d/rc4.d/S23samba && -ln -s /etc/rc.d/init.d/samba /etc/rc.d/rc5.d/S23samba && +ln -s /etc/rc.d/init.d/samba /etc/rc.d/rc3.d/S24samba && +ln -s /etc/rc.d/init.d/samba /etc/rc.d/rc4.d/S24samba && +ln -s /etc/rc.d/init.d/samba /etc/rc.d/rc5.d/S24samba && ln -s /etc/rc.d/init.d/samba /etc/rc.d/rc6.d/K48samba diff --git a/server/other/xinetd/xinetd-config.xml b/server/other/xinetd/xinetd-config.xml index 15cac3adee..9626110740 100644 --- a/server/other/xinetd/xinetd-config.xml +++ b/server/other/xinetd/xinetd-config.xml @@ -52,13 +52,13 @@ EOF Add the run level symlinks: chmod 754 /etc/rc.d/init.d/xinetd && -ln -s /etc/rc.d/init.d/xinetd /etc/rc.d/rc0.d/K300xinetd && -ln -s /etc/rc.d/init.d/xinetd /etc/rc.d/rc1.d/K300xinetd && -ln -s /etc/rc.d/init.d/xinetd /etc/rc.d/rc2.d/K300xinetd && -ln -s /etc/rc.d/init.d/xinetd /etc/rc.d/rc3.d/S300xinetd && -ln -s /etc/rc.d/init.d/xinetd /etc/rc.d/rc4.d/S300xinetd && -ln -s /etc/rc.d/init.d/xinetd /etc/rc.d/rc5.d/S300xinetd && -ln -s /etc/rc.d/init.d/xinetd /etc/rc.d/rc6.d/K300xinetd +ln -s /etc/rc.d/init.d/xinetd /etc/rc.d/rc0.d/K49xinetd && +ln -s /etc/rc.d/init.d/xinetd /etc/rc.d/rc1.d/K49xinetd && +ln -s /etc/rc.d/init.d/xinetd /etc/rc.d/rc2.d/K49xinetd && +ln -s /etc/rc.d/init.d/xinetd /etc/rc.d/rc3.d/S22xinetd && +ln -s /etc/rc.d/init.d/xinetd /etc/rc.d/rc4.d/S22xinetd && +ln -s /etc/rc.d/init.d/xinetd /etc/rc.d/rc5.d/S22xinetd && +ln -s /etc/rc.d/init.d/xinetd /etc/rc.d/rc6.d/K49xinetd Now, we'll use our new boot script to start xinetd: