source: postlfs/postlfs.ent@ 25357c89

initial-import reorg
Last change on this file since 25357c89 was f45b1953, checked in by Mark Hymers <markh@…>, 22 years ago

Initial revision

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

  • Property mode set to 100644
File size: 1.8 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-profile SYSTEM "config/profile.xml">
7<!ENTITY postlfs-config-inputrc SYSTEM "config/inputrc.xml">
8<!ENTITY postlfs-config-vimrc SYSTEM "config/vimrc.xml">
9<!ENTITY postlfs-config-bootdisk SYSTEM "config/bootdisk.xml">
10<!ENTITY postlfs-config-random SYSTEM "config/random.xml">
11<!ENTITY postlfs-config-manpages SYSTEM "config/manpages.xml">
12
13<!-- Post-LFS Security -->
14<!ENTITY postlfs-security SYSTEM "security/security.xml">
15<!ENTITY postlfs-security-shadow SYSTEM "security/shadow.xml">
16<!ENTITY % iptables SYSTEM "security/iptables/iptables.ent">
17%iptables;
18<!ENTITY % firewalling SYSTEM "security/firewalling/firewalling.ent">
19%firewalling;
20<!ENTITY postlfs-security-nessus SYSTEM "security/nessus.xml">
21<!ENTITY postlfs-security-tripwire SYSTEM "security/tripwire.xml">
22<!ENTITY postlfs-security-pam SYSTEM "security/pam.xml">
23<!ENTITY postlfs-security-syslog SYSTEM "security/syslog.xml">
24
25<!-- Filesystems -->
26<!ENTITY postlfs-filesystems SYSTEM "filesystems/filesystems.xml">
27<!ENTITY postlfs-filesystems-ext3 SYSTEM "filesystems/ext3.xml">
28<!ENTITY postlfs-filesystems-reiser SYSTEM "filesystems/reiser.xml">
29<!ENTITY postlfs-filesystems-xfs SYSTEM "filesystems/xfs.xml">
30
31<!-- Editors -->
32<!ENTITY postlfs-editors SYSTEM "editors/editors.xml">
33<!ENTITY postlfs-editors-vim SYSTEM "editors/vim.xml">
34<!ENTITY postlfs-editors-emacs SYSTEM "editors/emacs.xml">
35<!ENTITY postlfs-editors-nano SYSTEM "editors/nano.xml">
36<!ENTITY postlfs-editors-joe SYSTEM "editors/joe.xml">
37
38<!-- Shells -->
39<!ENTITY postlfs-shells SYSTEM "shells/shells.xml">
40<!ENTITY postlfs-shells-tcsh SYSTEM "shells/tcsh.xml">
41<!ENTITY postlfs-shells-zsh SYSTEM "shells/zsh.xml">
Note: See TracBrowser for help on using the repository browser.