mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 06:52:14 +08:00
1dce14330d
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2092 af4574ff-66df-0310-9fd7-8a98e5e911e0
71 lines
2.6 KiB
Plaintext
71 lines
2.6 KiB
Plaintext
<!ENTITY postlfs SYSTEM "postlfs.xml">
|
|
|
|
<!-- Post-LFS Configuration -->
|
|
<!ENTITY postlfs-config SYSTEM "config/config.xml">
|
|
<!ENTITY postlfs-config-logon SYSTEM "config/logon.xml">
|
|
<!ENTITY postlfs-config-shells SYSTEM "config/etcshells.xml">
|
|
<!ENTITY postlfs-config-profile SYSTEM "config/profile.xml">
|
|
<!ENTITY postlfs-config-inputrc SYSTEM "config/inputrc.xml">
|
|
<!ENTITY postlfs-config-vimrc SYSTEM "config/vimrc.xml">
|
|
<!ENTITY postlfs-config-bootdisk SYSTEM "config/bootdisk.xml">
|
|
<!ENTITY postlfs-config-random SYSTEM "config/random.xml">
|
|
<!ENTITY postlfs-config-compressdoc SYSTEM "config/compressdoc.xml">
|
|
<!ENTITY postlfs-config-skel SYSTEM "config/skel.xml">
|
|
<!ENTITY postlfs-config-netfs SYSTEM "config/netfs.xml">
|
|
|
|
<!-- Post-LFS Security -->
|
|
<!ENTITY postlfs-security SYSTEM "security/security.xml">
|
|
<!ENTITY % gnupg SYSTEM "security/gnupg/gnupg.ent">
|
|
%gnupg;
|
|
<!ENTITY % iptables SYSTEM "security/iptables/iptables.ent">
|
|
%iptables;
|
|
<!ENTITY % firewalling SYSTEM "security/firewalling/firewalling.ent">
|
|
%firewalling;
|
|
<!ENTITY postlfs-security-nessus SYSTEM "security/nessus.xml">
|
|
<!ENTITY % tripwire SYSTEM "security/tripwire/tripwire.ent">
|
|
%tripwire;
|
|
<!ENTITY % cracklib SYSTEM "security/cracklib/cracklib.ent">
|
|
%cracklib;
|
|
<!ENTITY % Linux_PAM SYSTEM "security/pam/linux_pam.ent">
|
|
%Linux_PAM;
|
|
<!ENTITY % shadow SYSTEM "security/shadow/shadow.ent">
|
|
%shadow;
|
|
<!ENTITY % heimdal SYSTEM "security/heimdal/heimdal.ent">
|
|
%heimdal;
|
|
<!ENTITY % mitkrb SYSTEM "security/mitkrb/mitkrb.ent">
|
|
%mitkrb;
|
|
<!ENTITY postlfs-security-syslog SYSTEM "security/syslog.xml">
|
|
|
|
<!-- Filesystems -->
|
|
<!ENTITY postlfs-filesystems SYSTEM "filesystems/filesystems.xml">
|
|
<!ENTITY postlfs-filesystems-ext3 SYSTEM "filesystems/ext3.xml">
|
|
<!ENTITY % reiserfs SYSTEM "filesystems/reiser/reiser.ent">
|
|
%reiserfs;
|
|
<!ENTITY % xfs SYSTEM "filesystems/xfs/xfs.ent">
|
|
%xfs;
|
|
|
|
<!-- Editors -->
|
|
<!ENTITY postlfs-editors SYSTEM "editors/editors.xml">
|
|
<!ENTITY postlfs-editors-vim SYSTEM "editors/vim.xml">
|
|
<!ENTITY % vim SYSTEM "editors/vim/vim.ent">
|
|
%vim;
|
|
<!ENTITY postlfs-editors-emacs SYSTEM "editors/emacs.xml">
|
|
<!ENTITY % emacs SYSTEM "editors/emacs/emacs.ent">
|
|
%emacs;
|
|
<!ENTITY postlfs-editors-nano SYSTEM "editors/nano.xml">
|
|
<!ENTITY % nano SYSTEM "editors/nano/nano.ent">
|
|
%nano;
|
|
<!ENTITY postlfs-editors-joe SYSTEM "editors/joe.xml">
|
|
<!ENTITY % joe SYSTEM "editors/joe/joe.ent">
|
|
%joe;
|
|
<!ENTITY postlfs-editors-pico SYSTEM "editors/pico.xml">
|
|
|
|
<!-- Shells -->
|
|
<!ENTITY postlfs-shells SYSTEM "shells/shells.xml">
|
|
<!ENTITY % ash SYSTEM "shells/ash/ash.ent">
|
|
%ash;
|
|
<!ENTITY % tcsh SYSTEM "shells/tcsh/tcsh.ent">
|
|
%tcsh;
|
|
<!ENTITY % zsh SYSTEM "shells/zsh/zsh.ent">
|
|
%zsh;
|