Skip to content

Commit

Permalink
More improvements to sections
Browse files Browse the repository at this point in the history
  • Loading branch information
dagwieers committed Jul 31, 2006
1 parent 218fad0 commit 56ee365
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 9 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
@@ -1,6 +1,7 @@
* 0.5.2 - ... - release 31/07/2006
- Added cpuid to hardware section
- Added ld.so, pam, powerbroker and vas-client sections
- Added fam, ld.so, pam, powerbroker and vas-client sections
- Improvements to firewall, hardware, kerberos, php, rsync, security and xinetd sections

* 0.5.1 - Munchkin - release 30/07/2006
- Fixed -q option to not require argument (Stelios Bounanos)
Expand Down
34 changes: 26 additions & 8 deletions config/dconf-redhat.conf
Expand Up @@ -14,6 +14,7 @@ files =
/etc/logrotate.d/acpid
/etc/acpi/actions/*
/etc/acpi/events/*

[apm]
files =
/etc/sysconfig/apm-scripts/*
Expand Down Expand Up @@ -43,6 +44,11 @@ files =
files =
/etc/sysconfig/diskdump

[fam]
files =
/etc/fam.conf
/etc/xinetd.d/sgi_fam

[filesystems]
cmds =
fdisk -l 2>/dev/null
Expand All @@ -57,9 +63,9 @@ files =
cmds =
ebtables -L
ipchains -L -n
iptables -L -t filter -n | sed -e 's| [0-9]\+ packets, [0-9]\+ bytes||'
iptables -L -t mangle -n | sed -e 's| [0-9]\+ packets, [0-9]\+ bytes||'
iptables -L -t nat -n | sed -e 's| [0-9]\+ packets, [0-9]\+ bytes||'
iptables -L -xn -t filter
iptables -L -xn -t mangle
iptables -L -xn -t nat
files =
/etc/rc.d/rc.firewall
/etc/sysconfig/ipchains
Expand Down Expand Up @@ -106,6 +112,11 @@ files =
/etc/krb5.conf
/etc/krb.conf
/etc/krb.realms
/etc/xinetd.d/eklogin
/etc/xinetd.d/gssftp
/etc/xinetd.d/klogin
/etc/xinetd.d/krb5-telnet
/etc/xinetd.d/kshell

[kernel]
cmds =
Expand Down Expand Up @@ -202,6 +213,7 @@ files =
files = /etc/sysconfig/saslauthd

[security]
dirs = /etc/security/
files =
/etc/group
/etc/gshadow
Expand All @@ -215,12 +227,9 @@ files =

[services]
cmds = chkconfig --list
dirs = /etc/security/
files =
/etc/inetd.conf
/etc/sysconfig/identd
/etc/sysconfig/xinetd
/etc/xinetd.conf

[shell]
files =
Expand Down Expand Up @@ -256,6 +265,7 @@ files =
/etc/hotplug/blacklist
/etc/hotswaprc
/etc/killpower
/etc/makedev.d/*
/etc/modprobe.conf
/etc/modules.conf
/etc/smartd.conf
Expand Down Expand Up @@ -657,6 +667,7 @@ files =
/etc/httpd/conf.d/php.conf
/etc/pear.conf
/etc/php.ini
/etc/php.d/*.ini

[pine]
files =
Expand Down Expand Up @@ -734,7 +745,9 @@ files =
/var/ct/cfg/current_cluster

[rsync]
files = /etc/rsyncd.conf
files =
/etc/rsyncd.conf
/etc/xinetd.d/rsync

[samba]
files =
Expand Down Expand Up @@ -865,7 +878,12 @@ files =
[xinetd]
files =
/etc/sysconfig/xinetd
# /etc/xinetd.d/*
/etc/xinetd.conf
/etc/xinetd.d/chargen*
/etc/xinetd.d/daytime*
/etc/xinetd.d/echo*
/etc/xinetd.d/services
/etc/xinetd.d/time*

[yam]
files =
Expand Down

0 comments on commit 56ee365

Please sign in to comment.