# $Ringlet: slackware.conf 771 2006-11-24 19:00:46Z roam $ # A sysgather configuration example providing definitions for some # commonly used packages as installed by the Slackware packaging system. [default] groups= sys-auth sys-slack sysgather \ apache \ mysql \ php4 \ screen slocate sudo \ vsftpd # sys-auth - system authentication files (passwords, groups, etc.) # [sys-auth] basedir=/etc confdir=conf/sys/auth srcdir=NONE files= group gshadow passwd shadow # The sysgather utility itself :) # http://devel.ringlet.net/sysutils/sysgather/ # [sysgather] basedir=/etc/sysgather confdir=conf/sysgather srcdir=/etc/sysgather files= sysgather.conf sysgather.conf=sysgather.conf.default # sys-slack - the base system configuration files for Slackware 11.x # [sys-slack] basedir=/etc confdir=conf/sys/etc srcdir=NONE files= HOSTNAME \ at.allow at.deny \ csh.login \ dialogrc \ fstab \ hardwareclock host.conf hosts hosts.allow hosts.deny hosts.equiv \ inetd.conf inittab inputrc issue issue.net \ ld.so.conf localtime login.access login.defs logrotate.conf \ logrotate.d/syslog \ modprobe.conf modules.conf motd mtab \ networks nntpserver nscd.conf nsswitch.conf \ ppp/chap-secrets ppp/options ppp/pap-secrets \ printcap \ profile \ profile.d/glibc.csh profile.d/glibc.sh \ profile.d/lang.csh profile.d/lang.sh \ protocols \ random-seed \ rc.d/rc.4 rc.d/rc.6 rc.d/rc.K rc.d/rc.M rc.d/rc.S \ rc.d/rc.inet1 rc.d/rc.inet1.conf rc.d/rc.inet2 rc.d/rc.ip_forward \ rc.d/rc.local rc.d/rc.modules \ rc.d/rc.serial rc.d/rc.scanluns rc.d/rc.sshd \ rc.d/rc.syslogd rc.d/rc.sysvinit \ resolv.conf rpc \ securetty serial.conf services shells slackware-version syslog.conf \ ssh/moduli ssh/ssh_config \ ssh/ssh_host_dsa_key ssh/ssh_host_dsa_key.pub \ ssh/ssh_host_key ssh/ssh_host_key.pub \ ssh/ssh_host_rsa_key ssh/ssh_host_rsa_key.pub \ ssh/sshd_config \ ssl/misc/c_hash ssl/misc/c_info ssl/misc/c_issuer ssl/misc/c_name \ ssl/openssl.cnf \ swaret.conf \ termcap termcap-BSD termcap-Linux \ warnquota.conf # apache - the Apache 1.3.x webserver # http://httpd.apache.org/ # [apache] basedir=/etc/apache confdir=conf/apache srcdir=/etc/apache files= access.conf httpd.conf magic mime.types srm.conf access.conf= access.conf.default httpd.conf= httpd.conf.default magic= magic.default mime.types= mime.types.default srm.conf= srm.conf.default # mysql - the MySQL RDBMS # http://www.mysql.com/ # [mysql] basedir=/etc confdir=conf/mysql srcdir=/etc files= my.cnf rc.d/rc.mysqld my.cnf= my-small.cnf # php4 - the PHP scripting language # http://www.php.net/ # [php4] basedir=/etc confdir=conf/php4 srcdir=NONE files= apache/mod_php.conf apache/php.ini \ pear.conf # screen - the multi-screen window manager # http://www.gnu.org/software/screen/ # [screen] basedir=/etc confdir=conf/screen srcdir=NONE files= screenrc # slocate - a secure version of locate # [slocate] basedir=/etc confdir=conf/slocate srcdir=NONE files= cron.daily/slocate \ updatedb.conf # sudo - allow others to run commands as root # http://www.sudo.ws/ # [sudo] basedir=/etc confdir=conf/sudo srcdir=NONE files= sudoers # vsftpd - the "Very Secure FTP daemon" # http://vsftpd.beasts.org/ # [vsftpd] basedir=/etc confdir=conf/vsftpd srcdir=NONE files= logrotate.d/vsftpd \ vsftpd.conf