source: postlfs/postlfs.ent@ 7904db0

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 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/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7904db0 was 1dce143, checked in by Larry Lawrence <larry@…>, 20 years ago

added MIT Kerberos 5

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2092 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 2.6 KB
Line 
1<!ENTITY postlfs SYSTEM "postlfs.xml">
2
3<!-- Post-LFS Configuration -->
4<!ENTITY postlfs-config SYSTEM "config/config.xml">
5<!ENTITY postlfs-config-logon SYSTEM "config/logon.xml">
6<!ENTITY postlfs-config-shells SYSTEM "config/etcshells.xml">
7<!ENTITY postlfs-config-profile SYSTEM "config/profile.xml">
8<!ENTITY postlfs-config-inputrc SYSTEM "config/inputrc.xml">
9<!ENTITY postlfs-config-vimrc SYSTEM "config/vimrc.xml">
10<!ENTITY postlfs-config-bootdisk SYSTEM "config/bootdisk.xml">
11<!ENTITY postlfs-config-random SYSTEM "config/random.xml">
12<!ENTITY postlfs-config-compressdoc SYSTEM "config/compressdoc.xml">
13<!ENTITY postlfs-config-skel SYSTEM "config/skel.xml">
14<!ENTITY postlfs-config-netfs SYSTEM "config/netfs.xml">
15
16<!-- Post-LFS Security -->
17<!ENTITY postlfs-security SYSTEM "security/security.xml">
18<!ENTITY % gnupg SYSTEM "security/gnupg/gnupg.ent">
19%gnupg;
20<!ENTITY % iptables SYSTEM "security/iptables/iptables.ent">
21%iptables;
22<!ENTITY % firewalling SYSTEM "security/firewalling/firewalling.ent">
23%firewalling;
24<!ENTITY postlfs-security-nessus SYSTEM "security/nessus.xml">
25<!ENTITY % tripwire SYSTEM "security/tripwire/tripwire.ent">
26%tripwire;
27<!ENTITY % cracklib SYSTEM "security/cracklib/cracklib.ent">
28%cracklib;
29<!ENTITY % Linux_PAM SYSTEM "security/pam/linux_pam.ent">
30%Linux_PAM;
31<!ENTITY % shadow SYSTEM "security/shadow/shadow.ent">
32%shadow;
33<!ENTITY % heimdal SYSTEM "security/heimdal/heimdal.ent">
34%heimdal;
35<!ENTITY % mitkrb SYSTEM "security/mitkrb/mitkrb.ent">
36%mitkrb;
37<!ENTITY postlfs-security-syslog SYSTEM "security/syslog.xml">
38
39<!-- Filesystems -->
40<!ENTITY postlfs-filesystems SYSTEM "filesystems/filesystems.xml">
41<!ENTITY postlfs-filesystems-ext3 SYSTEM "filesystems/ext3.xml">
42<!ENTITY % reiserfs SYSTEM "filesystems/reiser/reiser.ent">
43%reiserfs;
44<!ENTITY % xfs SYSTEM "filesystems/xfs/xfs.ent">
45%xfs;
46
47<!-- Editors -->
48<!ENTITY postlfs-editors SYSTEM "editors/editors.xml">
49<!ENTITY postlfs-editors-vim SYSTEM "editors/vim.xml">
50<!ENTITY % vim SYSTEM "editors/vim/vim.ent">
51%vim;
52<!ENTITY postlfs-editors-emacs SYSTEM "editors/emacs.xml">
53<!ENTITY % emacs SYSTEM "editors/emacs/emacs.ent">
54%emacs;
55<!ENTITY postlfs-editors-nano SYSTEM "editors/nano.xml">
56<!ENTITY % nano SYSTEM "editors/nano/nano.ent">
57%nano;
58<!ENTITY postlfs-editors-joe SYSTEM "editors/joe.xml">
59<!ENTITY % joe SYSTEM "editors/joe/joe.ent">
60%joe;
61<!ENTITY postlfs-editors-pico SYSTEM "editors/pico.xml">
62
63<!-- Shells -->
64<!ENTITY postlfs-shells SYSTEM "shells/shells.xml">
65<!ENTITY % ash SYSTEM "shells/ash/ash.ent">
66%ash;
67<!ENTITY % tcsh SYSTEM "shells/tcsh/tcsh.ent">
68%tcsh;
69<!ENTITY % zsh SYSTEM "shells/zsh/zsh.ent">
70%zsh;
Note: See TracBrowser for help on using the repository browser.