glfs/postlfs/postlfs.ent

49 lines
1.9 KiB
Plaintext
Raw Normal View History

<!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-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-manpages SYSTEM "config/manpages.xml">
<!-- Post-LFS Security -->
<!ENTITY postlfs-security SYSTEM "security/security.xml">
<!ENTITY postlfs-security-shadow SYSTEM "security/shadow.xml">
<!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 postlfs-security-tripwire SYSTEM "security/tripwire.xml">
<!ENTITY postlfs-security-pam SYSTEM "security/pam.xml">
<!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 postlfs-filesystems-xfs SYSTEM "filesystems/xfs.xml">
<!-- Editors -->
<!ENTITY postlfs-editors SYSTEM "editors/editors.xml">
<!ENTITY postlfs-editors-vim SYSTEM "editors/vim.xml">
<!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">
<!-- Shells -->
<!ENTITY postlfs-shells SYSTEM "shells/shells.xml">
<!ENTITY % tcsh SYSTEM "shells/tcsh/tcsh.ent">
%tcsh;
<!ENTITY % zsh SYSTEM "shells/zsh/zsh.ent">
%zsh;