mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
OpenMamba config files
This commit is contained in:
7
adsl-client/config-openmamba-linux
Normal file
7
adsl-client/config-openmamba-linux
Normal file
@@ -0,0 +1,7 @@
|
||||
pppoe_conf=/etc/sysconfig/network-scripts/ifcfg-ppp0
|
||||
conf_style=1
|
||||
pap_file=/etc/ppp/pap-secrets
|
||||
pppoe_cmd=pppoe
|
||||
start_cmd=adsl-start
|
||||
stop_cmd=adsl-stop
|
||||
status_cmd=adsl-status
|
||||
12
apache/config-openmamba-linux
Normal file
12
apache/config-openmamba-linux
Normal file
@@ -0,0 +1,12 @@
|
||||
show_list=0
|
||||
httpd_dir=/etc/httpd
|
||||
httpd_path=/usr/sbin/httpd
|
||||
mime_types=/etc/httpd/mime.types
|
||||
start_cmd=/etc/rc.d/init.d/httpd start
|
||||
stop_cmd=/etc/rc.d/init.d/httpd stop
|
||||
show_order=0
|
||||
max_servers=100
|
||||
test_config=1
|
||||
test_manual=0
|
||||
test_always=0
|
||||
test_apachectl=1
|
||||
4
at/config-openmamba-linux
Normal file
4
at/config-openmamba-linux
Normal file
@@ -0,0 +1,4 @@
|
||||
at_style=linux
|
||||
at_dir=/var/spool/at
|
||||
allow_file=/etc/at.allow
|
||||
deny_file=/etc/at.deny
|
||||
36
bind8/config-openmamba-linux
Normal file
36
bind8/config-openmamba-linux
Normal file
@@ -0,0 +1,36 @@
|
||||
soa_style=0
|
||||
named_path=/usr/sbin/named
|
||||
named_conf=/etc/named.conf
|
||||
show_list=0
|
||||
records_order=0
|
||||
start_cmd=/etc/rc.d/init.d/named start
|
||||
stop_cmd=/etc/rc.d/init.d/named stop
|
||||
max_zones=50
|
||||
rev_def=0
|
||||
support_aaaa=0
|
||||
allow_comments=0
|
||||
allow_wild=0
|
||||
allow_long=0
|
||||
master_ttl=1
|
||||
whois_cmd=whois
|
||||
short_names=0
|
||||
updserial_def=0
|
||||
updserial_on=1
|
||||
updserial_man=1
|
||||
ndc_cmd=ndc
|
||||
forwardzonefilename_format=ZONE.hosts
|
||||
reversezonefilename_format=ZONE.rev
|
||||
rev_must=0
|
||||
ipv6_mode=1
|
||||
allow_underscore=1
|
||||
by_view=0
|
||||
confirm_zone=1
|
||||
confirm_rec=0
|
||||
no_chroot=0
|
||||
relative_paths=0
|
||||
rndc_cmd=rndc
|
||||
no_pid_chroot=0
|
||||
soa_start=0
|
||||
rndc_conf=/etc/rndc.conf
|
||||
rndcconf_cmd=rndc-confgen
|
||||
largezones=0
|
||||
22
cron/config-openmamba-linux
Normal file
22
cron/config-openmamba-linux
Normal file
@@ -0,0 +1,22 @@
|
||||
cron_dir=/var/spool/cron
|
||||
cron_deny_file=/etc/cron.deny
|
||||
cron_input=1
|
||||
cron_delete_command=crontab -u USER -r
|
||||
cron_user_delete_command=crontab -r
|
||||
cron_edit_command=crontab -u USER -e
|
||||
cron_user_edit_command=crontab -e
|
||||
vixie_cron=1
|
||||
cron_deny_all=2
|
||||
system_crontab=/etc/crontab
|
||||
cron_allow_file=/etc/cron.allow
|
||||
cron_get_command=crontab -u USER -l
|
||||
cron_user_get_command=crontab -l
|
||||
run_parts=run-parts
|
||||
cronfiles_dir=/etc/cron.d
|
||||
max_len=80
|
||||
show_run=0
|
||||
show_time=0
|
||||
match_mode=0
|
||||
match_user=1
|
||||
kill_subs=0
|
||||
show_comment=0
|
||||
12
dhcpd/config-openmamba-linux
Normal file
12
dhcpd/config-openmamba-linux
Normal file
@@ -0,0 +1,12 @@
|
||||
dhcpd_conf=/etc/dhcpd.conf
|
||||
pid_file=/var/run/dhcpd.pid
|
||||
dhcpd_path=/usr/sbin/dhcpd
|
||||
lease_file=/etc/dhcpd.leases
|
||||
lease_sort=0
|
||||
dhcpd_nocols=5
|
||||
lease_tz=0
|
||||
show_ip=0
|
||||
show_mac=0
|
||||
group_name=0
|
||||
display_max=100
|
||||
desc_name=0
|
||||
11
dnsadmin/config-openmamba-linux
Normal file
11
dnsadmin/config-openmamba-linux
Normal file
@@ -0,0 +1,11 @@
|
||||
soa_style=0
|
||||
show_list=0
|
||||
nslookup_pathname=nslookup
|
||||
named_pid_file=/var/run/named.pid
|
||||
named_pathname=/usr/sbin/named
|
||||
ping_pathname=ping -c 1
|
||||
named_boot_file=/etc/named.boot
|
||||
records_order=0
|
||||
updserial_def=0
|
||||
updserial_on=1
|
||||
updserial_man=1
|
||||
4
dovecot/config-openmamba-linux
Normal file
4
dovecot/config-openmamba-linux
Normal file
@@ -0,0 +1,4 @@
|
||||
dovecot=/usr/sbin/dovecot
|
||||
dovecot_config=/etc/dovecot.conf
|
||||
init_script=dovecot
|
||||
pid_file=/var/run/dovecot/master.pid
|
||||
4
exports/config-openmamba-linux
Normal file
4
exports/config-openmamba-linux
Normal file
@@ -0,0 +1,4 @@
|
||||
restart_command=if (killall -HUP rpc.nfsd && killall -HUP rpc.mountd); then /bin/true; else (/etc/rc.d/init.d/nfs stop ; /etc/rc.d/init.d/nfs start) fi
|
||||
exports_file=/etc/exports
|
||||
nfs_server=rpc.nfsd
|
||||
apply_cmd=exportfs -r
|
||||
6
fetchmail/config-openmamba-linux
Normal file
6
fetchmail/config-openmamba-linux
Normal file
@@ -0,0 +1,6 @@
|
||||
config_file=
|
||||
fetchmail_path=fetchmail
|
||||
daemon_user=root
|
||||
pid_file=/var/run/fetchmail.pid
|
||||
view_mode=0
|
||||
max_users=400
|
||||
4
grub/config-openmamba-linux
Normal file
4
grub/config-openmamba-linux
Normal file
@@ -0,0 +1,4 @@
|
||||
menu_file=/boot/grub/grub.conf
|
||||
grub_path=/usr/sbin/grub
|
||||
install=(hd0)
|
||||
device_map=/boot/grub/device.map
|
||||
15
inetd/config-openmamba-linux
Normal file
15
inetd/config-openmamba-linux
Normal file
@@ -0,0 +1,15 @@
|
||||
show_empty=1
|
||||
services_file=/etc/services
|
||||
extended_inetd=1
|
||||
restart_command=killall -HUP inetd || /etc/rc.d/init.d/inet start
|
||||
rpc_file=/etc/rpc
|
||||
protocols_file=/etc/protocols
|
||||
tcpd_path=/usr/sbin/tcpd
|
||||
rpc_inetd=1
|
||||
inetd_conf_file=/etc/inetd.conf
|
||||
rpc_protocols=tcp udp
|
||||
allow_file=/etc/hosts.allow
|
||||
deny_file=/etc/hosts.deny
|
||||
sort_mode=0
|
||||
ipv6=0
|
||||
qm_mode=0
|
||||
18
init/config-openmamba-linux
Normal file
18
init/config-openmamba-linux
Normal file
@@ -0,0 +1,18 @@
|
||||
soft_links=1
|
||||
show_opts=0
|
||||
init_base=/etc/rc.d
|
||||
init_dir=/etc/rc.d/init.d
|
||||
reboot_command=shutdown -r now
|
||||
shutdown_command=shutdown -h now
|
||||
order_digits=2
|
||||
inittab_id=id
|
||||
extra_init=/etc/rc.d/rc.local
|
||||
chkconfig=2345
|
||||
subsys=/var/lock/subsys
|
||||
expert=0
|
||||
desc=1
|
||||
status_check=1
|
||||
order=0
|
||||
sort_mode=0
|
||||
boot_levels=2 3 5
|
||||
no_chkconfig=0
|
||||
8
ipsec/config-openmamba-linux
Normal file
8
ipsec/config-openmamba-linux
Normal file
@@ -0,0 +1,8 @@
|
||||
file=/etc/ipsec.conf
|
||||
secrets=/etc/ipsec.secrets
|
||||
ipsec=/usr/sbin/ipsec
|
||||
policies_dir=/etc/ipsec.d/policies
|
||||
start_cmd=/etc/rc.d/init.d/ipsec start
|
||||
stop_cmd=/etc/rc.d/init.d/ipsec stop
|
||||
restart_cmd=/etc/rc.d/init.d/ipsec restart
|
||||
logfile=/var/log/messages
|
||||
6
jabber/config-openmamba-linux
Normal file
6
jabber/config-openmamba-linux
Normal file
@@ -0,0 +1,6 @@
|
||||
jabber_config=/etc/jabber.xml
|
||||
jabber_dir=/var/lib/jabber
|
||||
start_cmd=/etc/init.d/jabberd start
|
||||
stop_cmd=/etc/init.d/jabberd stop
|
||||
jabber_daemon=/usr/sbin/jabberd
|
||||
jabber_spool=/var/spool/jabber
|
||||
14
lpadmin/config-openmamba-linux
Normal file
14
lpadmin/config-openmamba-linux
Normal file
@@ -0,0 +1,14 @@
|
||||
iface_perms=755
|
||||
printcap_file=/etc/printcap
|
||||
gs_lib=
|
||||
iface_arg=
|
||||
gs_path=gs
|
||||
spool_dir=/var/spool/cups
|
||||
gs_fontpath=
|
||||
smbclient_path=smbclient
|
||||
print_style=linux
|
||||
driver_style=redhat
|
||||
show_status=0
|
||||
sort_mode=0
|
||||
display_mode=0
|
||||
show_jobs=0
|
||||
11
man/config-openmamba-linux
Normal file
11
man/config-openmamba-linux
Normal file
@@ -0,0 +1,11 @@
|
||||
search_cmd=man -k PAGE
|
||||
man_dir=/usr/share/man:/usr/local/man:/usr/local/share/man
|
||||
man_cmd_sect=man SECTION PAGE
|
||||
man_cmd=man PAGE
|
||||
list_cmd_sect=man -w SECTION PAGE
|
||||
list_cmd=man -w PAGE
|
||||
man2html_path=man2html
|
||||
doc_dir=/usr/share/doc
|
||||
howto_dir=/usr/share/doc/HOWTO
|
||||
kernel_dir=/usr/src/linux/Documentation
|
||||
kde_dir=/opt/kde3/share/doc/HTML/en
|
||||
5
mount/config-openmamba-linux
Normal file
5
mount/config-openmamba-linux
Normal file
@@ -0,0 +1,5 @@
|
||||
auto_file=/etc/sysconfig/amd
|
||||
long_fstypes=1
|
||||
fstab_file=/etc/fstab
|
||||
smbclient_path=smbclient
|
||||
nmblookup_path=nmblookup
|
||||
20
mysql/config-openmamba-linux
Normal file
20
mysql/config-openmamba-linux
Normal file
@@ -0,0 +1,20 @@
|
||||
start_cmd=/etc/rc.d/init.d/mysql start
|
||||
stop_cmd=/etc/rc.d/init.d/mysql stop
|
||||
mysql=/usr/bin/mysql
|
||||
mysqldump=/usr/bin/mysqldump
|
||||
mysqlimport=/usr/bin/mysqlimport
|
||||
mysql_libs=
|
||||
mysqladmin=/usr/bin/mysqladmin
|
||||
mysqlshow=/usr/bin/mysqlshow
|
||||
perpage=25
|
||||
style=0
|
||||
add_mode=1
|
||||
nodbi=0
|
||||
access=*: *
|
||||
blob_mode=0
|
||||
date_subs=0
|
||||
passwd_mode=0
|
||||
mysql_data=/var/lib/mysql
|
||||
max_dbs=50
|
||||
my_cnf=/etc/my.cnf
|
||||
max_text=1000
|
||||
5
nis/config-openmamba-linux
Normal file
5
nis/config-openmamba-linux
Normal file
@@ -0,0 +1,5 @@
|
||||
client_conf=/etc/yp.conf
|
||||
nsswitch_conf=/etc/nsswitch.conf
|
||||
securenets=/var/yp/securenets
|
||||
max_size=100
|
||||
manual_build=0
|
||||
7
openslp/config-openmamba-linux
Normal file
7
openslp/config-openmamba-linux
Normal file
@@ -0,0 +1,7 @@
|
||||
slpd_conf=/etc/slp.conf
|
||||
slpd_reg=/etc/slp.reg
|
||||
slpd_log=/var/log/slpd.log
|
||||
slpd_pid=/var/run/slpd.pid
|
||||
start_cmd=/etc/rc.d/init.d/slpd start
|
||||
stop_cmd=/etc/rc.d/init.d/slpd stop
|
||||
slpd=/usr/sbin/slpd
|
||||
@@ -227,6 +227,9 @@ Yoper Linux 2.2 redhat-linux 12.0 `cat /etc/yoper-release 2>/dev/null` =~ /Yop
|
||||
Caixa Magica 8.1 suse-linux 8.0 `cat /etc/CxM-release 2>/dev/null` =~ /8\.1/ || $etc_issue =~ /Caixa\s+8\.1\s/i
|
||||
Caixa Magica 10.0 suse-linux 9.2 `cat /etc/CxM-release 2>/dev/null` =~ /10\.0/ || $etc_issue =~ /Caixa\s+10\.0\s/i
|
||||
|
||||
# openmamba Linux
|
||||
openmamba Linux $1 openmamba-linux $1 `cat /etc/openmamba-release 2>/dev/null` =~ /openmamba\s+release\s+(\S+)/i
|
||||
|
||||
# All FreeBSD versions
|
||||
FreeBSD $1 freebsd $1 $uname =~ /FreeBSD.*?\s([0-9\.]+)/i
|
||||
|
||||
|
||||
4
pam/config-openmamba-linux
Normal file
4
pam/config-openmamba-linux
Normal file
@@ -0,0 +1,4 @@
|
||||
lib_dirs=/lib/security
|
||||
ignore=README .*\.rpmsave
|
||||
pam_dir=/etc/pam.d
|
||||
mod_equiv=pam_unix_acct.so=pam_pwdb.so pam_unix_auth.so=pam_pwdb.so pam_unix_passwd.so=pam_pwdb.so pam_unix_session.so=pam_pwdb.so pam_unix_sess.so=pam_pwdb.so pam_unix.so=pam_pwdb.so
|
||||
8
pap/config-openmamba-linux
Normal file
8
pap/config-openmamba-linux
Normal file
@@ -0,0 +1,8 @@
|
||||
pap_file=/etc/ppp/pap-secrets
|
||||
encrypt_pass=0
|
||||
ppp_options=/etc/ppp/options
|
||||
login_config=/etc/mgetty+sendfax/login.config
|
||||
dialin_config=/etc/mgetty+sendfax/dialin.config
|
||||
pppd=pppd
|
||||
mgetty=mgetty
|
||||
serials=/dev/ttyS[0-9]*
|
||||
4
passwd/config-openmamba-linux
Normal file
4
passwd/config-openmamba-linux
Normal file
@@ -0,0 +1,4 @@
|
||||
max_users=200
|
||||
input_type=0
|
||||
sort_mode=0
|
||||
passwd_cmd=passwd
|
||||
1
phpini/config-openmamba-linux
Normal file
1
phpini/config-openmamba-linux
Normal file
@@ -0,0 +1 @@
|
||||
php_ini=/etc/php/php.ini
|
||||
22
postgresql/config-openmamba-linux
Normal file
22
postgresql/config-openmamba-linux
Normal file
@@ -0,0 +1,22 @@
|
||||
login=postgres
|
||||
psql=/usr/bin/psql
|
||||
basedb=template1
|
||||
start_cmd=/etc/rc.d/init.d/postgresql start
|
||||
stop_cmd=/etc/rc.d/init.d/postgresql stop
|
||||
pid_file=/var/run/postmaster.pid
|
||||
perpage=25
|
||||
hba_conf=/var/lib/pgsql/pg_hba.conf
|
||||
nodbi=0
|
||||
dump_cmd=/usr/bin/pg_dump
|
||||
rstr_cmd=/usr/bin/pg_restore
|
||||
repository=/home/db_repository
|
||||
sameunix=0
|
||||
access=*: *
|
||||
blob_mode=0
|
||||
add_mode=1
|
||||
date_subs=0
|
||||
style=0
|
||||
max_dbs=50
|
||||
simple_sched=0
|
||||
access_own=0
|
||||
max_text=1000
|
||||
3
pserver/config-openmamba-linux
Normal file
3
pserver/config-openmamba-linux
Normal file
@@ -0,0 +1,3 @@
|
||||
cvs=cvs
|
||||
cvsroot=/var/cvs
|
||||
view_header=header.html
|
||||
17
samba/config-openmamba-linux
Normal file
17
samba/config-openmamba-linux
Normal file
@@ -0,0 +1,17 @@
|
||||
list_printers_command=lpc status | grep "[A-z0-9]:" | sed -e 's/://g'
|
||||
smb_passwd=/etc/smbpasswd
|
||||
dont_convert=-499
|
||||
samba_password_program=/usr/bin/smbpasswd
|
||||
samba_status_program=/usr/bin/smbstatus
|
||||
samba_server=/usr/sbin/smbd
|
||||
name_server=/usr/sbin/nmbd
|
||||
smb_conf=/etc/samba/smb.conf
|
||||
text_lists=0
|
||||
run_from_inetd=0
|
||||
swat_path=/usr/sbin/swat
|
||||
sort_mode=0
|
||||
start_cmd=/etc/rc.d/init.d/smb start
|
||||
stop_cmd=/etc/rc.d/init.d/smb stop
|
||||
smbgroupedit=/usr/bin/smbgroupedit
|
||||
pdbedit=/usr/bin/pdbedit
|
||||
net=/usr/bin/net
|
||||
4
sarg/config-openmamba-linux
Normal file
4
sarg/config-openmamba-linux
Normal file
@@ -0,0 +1,4 @@
|
||||
sarg=sarg
|
||||
sarg_conf=/etc/squid/sarg/sarg.conf
|
||||
clear=1
|
||||
naked=0
|
||||
12
sentry/config-openmamba-linux
Normal file
12
sentry/config-openmamba-linux
Normal file
@@ -0,0 +1,12 @@
|
||||
portsentry=/usr/sbin/portsentry
|
||||
portsentry_config=/etc/portsentry/portsentry.conf
|
||||
portsentry_umode=udp
|
||||
portsentry_start=/etc/rc.d/init.d/portsentry start
|
||||
portsentry_stop=/etc/rc.d/init.d/portsentry stop
|
||||
portsentry_pid=
|
||||
portsentry_tmode=tcp
|
||||
hostsentry=/usr/lib/hostsentry/hostsentry.py
|
||||
hostsentry_config=/etc/hostsentry/hostsentry.conf
|
||||
hostsentry_start=/etc/rc.d/init.d/hostsentry start
|
||||
hostsentry_stop=/etc/rc.d/init.d/hostsentry stop
|
||||
logcheck=/usr/bin/logcheck.sh
|
||||
3
software/config-openmamba-linux
Normal file
3
software/config-openmamba-linux
Normal file
@@ -0,0 +1,3 @@
|
||||
package_system=rpm
|
||||
update_system=apt
|
||||
apt_mode=0
|
||||
18
squid/config-openmamba-linux
Normal file
18
squid/config-openmamba-linux
Normal file
@@ -0,0 +1,18 @@
|
||||
log_dir=/var/log/squid
|
||||
squid_path=squid
|
||||
cache_dir=/var/spool/squid
|
||||
squid_conf=/etc/squid/squid.conf
|
||||
pid_file=/var/run/squid.pid
|
||||
cachemgr_path=/home/httpd/cgi-bin/cachemgr.cgi
|
||||
calamaris=calamaris
|
||||
cal_max=50000
|
||||
cal_args=-aw
|
||||
crypt_conf=0
|
||||
sort_conf=0
|
||||
sync_create=0
|
||||
sync_delete=0
|
||||
sync_modify=1
|
||||
cal_fmt=w
|
||||
cal_all=1
|
||||
restart_pos=0
|
||||
squidclient=squidclient
|
||||
11
sshd/config-openmamba-linux
Normal file
11
sshd/config-openmamba-linux
Normal file
@@ -0,0 +1,11 @@
|
||||
sshd_path=/usr/sbin/sshd
|
||||
sshd_config=/etc/ssh/sshd_config
|
||||
client_config=/etc/ssh/ssh_config
|
||||
pid_file=/var/run/sshd.pid
|
||||
start_cmd=/etc/rc.d/init.d/sshd start
|
||||
stop_cmd=/etc/rc.d/init.d/sshd stop
|
||||
keygen_path=/usr/bin/ssh-keygen
|
||||
sync_create=0
|
||||
sync_auth=1
|
||||
sync_pass=0
|
||||
sync_gnupg=0
|
||||
1
stunnel/config-openmamba-linux
Normal file
1
stunnel/config-openmamba-linux
Normal file
@@ -0,0 +1 @@
|
||||
stunnel_path=/usr/sbin/stunnel
|
||||
7
syslog-ng/config-openmamba-linux
Normal file
7
syslog-ng/config-openmamba-linux
Normal file
@@ -0,0 +1,7 @@
|
||||
lines=20
|
||||
compressed=1
|
||||
syslogng_conf=/etc/syslog-ng.conf
|
||||
syslogng_cmd=syslog-ng
|
||||
pid_file=/var/run/syslog-ng.pid
|
||||
start_cmd=/etc/init.d/syslog-ng start
|
||||
stop_cmd=/etc/init.d/syslog-ng stop
|
||||
38
useradmin/config-openmamba-linux
Normal file
38
useradmin/config-openmamba-linux
Normal file
@@ -0,0 +1,38 @@
|
||||
homedir_perms=0755
|
||||
display_max=400
|
||||
user_files=/etc/skel
|
||||
passwd_file=/etc/passwd
|
||||
post_command=
|
||||
group_file=/etc/group
|
||||
shadow_file=/etc/shadow
|
||||
gshadow_file=/etc/gshadow
|
||||
base_uid=500
|
||||
base_gid=500
|
||||
lock_string=*
|
||||
empty_mode=0
|
||||
sort_mode=0
|
||||
new_user_group=1
|
||||
skip_md5=0
|
||||
display_mode=1
|
||||
passwd_stars=0
|
||||
delete_only=0
|
||||
from_files=0
|
||||
alias_check=0
|
||||
home_style=0
|
||||
random_password=0
|
||||
extra_real=0
|
||||
passwd_dict=0
|
||||
passwd_same=0
|
||||
email_type=0
|
||||
home_base=/home
|
||||
new_user_gid=0
|
||||
delete_root=0
|
||||
md5=1
|
||||
uid_mode=1
|
||||
gid_mode=1
|
||||
gid_calc=0
|
||||
uid_calc=0
|
||||
default_other=1
|
||||
shells=fixed,passwd,shells
|
||||
secmode=0
|
||||
last_show=0
|
||||
4
webalizer/config-openmamba-linux
Normal file
4
webalizer/config-openmamba-linux
Normal file
@@ -0,0 +1,4 @@
|
||||
webalizer=webalizer
|
||||
webalizer_conf=/etc/httpd/webalizer.conf
|
||||
auto=apache,squid,proftpd,wuftpd
|
||||
naked=0
|
||||
6
xinetd/config-openmamba-linux
Normal file
6
xinetd/config-openmamba-linux
Normal file
@@ -0,0 +1,6 @@
|
||||
xinetd_conf=/etc/xinetd.conf
|
||||
protocols_file=/etc/protocols
|
||||
pid_file=/var/run/xinetd.pid
|
||||
start_cmd=/etc/rc.d/init.d/xinetd start
|
||||
add_dir=/etc/xinetd.d
|
||||
lookup_servs=1
|
||||
Reference in New Issue
Block a user