Changeset 22c4e1ee
- Timestamp:
- 05/02/2004 10:52:09 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 7e7bcee
- Parents:
- f505cbc9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rf505cbc9 r22c4e1ee 12 12 SRCDIR = $(PWD) 13 13 14 all: index.xml 14 all: blfs-old 15 16 blfs-old: index.xml 15 17 @if [ -z $(OUTPUTDIR) ]; then \ 16 18 echo "Envar OUTPUTDIR is not set!" ; \ … … 23 25 connect basicnet server content x kde gnome xsoft \ 24 26 multimedia pst preface appendices other 25 @cd $(OUTPUTDIR) && $(JADE) -t sgml - d $(DOCBOOK)/html/blfs.dsl \26 $(DOCBOOK)/dtds/decls/xml.dcl $(SRCDIR)/index.xml27 27 @cd $(OUTPUTDIR) && $(JADE) -t sgml -D $(DOCBOOK)/html \ 28 -d $(SRCDIR)/blfs.dsl $(DOCBOOK)/dtds/decls/xml.dcl \ 29 $(SRCDIR)/index.xml 28 30 29 31 blfs: … … 37 39 xsltproc --xinclude --nonet -stringparam base.dir $(BASEDIR) \ 38 40 stylesheets/blfs-chunked.xsl index.xml 39 40 41 if [ ! -e $(BASEDIR)stylesheets ]; then \ 41 42 mkdir -p $(BASEDIR)stylesheets; \ 42 43 fi; 43 44 cp stylesheets/blfs.css $(BASEDIR)stylesheets 44 45 45 if [ ! -e $(BASEDIR)images ]; then \ 46 46 mkdir -p $(BASEDIR)images; \ … … 67 67 @echo " TEXBASEDIR = $(TEXBASEDIR)" 68 68 @$(INSTALL) -d $(TEXBASEDIR) 69 70 69 # Using profiles in book source to exclude parts of the book from TeX 71 70 # i.e. Changelog … … 76 75 @cd $(TEXBASEDIR) && xsltproc --nonet -o blfs-book.tex \ 77 76 $(SRCDIR)/stylesheets/blfs-tex.xsl index.xml 77 -
postlfs/security/heimdal/heimdal-config.xml
rf505cbc9 r22c4e1ee 15 15 16 16 <screen><userinput><command>install -d /etc/heimdal && 17 cat > /etc/heimdal/krb5.conf <<"EOF"</command>17 cat > /etc/heimdal/krb5.conf << "EOF"</command> 18 18 # Begin /etc/heimdal/krb5.conf 19 19 … … 139 139 </para> 140 140 141 <screen><userinput><command>/usr/sbin/kdc & </command></userinput></screen>141 <screen><userinput><command>/usr/sbin/kdc &</command></userinput></screen> 142 142 143 143 <para> … … 189 189 </para> 190 190 191 <screen><userinput><command>cat > /etc/rc.d/init.d/heimdal <<"EOF"</command>191 <screen><userinput><command>cat >etc/rc.d/init.d/heimdal << "EOF"</command> 192 192 #!/bin/sh 193 193 # Begin $rc_base/init.d/heimdal … … 207 207 print_status warning running 208 208 else 209 /usr/sbin/kdc & 209 /usr/sbin/kdc & 210 210 sleep 1 211 211 if test -f "/var/run/kdc.pid" … … 221 221 print_status warning running 222 222 else 223 /usr/sbin/kpasswdd & 223 /usr/sbin/kpasswdd & 224 224 sleep 1 225 225 if test -f "/var/run/kpasswdd.pid"
Note:
See TracChangeset
for help on using the changeset viewer.