]> git.hoellein.online Git - vserver/commitdiff
committing changes in /etc made by "apt-get upgrade"
authormhoellein <mario@hoellein.online>
Tue, 5 Jul 2022 05:02:22 +0000 (07:02 +0200)
committermhoellein <mario@hoellein.online>
Tue, 5 Jul 2022 05:02:22 +0000 (07:02 +0200)
Package changes:
-isc-dhcp-client 4.4.1-2.1ubuntu5.20.04.2 amd64
-isc-dhcp-common 4.4.1-2.1ubuntu5.20.04.2 amd64
+isc-dhcp-client 4.4.1-2.1ubuntu5.20.04.3 amd64
+isc-dhcp-common 4.4.1-2.1ubuntu5.20.04.3 amd64
-webmin 1.995 all
+webmin 1.996 all

98 files changed:
.etckeeper
apparmor.d/sbin.dhclient
webmin/.post-install [new file with mode: 0755]
webmin/.pre-install [new file with mode: 0755]
webmin/acl/config
webmin/adsl-client/config
webmin/ajaxterm/config
webmin/apache/config
webmin/at/config
webmin/backup-config/config
webmin/bacula-backup/config
webmin/bandwidth/config
webmin/bind8/config
webmin/cluster-passwd/config
webmin/cluster-useradmin/config
webmin/cluster-usermin/config
webmin/config
webmin/cpan/config
webmin/cron/config
webmin/custom/config
webmin/dhcpd/config
webmin/dovecot/config
webmin/exim/config
webmin/exports/config
webmin/fail2ban/config
webmin/fetchmail/config
webmin/filter/config
webmin/firewall/config
webmin/firewall6/config
webmin/fsdump/config
webmin/grub/config
webmin/heartbeat/config
webmin/htaccess-htpasswd/config
webmin/inetd/config
webmin/init/config
webmin/ipfilter/config
webmin/ipfw/config
webmin/ipsec/config
webmin/iscsi-client/config
webmin/iscsi-server/config
webmin/iscsi-target/config
webmin/iscsi-tgtd/config
webmin/jabber/config
webmin/ldap-client/config
webmin/ldap-server/config
webmin/ldap-useradmin/config
webmin/logrotate/config
webmin/logviewer/config
webmin/lpadmin/config
webmin/lvm/config
webmin/mailboxes/config
webmin/man/config
webmin/miniserv.conf
webmin/mon/config
webmin/mount/config
webmin/mysql/config
webmin/nis/config
webmin/openslp/config
webmin/package-updates/config
webmin/pap/config
webmin/passwd/config
webmin/postfix/config
webmin/postgresql/config
webmin/pptp-client/config
webmin/pptp-server/config
webmin/proc/config
webmin/procmail/config
webmin/proftpd/config
webmin/qmailadmin/config
webmin/quota/config
webmin/raid/config
webmin/samba/config
webmin/sarg/config
webmin/sendmail/config
webmin/servers/config
webmin/shell/config
webmin/shorewall/config
webmin/shorewall6/config
webmin/smart-status/config
webmin/software/config
webmin/spam/config
webmin/squid/config
webmin/sshd/config
webmin/status/config
webmin/syslog-ng/config
webmin/syslog/config
webmin/tcpwrappers/config
webmin/telnet/config
webmin/time/config
webmin/updown/config
webmin/useradmin/config
webmin/usermin/config
webmin/version
webmin/vgetty/config
webmin/webalizer/config
webmin/webmin/config
webmin/wuftpd/config
webmin/xinetd/config

index e52dbcc34f9f09a4b523e4297bf7f24f6ead87b4..85f348b0c1f32f6e60155d6212d58d326f0ff3fc 100755 (executable)
@@ -11310,6 +11310,8 @@ maybe chmod 0755 'w3m'
 maybe chmod 0644 'w3m/config'
 maybe chmod 0644 'w3m/mailcap'
 maybe chmod 0755 'webmin'
+maybe chmod 0755 'webmin/.post-install'
+maybe chmod 0755 'webmin/.pre-install'
 maybe chmod 0755 'webmin/.reload-init'
 maybe chmod 0755 'webmin/.restart-by-force-kill-init'
 maybe chmod 0755 'webmin/.restart-init'
index b6e2b9dfa7af5915074d53be3daaedff4761181d..1acc6b92c0b36e387d1cd2d52dd9eebaf6153012 100644 (file)
   @{PROC}/[0-9]*/net/ r,
   @{PROC}/[0-9]*/net/** r,
 
+  # dhclient wants to update its threads with functional names
+  # https://gitlab.com/apparmor/apparmor/-/merge_requests/730
+  # see LP: #1918410
+  owner @{PROC}/@{pid}/task/[0-9]*/comm rw,
+
   /{,usr/}sbin/dhclient mr,
   # LP: #1197484 and LP: #1202203 - why is this needed? :(
   /{,usr/}bin/bash mr,
@@ -32,6 +37,7 @@
   # NetworkManager
   /{,var/}run/nm*conf r,
   /{,var/}run/sendsigs.omit.d/network-manager.dhclient*.pid lrw,
+  /{,var/}run/NetworkManager/dhclient*.pid lrw,
   /var/lib/NetworkManager/dhclient*.conf lrw,
   /var/lib/NetworkManager/dhclient*.lease* lrw,
   signal (receive) peer=/usr/sbin/NetworkManager,
diff --git a/webmin/.post-install b/webmin/.post-install
new file mode 100755 (executable)
index 0000000..c60d4ca
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+/bin/systemctl kill --signal=SIGHUP --kill-who=main webmin
diff --git a/webmin/.pre-install b/webmin/.pre-install
new file mode 100755 (executable)
index 0000000..1a24852
--- /dev/null
@@ -0,0 +1 @@
+#!/bin/sh
index c572bfa888ad416eae4d27ca8cbf732f4305a4d6..ee9b4c16bf9c98fa7f50a8d5cc598fcc568ad3c9 100644 (file)
@@ -1,3 +1,3 @@
+display=1
 ssleay=/usr/bin/openssl
 order=0
-display=1
index 7955fec78d849a80361627dc0d8037eeae2c60ec..150d6fc958010cfe8f609d168051e112a824f39d 100644 (file)
@@ -1,7 +1,7 @@
-pppoe_conf=/etc/ppp/pppoe.conf
-pppoe_cmd=pppoe
+start_cmd=adsl-start
 stop_cmd=adsl-stop
 status_cmd=adsl-status
-conf_style=0
-start_cmd=adsl-start
 pap_file=/etc/ppp/pap-secrets
+pppoe_conf=/etc/ppp/pppoe.conf
+pppoe_cmd=pppoe
+conf_style=0
index 003ebb11cc5559dda5bdbac81019f2718ead6c95..a31edabcbfd145ec85ac796ce4d4f2cb4e4d4f56 100644 (file)
@@ -1,2 +1,2 @@
-timeout=120
 autologin=0
+timeout=120
index 70e74169fbdd208ba87fb3a8718f30370406cf46..274ede51034bb01f22072620fea747cfb72e01d1 100644 (file)
@@ -1,25 +1,25 @@
-apply_cmd=/usr/sbin/apache2ctl graceful
+httpd_path=/usr/sbin/apache2
+start_cmd=/etc/init.d/apache2 start
+allow_virtualmin=0
 stop_cmd=/etc/init.d/apache2 stop
-max_servers=100
+apply_cmd=/usr/sbin/apache2ctl graceful
 show_names=0
+httpd_dir=/etc/apache2
 mime_types=/etc/apache2/mime.types
+test_always=0
 format_config=1
-test_config=1
-apachectl_path=/usr/sbin/apache2ctl
-access_conf=/etc/apache2/access.conf
-test_apachectl=1
-auto_mods=1
-httpd_path=/usr/sbin/apache2
-show_order=0
 link_dir=/etc/apache2/sites-enabled
-test_manual=0
 virt_file=/etc/apache2/sites-available
+apachectl_path=/usr/sbin/apache2ctl
+test_manual=0
+access_conf=/etc/apache2/access.conf
 httpd_conf=/etc/apache2/apache2.conf
+defines_file=/etc/apache2/envvars
+max_servers=100
 show_list=0
-allow_virtualmin=0
-httpd_dir=/etc/apache2
+test_config=1
+test_apachectl=1
+auto_mods=1
 defines_name=APACHE_ARGUMENTS
 srm_conf=/etc/apache2/srm.conf
-start_cmd=/etc/init.d/apache2 start
-defines_file=/etc/apache2/envvars
-test_always=0
+show_order=0
index 6f83c111cd181982c44ebd26b0e4a71872f48304..abf2f64550e838bab95c127aa47d04bee39ead7d 100644 (file)
@@ -1,2 +1,2 @@
-at_style=linux
 at_dir=/var/spool/cron/atjobs
+at_style=linux
index 7f0472b861b34ecbb0619b6fdeb5976b9bfd17a8..3bdfb12314d2029a5f48b8a829223d76f2c7e3b2 100644 (file)
@@ -1,3 +1,3 @@
-apply=1
 date_subs=0
+apply=1
 webmin_subs=0
index 4ddad4ba8b5698b39755d7268e6f29c59de985fc..176f910dedab7b883d1d66e384e139337352a1fb 100644 (file)
@@ -1,12 +1,12 @@
-driver=Pg
-btape=btape
-user=bacula
-db=bacula
+bacula_dir=/etc/bacula
+wait=1
 pass=
-apply=1
-init_start=0
+bls=bls
+btape=btape
+driver=Pg
 bextract=bextract
+apply=1
 showdirs=0
-wait=1
-bls=bls
-bacula_dir=/etc/bacula
+db=bacula
+user=bacula
+init_start=0
index db38d77512510100f19a87e68a12f5c2eac4d9a3..da72c415d6dd43c27f93599a120501761b2a0a41 100644 (file)
@@ -1,2 +1,2 @@
-firewall_system=firewall
 bandwidth_log=/var/log/bandwidth
+firewall_system=firewall
index cffb0b93b03ddeab4f913566d6d360b0f96ab0aa..8dc4c94cb1928548ade7459e2d54338d1f66307f 100644 (file)
@@ -1,46 +1,46 @@
-keygen=dnssec-keygen
+allow_long=0
+relative_paths=0
+other_slaves=1
+largezones=0
+forwardzonefilename_format=ZONE.hosts
+by_view=0
+named_conf=/etc/bind/named.conf
+rev_must=0
+ndc_cmd=ndc
 force_random=0
-max_zones=50
-rndc_cmd=rndc
 master_ttl=1
-slave_dir=/var/lib/bind
-named_conf=/etc/bind/named.conf
-short_names=0
-reversezonefilename_format=ZONE.rev
-rndc_conf=/etc/bind/rndc.conf
+soa_style=0
+signzone=dnssec-signzone
+keygen=dnssec-keygen
 named_path=/usr/sbin/named
-confirm_zone=1
-confirm_rec=0
-ndc_cmd=ndc
-by_view=0
-no_chroot=0
-dnssec_info=1
-allow_wild=1
-updserial_on=1
-checkzone=named-checkzone
+records_order=0
+rndc_cmd=rndc
+no_pid_chroot=0
+support_aaaa=1
+spf_record=0
 ipv6_mode=1
-checkconf=named-checkconf
+confirm_zone=1
+pid_file=/var/run/bind/run/named.pid /var/run/named.pid /var/run/named/named.pid /var/run/bind/run/named/named.pid
+max_zones=50
 updserial_man=1
-whois_cmd=whois
-allow_comments=0
-allow_long=0
-other_slaves=1
-rev_def=0
-soa_start=0
-largezones=0
+show_list=0
 updserial_def=0
-pid_file=/var/run/bind/run/named.pid /var/run/named.pid /var/run/named/named.pid /var/run/bind/run/named/named.pid
+soa_start=0
 master_dir=/var/lib/bind
-show_list=0
-forwardzonefilename_format=ZONE.hosts
-rev_must=0
-spf_record=0
+dnssec_info=1
+allow_comments=0
+slave_dir=/var/lib/bind
+confirm_rec=0
+rev_def=0
+checkconf=named-checkconf
 zones_file=/etc/bind/named.conf.local
 rndcconf_cmd=rndc-confgen
-signzone=dnssec-signzone
-relative_paths=0
-soa_style=0
-support_aaaa=1
-no_pid_chroot=0
+checkzone=named-checkzone
 allow_underscore=1
-records_order=0
+whois_cmd=whois
+allow_wild=1
+no_chroot=0
+short_names=0
+updserial_on=1
+rndc_conf=/etc/bind/rndc.conf
+reversezonefilename_format=ZONE.rev
index 04110de954ef8ed5a644b4a718c43ee8f546e2c0..1c1ed801df780c749f8753e235a79011201bd452 100644 (file)
@@ -1,3 +1,3 @@
+sort_mode=0
 max_users=200
 input_type=0
-sort_mode=0
index 1e3e7d8236f87d595cfe2fde514607092100e86f..2265b02857d05d56c502f2851c144b2225d3222f 100644 (file)
@@ -1,9 +1,9 @@
-table_mode=0
-conf_allow_sync=1
-conf_add_user=1
 conf_find_user=1
-conf_allow_refresh=1
-conf_host_links=1
 conf_add_group=1
-conf_find_group=1
+conf_allow_refresh=1
 sort_mode=0
+conf_find_group=1
+table_mode=0
+conf_host_links=1
+conf_add_user=1
+conf_allow_sync=1
index 470eaee86535d874ac8fe55dbfee746a3dd61ef8..fd788cb1e074549f6b0858f1e816c867c16118a7 100644 (file)
@@ -1,2 +1,2 @@
-sort_mode=0
 table_mode=0
+sort_mode=0
index b701677568eb3841b087a62767f23d3243686443..8c3d94d3e4a11949be21ac695ad26479c3efb740 100644 (file)
@@ -1,33 +1,33 @@
+sysinfo=0
+lang_root=de.UTF-8
+find_pid_command=ps auwwwx | grep NAME | grep -v grep | awk '{ print $2 }'
+real_os_type=Ubuntu Linux
+os_type=debian-linux
 showlogin=0
-hostnamemode=0
-dateformat=dd/mon/yyyy
-md5pass=1
+hostnamedisplay=
+product=webmin
+passwd_pindex=1
+ld_env=LD_LIBRARY_PATH
 showhost=0
+lang=en.UTF-8
+passwd_file=/etc/shadow
+md5pass=0
+passwd_uindex=0
+real_os_version=18.04.1
 webprefix=
-ld_env=LD_LIBRARY_PATH
-nofeedbackcc=0
 path=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin
-real_os_version=18.04.1
-passwd_pindex=1
-help_width=
-passwd_file=/etc/shadow
-feedback_to=
-product=webmin
-lang=en.UTF-8
-referers_none=1
+hostnamemode=0
+help_height=
+theme=authentic-theme
 os_version=9.0
-passwd_mindex=4
-hostnamedisplay=
-sysinfo=0
-real_os_type=Ubuntu Linux
-by_view=0
-find_pid_command=ps auwwwx | grep NAME | grep -v grep | awk '{ print $2 }'
-log=1
+feedback_to=
 passwd_cindex=2
-theme=authentic-theme
-lang_root=de.UTF-8
-passwd_uindex=0
-help_height=
-os_type=debian-linux
+help_width=
+nofeedbackcc=0
+log=1
+passwd_mindex=4
+referers_none=1
 tempdelete_days=7
+by_view=0
+dateformat=dd/mon/yyyy
 md5pass=0
index 2eb974be688ac942382e193d3d82965e5a7ef92e..4e3df3c144f6234cdf0ce1bcd515be9c55bffaa5 100644 (file)
@@ -1,6 +1,6 @@
 save_partial=0
-refresh_days=30
-cpan=http://www.cpan.org/authors/id
-packages=http://www.cpan.org/modules/02packages.details.txt.gz
 incyum=1
 incpackages=1
+refresh_days=30
+packages=http://www.cpan.org/modules/02packages.details.txt.gz
+cpan=http://www.cpan.org/authors/id
index 00ff8a0be4e84314b4af3ce34153a832182a3239..85863bf2637a5aa1690305034b6338992d02ffed 100644 (file)
@@ -1,26 +1,26 @@
-max_len=80
+cron_deny_all=2
+max_jobs=100
+init_name=cron
 kill_subs=0
+cron_user_edit_command=crontab -e
+show_comment=0
+show_run=0
+cron_get_command=crontab -u USER -l
 cron_dir=/var/spool/cron/crontabs
-init_name=cron
+cronfiles_dir=/etc/cron.d
+match_mode=0
+cron_edit_command=crontab -u USER -e
 cron_input=1
-cron_get_command=crontab -u USER -l
-run_parts=run-parts
-system_crontab=/etc/crontab
-cron_deny_all=2
 show_next=0
-show_run=0
+hourly_only=0
+show_time=0
+system_crontab=/etc/crontab
+cron_deny_file=/var/spool/cron/deny
+vixie_cron=1
 cron_user_delete_command=crontab -r
+run_parts=run-parts
+cron_delete_command=crontab -u USER -r
+max_len=80
 cron_user_get_command=crontab -l
-show_time=0
-match_user=1
-cron_edit_command=crontab -u USER -e
-hourly_only=0
 cron_allow_file=/var/spool/cron/allow
-cron_delete_command=crontab -u USER -r
-max_jobs=100
-cronfiles_dir=/etc/cron.d
-match_mode=0
-cron_user_edit_command=crontab -e
-vixie_cron=1
-show_comment=0
-cron_deny_file=/var/spool/cron/deny
+match_user=1
index 14aa503819f094a609a42a7fd07ca8aa55ed6148..a4b4fdede354baf5b3806fd57aa7003b46f0471b 100644 (file)
@@ -1,4 +1,4 @@
-display_mode=0
 params_file=0
 columns=2
 params_cmd=0
+display_mode=0
index d37d98d9b35ecc5686606ea992742fa2b214d8c1..e93c74f93fa3a367c869ff85f99c3aa1cdafd83c 100644 (file)
@@ -1,17 +1,17 @@
-group_name=0
-dhcpd_conf=/etc/dhcp/dhcpd.conf
-start_cmd=service isc-dhcp-server start
-restart_cmd=service isc-dhcp-server restart
-pid_file=/var/run/dhcpd.pid
+lease_sort=0
 show_mac=0
-display_max=100
-desc_name=0
-interfaces_type=debian
+pid_file=/var/run/dhcpd.pid
 show_ip=0
 lease_file=/var/lib/dhcp/dhcpd.leases
-lease_tz=0
-lease_sort=0
 dhcpd_path=/usr/sbin/dhcpd
-dhcpd_nocols=5
-stop_cmd=service isc-dhcp-server stop
+restart_cmd=service isc-dhcp-server restart
+display_max=100
+dhcpd_conf=/etc/dhcp/dhcpd.conf
 lease_vendor=0
+desc_name=0
+lease_tz=0
+stop_cmd=service isc-dhcp-server stop
+group_name=0
+dhcpd_nocols=5
+interfaces_type=debian
+start_cmd=service isc-dhcp-server start
index 3b7bed0ed6079c6bbfa4046ff9a4674c047885c3..d6e9d8483647b58793c5255e16aba1cf7206792d 100644 (file)
@@ -1,4 +1,4 @@
 dovecot_config=/etc/dovecot/dovecot.conf
 pid_file=/var/run/dovecot/master.pid
-init_script=dovecot
 dovecot=/usr/sbin/dovecot
+init_script=dovecot
index ef1ee9d123db6252164b6f92b926ec17eac925a2..b262972685274dd64d5f6869d65974c5c30a7c4b 100644 (file)
@@ -1,8 +1,8 @@
-exim_dbmfile=/etc/exim4/local_domains
+exim_dir=/etc/exim4
 exim_addrfile=/etc/exim4/email-addresses
 exim_virt_dir=/etc/exim4/aliases
-exim_dir=/etc/exim4
-exim_aliasfileext=
-exim_dbmext=.dbm
 exim_mail_file=Maildir
 mail_system=1
+exim_aliasfileext=
+exim_dbmext=.dbm
+exim_dbmfile=/etc/exim4/local_domains
index 8f8b567ee5c1eba3721a712ee9c1a4be0b5428be..5a48ca66fb55683866e1a0cfe1c82382aa28c518 100644 (file)
@@ -1,3 +1,3 @@
-exports_file=/etc/exports
 apply_cmd=exportfs -r
 restart_command=if (killall -HUP rpc.nfsd && killall -HUP rpc.mountd); then /bin/true; else (/etc/init.d/nfs-*server stop ; /etc/init.d/nfs-*server start) fi
+exports_file=/etc/exports
index 0d1a71684f929b81c8f2b5001bd434f8c1b5b043..38e02282a3ef13c134a032b1c5fff7b629b8f84a 100644 (file)
@@ -1,4 +1,4 @@
+client_cmd=/usr/bin/fail2ban-client
 server_cmd=/usr/bin/fail2ban-server
-init_script=fail2ban
 config_dir=/etc/fail2ban
-client_cmd=/usr/bin/fail2ban-client
+init_script=fail2ban
index 8009c89b3a0834968cce38e867f653bf69aa08b3..d94dbf45be216ae8e559fe2334ec7ddcb72e92bf 100644 (file)
@@ -1,6 +1,6 @@
-view_mode=0
-fetchmail_path=fetchmail
-config_file=
 max_users=400
 daemon_user=root
+fetchmail_path=fetchmail
+config_file=
+view_mode=0
 pid_file=/var/run/fetchmail.pid
index a551ef7116adcbd72bc183b262109b8e745eb959..c51b837760302274b87e6bf028ce344c122ed85f 100644 (file)
@@ -1,6 +1,6 @@
-reply_force=0
+alias_files=/etc/aliases       /etc/postfix/aliases    /etc/mail/aliases
+virtualmin_config=/etc/webmin/virtual-server
 virtualmin_spam=/etc/webmin/virtual-server/lookup-domain.pl
-forward_procmail=0
 warn_procmail=1
-virtualmin_config=/etc/webmin/virtual-server
-alias_files=/etc/aliases       /etc/postfix/aliases    /etc/mail/aliases
+forward_procmail=0
+reply_force=0
index dd0788880002820a748144a3ba55045aefbea46a..e3b0f7d4f651a5a475b87af09fb74de7c10604e0 100644 (file)
@@ -1,6 +1,6 @@
-force_init=0
-view_condition=1
-cluster_mode=1
+view_comment=0
 comment_mod=0
+cluster_mode=1
+view_condition=1
+force_init=0
 direct=0
-view_comment=0
index 0dadcf4d40d8e169f89914e34ca302b16ec07b19..dd08f55a4c7ff26f1ddc8c4ec28b83bc02f8d1dd 100644 (file)
@@ -1,6 +1,6 @@
-cluster_mode=1
 direct=0
-comment_mod=0
 force_init=0
-view_condition=1
 view_comment=0
+view_condition=1
+comment_mod=0
+cluster_mode=1
index 2d0c473a04193dc6c63b59b7ed45a554e52ec305..794da0b20ba03865ea882d18ceb89d4705faefe7 100644 (file)
@@ -1,7 +1,7 @@
 date_subs=0
-simple_sched=0
 error_email=0
-webmin_subs=0
-nonewtape=0
-run_mode=0
 always_tar=0
+run_mode=0
+nonewtape=0
+simple_sched=0
+webmin_subs=0
index 2bb2e4e49d092a0a9da0129d7f3f5e3f67cb7d8f..98bdc19a6c726f1111e96d76f1391092758b207e 100644 (file)
@@ -1,3 +1,3 @@
 grub_path=grub
-install=(hd0)
 menu_file=/boot/grub/menu.lst
+install=(hd0)
index 71f56c61d110fb720553908a088fc60e6de35643..f878287851aabf0e6c99ab297b28cdfcaf390a2b 100644 (file)
@@ -1,15 +1,15 @@
-authkeys=
-alt_ha_cf=/usr/share/doc/packages/heartbeat/ha.cf
-ha_cf=
-serials=/dev/ttyS*
-start_cmd=/etc/init.d/heartbeat start
 pid_file=/var/run/heartbeat.pid
+alt_authkeys=/usr/share/doc/packages/heartbeat/authkeys
+alt_ha_cf=/usr/share/doc/packages/heartbeat/ha.cf
 ha_dir=/etc/ha.d
-resource_d=
+heartbeat=/usr/lib/heartbeat/heartbeat
 req_resource_cmd=/usr/lib/heartbeat/req_resource
 alt_haresources=/usr/share/doc/packages/heartbeat/haresources
-alt_authkeys=/usr/share/doc/packages/heartbeat/authkeys
-heartbeat=/usr/lib/heartbeat/heartbeat
+stop_cmd=/etc/init.d/heartbeat stop
+start_cmd=/etc/init.d/heartbeat start
+resource_d=
+serials=/dev/ttyS*
+ha_cf=
+authkeys=
 apply_cmd=/etc/init.d/heartbeat reload
 haresources=
-stop_cmd=/etc/init.d/heartbeat stop
index dacc158d093b88365b548a4d7de0c50fb87dbba0..98e69d4fe52136d6091411bcd4d2af8481e84c10 100644 (file)
@@ -1,8 +1,8 @@
-md5=1
-extra_directives=
-htpasswd=.htpasswd
 htgroups=.htgroups
-htaccess=.htaccess
-digest=1
 sort=0
 sha1=0
+extra_directives=
+htaccess=.htaccess
+md5=1
+htpasswd=.htpasswd
+digest=1
index 9d27222844d1a44e9da52898f9adb006ff5979db..8f5ca06c50845dc621fd570b3886283431c66ae2 100644 (file)
@@ -1,16 +1,16 @@
-tcpd_path=/usr/sbin/tcpd
+qm_mode=0
 display_max=100
-rpc_file=/etc/rpc
-allow_file=/etc/hosts.allow
-rpc_inetd=1
+tcpd_path=/usr/sbin/tcpd
 services_file=/etc/services
+rpc_protocols=tcp udp
+rpc_inetd=1
 inetd_conf_file=/etc/inetd.conf
-sort_mode=0
 ipv6=0
+extended_inetd=1
+sort_mode=0
+show_empty=1
+protocols_file=/etc/protocols
 deny_file=/etc/hosts.deny
+rpc_file=/etc/rpc
 restart_command=killall -HUP inetd
-protocols_file=/etc/protocols
-qm_mode=0
-show_empty=1
-rpc_protocols=tcp udp
-extended_inetd=1
+allow_file=/etc/hosts.allow
index cb4095d8ec22f515632f6461bda5ae9e107d4ae1..4c5b3e88bf202c5fb825a94eb3f2758d586a0643 100644 (file)
@@ -1,17 +1,17 @@
-show_opts=0
-order=0
+desc=1
+init_dir=/etc/init.d
+reboot_command=reboot
+init_base=/etc/
 soft_links=1
-init_info=1
-inittab_id=id
 atboot_product=webmin
-init_base=/etc/
-no_chkconfig=0
-status_check=0
 order_digits=2
-init_dir=/etc/init.d
-sort_mode=0
-boot_levels=2 3 5
 shutdown_command=poweroff
-reboot_command=reboot
-desc=1
+inittab_id=id
+sort_mode=0
+order=0
+init_info=1
 expert=0
+status_check=0
+boot_levels=2 3 5
+no_chkconfig=0
+show_opts=0
index 0c4481112f034be4301775245e8f299d05a7d531..f1925bca417daa63ec11da0b5efccece4c607070 100644 (file)
@@ -1,9 +1,9 @@
+ipf=ipf
+ipnat_conf=/etc/ipf/ipnat.conf
+view_comment=0
+ipnat=ipnat
 ipfstat=ipfstat
+cluster_nat=1
 ipf_conf=/etc/ipf/ipf.conf
-view_comment=0
-ipnat_conf=/etc/ipf/ipnat.conf
-ipf=ipf
 cluster_mode=0
-ipnat=ipnat
 view_condition=1
-cluster_nat=1
index b92066caa1069649031bb5fa8f1b78b95fae7206..f0d2b384dada08c2ef1f7b4eb65de6ebd828abbe 100644 (file)
@@ -1,6 +1,6 @@
+cluster_mode=0
+view_condition=1
+ipfw=/sbin/ipfw
 view_counters=0
 version=2
-ipfw=/sbin/ipfw
-view_condition=1
 view_comment=0
-cluster_mode=0
index 9b88cffbbd2171b8c94a8322e92f318275d9224a..05b53812a2100aa2e7c9417b8dc429f3b0060769 100644 (file)
@@ -1,8 +1,8 @@
-file=/etc/ipsec.conf
-secrets=/etc/ipsec.secrets
 ipsec=/usr/sbin/ipsec
-policies_dir=/etc/ipsec.d/policies
-stop_cmd=/etc/init.d/ipsec stop
-logfile=/var/log/messages
 restart_cmd=/etc/init.d/ipsec restart
+policies_dir=/etc/ipsec.d/policies
+file=/etc/ipsec.conf
 start_cmd=/etc/init.d/ipsec start
+secrets=/etc/ipsec.secrets
+logfile=/var/log/messages
+stop_cmd=/etc/init.d/ipsec stop
index 192a65befa85559dc26cf2061cbc8df8cdf753d7..f06ad41fcc2a612e78111bf528ca064f0bf15e52 100644 (file)
@@ -1,6 +1,6 @@
-iscsiiname=iscsi-iname
 init_name=open-iscsi
-initiator_file=/etc/iscsi/initiatorname.iscsi
-iscsiadm=iscsiadm
 config_file=/etc/iscsi/iscsid.conf
+iscsiiname=iscsi-iname
 ifaces_dir=/var/lib/iscsi/ifaces
+initiator_file=/etc/iscsi/initiatorname.iscsi
+iscsiadm=iscsiadm
index ccccd47c8fe8d5e0a615f18f32de508bf338b254..63f30ee6962ec708d0db90fd11bad9f39a55dead 100644 (file)
@@ -1,6 +1,6 @@
 iscsi_server=/usr/sbin/iscsi-target
 targets_file=/etc/iscsi/targets
-pid_file=/var/run/iscsi-target.pid
 opts_file=/etc/sysconfig/netbsd-iscsi
 auths_file=/etc/iscsi/auths
 init_name=netbsd-iscsi
+pid_file=/var/run/iscsi-target.pid
index 7f92b205c403839ef43b26488fa9fc9d448f2a41..7cac7cdbfe3c67e575f2d20dfcf3c5f3bb2b5413 100644 (file)
@@ -1,7 +1,7 @@
+initiators_file=/etc/iet/initiators.allow
+opts_file=/etc/default/iscsitarget
+init_name=iscsitarget
 config_file=/etc/iet/ietd.conf
-ietadm=ietadm
 pid_file=/var/run/iscsi_trgt.pid /var/run/ietd.pid
-opts_file=/etc/default/iscsitarget
+ietadm=ietadm
 targets_file=/etc/iet/targets.allow
-initiators_file=/etc/iet/initiators.allow
-init_name=iscsitarget
index 32ef099eaab3f5701b5df330f7b3f2b9053dbd3b..90fc5bffd587dc7b932b79a6d7e6da971698dc1f 100644 (file)
@@ -1,5 +1,5 @@
 tgtadm=tgtadm
 init_name=tgtd
-tgtd=tgtd
-tgtadmin=tgt-admin
 config_file=/etc/tgt/targets.conf
+tgtadmin=tgt-admin
+tgtd=tgtd
index ca2b8b95c9e72185647511e2a8ca6a6f1dfaf6b3..62951c2530a034794e23e4b113f0b0c45930308c 100644 (file)
@@ -1,5 +1,5 @@
-start_cmd=/etc/init.d/jabberd start
-jabber_dir=/var/lib/jabber
 jabber_daemon=/usr/sbin/jabberd
+start_cmd=/etc/init.d/jabberd start
 jabber_config=/etc/jabber/jabber.xml
 stop_cmd=/etc/init.d/jabberd stop
+jabber_dir=/var/lib/jabber
index 4460f14f739d912bea17ddceee4289c0cfec75f6..55d1e7111353cdc10d7f72c6550eacdf418fd225 100644 (file)
@@ -1,3 +1,3 @@
-auth_ldap=/etc/ldap.conf
 secret=/etc/ldap.secret
 init_name=nslcd
+auth_ldap=/etc/ldap.conf
index f947f9b77c59bd0c55a50bd562012e72838dd640..32ac2512c10f8d19104c14d00e3910010fed8e43 100644 (file)
@@ -1,10 +1,10 @@
+start_cmd=/etc/init.d/slapd start
 schema_dir=/etc/ldap/schema
-config_file=/etc/ldap/slapd.d
 browse_max=100
+ldap_user=openldap
+config_file=/etc/ldap/slapd.d
+init_name=slapd
 attr_count=6
-start_cmd=/etc/init.d/slapd start
+slapd=slapd
 stop_cmd=/etc/init.d/slapd stop
-init_name=slapd
 apply_cmd=/etc/init.d/slapd restart
-slapd=slapd
-ldap_user=openldap
index 5e7d7c86d02a227748119f97f8ce322aa746b8a9..db42720018a6c2f2dde4f6ae85c579324c186694 100644 (file)
@@ -1,24 +1,24 @@
-samba_class=sambaSamAccount
-given=0
-membox=0
-shells=fixed,ldap,passwd,shells
+quota_support=0
+imap_class=SuSEeMailObject
 md5=0
+multi_fields=0
+shells=fixed,ldap,passwd,shells
+membox=0
 imap_folders=old       public  sent-mail
+secmode=0
+imap_def=0
 gecos=1
+auth_ldap=/etc/ldap.conf
+samba_class=sambaSamAccount
+given_order=0
+person=1
 mailfmt=0
-imap_foldersep=.
-alias_same=0
 other_class=inetOrgPerson
-secmode=0
 samba_gclass=sambaGroup
-auth_ldap=/etc/ldap.conf
-given_order=0
-imap_class=SuSEeMailObject
 samba_def=0
-slappasswd=slappasswd
-imap_def=0
-quota_support=0
 ldap_tls=0
-multi_fields=0
-person=1
+given=0
 imap_login=cyrus
+slappasswd=slappasswd
+imap_foldersep=.
+alias_same=0
index 13d7f4354166c542737a080c9ec6a543aa074623..62ae7b26d7ce8456420eb5793084dddfbc6b9014 100644 (file)
@@ -1,4 +1,4 @@
-logrotate_conf=/etc/logrotate.conf
+add_file=/etc/logrotate.d
 sort_mode=0
+logrotate_conf=/etc/logrotate.conf
 logrotate=logrotate
-add_file=/etc/logrotate.d
index 0a13fef3d9fdc0f149c97b058c7f3196e4ced9d3..87bc80f4f4e6cdd202756703e916be36351ac473 100644 (file)
@@ -1,3 +1,3 @@
-lines=100
 reverse=1
+lines=100
 others=1
index a3883876d8e94ffd39b9d872325dc83d934804dc..6f5815c1126b8efbe2aedcf52c4d29a7977b933d 100644 (file)
@@ -1,17 +1,17 @@
 spool_dir=/var/spool/cups
-smbclient_path=smbclient
-model_path=/usr/share/foomatic/db /usr/share/ppd
-iface_perms=755
+iface_owner=lp:lp
 driver_style=cups
+show_status=0
+gs_lib=
+start_cmd=/etc/init.d/cupsys start
+iface_perms=755
+print_style=cups
 stop_cmd=/etc/init.d/cupsys stop
 display_mode=0
-show_jobs=0
+smbclient_path=smbclient
+model_path=/usr/share/foomatic/db /usr/share/ppd
 sort_mode=0
-print_style=cups
-show_status=0
-gs_path=gs
+show_jobs=0
 gs_fontpath=
-iface_owner=lp:lp
-gs_lib=
+gs_path=gs
 iface_arg=
-start_cmd=/etc/init.d/cupsys start
index 63b743f6126d3e42ce3d804a9ca23ee656a978c3..a5ef0ed4d8556694c1e0d55dee27c447acdd67fc 100644 (file)
@@ -1,2 +1,2 @@
-lvm_conf=/etc/lvm/lvm.conf
 show_table=0
+lvm_conf=/etc/lvm/lvm.conf
index d0abe3a4d15b1dd4a79b8acd470209dc95f4cc22..24849357766e2d524605c5da5318fa285f45e24a 100644 (file)
@@ -1,52 +1,52 @@
-top_buttons=2
-sync_modify=1
-show_size_below=0
-delete_warn=y
-fwd_mode=0
-wrap_width=80
-mail_system=3
-link_mode=0
-vpopmail_dir=/home/vpopmail
+show_sent=0
+show_count=0
+open_mode=0
+maildir_deleted=0
 show_mail=0
-show_size=1
-show_delall=0
-no_orig_ip=0
+track_read=0
+mail_dir=Maildir
+link_mode=0
+spam_buttons=mail
+arrows=1
 show_to=0
-spam_report=
-show_count=0
-check_mod=1
+sort_mode=1
+noindex_hostname=0
 html_edit=0
-no_crlf=0
+show_body=0
+show_size=1
+mail_file=Mailbox
+sync_perms=0700
+vpopmail_dir=/home/vpopmail
 date_fmt=dmy
-from_virtualmin=1
-show_unread=0
-mail_dir=Maildir
-ignore_users_enabled=0
-mailbox_user=.usermin/mailbox
-sync_delete=1
-sort_mode=1
-spam_buttons=mail
+perpage=20
+top_buttons=2
+no_orig_ip=0
+sync_create=0
 spam_del=0
-open_mode=0
-maildir_deleted=0
-track_read=0
+delete_warn=y
+ignore_users=
+mailbox_user=.usermin/mailbox
+size_mode=1
+show_delall=0
+from_virtualmin=1
+fwd_mode=0
+log_read=0
 max_records=200
 no_mailer=0
 view_html=0
-perpage=20
-log_read=0
-show_body=0
-html_quote=0
 column_count=4
-mail_usermin=mail
+mail_system=3
+no_crlf=0
+sig_file=*
 auto=1
-sync_perms=0700
-sync_create=0
-show_sent=0
-size_mode=1
-arrows=1
-noindex_hostname=0
+wrap_width=80
+spam_report=
+mail_usermin=mail
+sync_delete=1
+check_mod=1
+sync_modify=1
+ignore_users_enabled=0
+html_quote=0
+show_size_below=0
+show_unread=0
 mail_style=0
-mail_file=Mailbox
-sig_file=*
-ignore_users=
index bb03759751d378e6e1a4dc863661334fc11fc125..fcf80888dfd3b347805305cf149a329f582a70ce 100644 (file)
@@ -1,9 +1,9 @@
-man_cmd=man PAGE
+list_cmd_sect=man -w SECTION PAGE
+man_dir=/usr/man:/usr/share/man:/usr/local/man:/usr/local/share/man
 man_cmd_sect=man SECTION PAGE
 man2html_path=man2html
-kernel_dir=/usr/src/linux/Documentation
 doc_dir=/usr/share/doc
-list_cmd_sect=man -w SECTION PAGE
 search_cmd=man -k PAGE
+kernel_dir=/usr/src/linux/Documentation
+man_cmd=man PAGE
 list_cmd=man -w PAGE
-man_dir=/usr/man:/usr/share/man:/usr/local/man:/usr/local/share/man
index ca55960ae4546dfa95e846f0a5a65486cf12d61e..70ec9e25cea6747d6121f583d57b89f45b84458f 100644 (file)
@@ -47,4 +47,4 @@ error_handler_404=404.cgi
 error_handler_401=401.cgi
 root=/usr/share/webmin
 mimetypes=/usr/share/webmin/mime.types
-server=MiniServ/1.995
+server=MiniServ/1.996
index 36e33c561bd92febaf4dc6fa40dc8bb233d587b7..b86608a6618c2e1484cfa93efd6e5457b1cb1e0a 100644 (file)
@@ -1,7 +1,7 @@
 pid_file=/var/run/mon.pid
-restart_cmd=/etc/init.d/mon restart
-start_cmd=/etc/init.d/mon start
-cfbasedir=/etc/mon
 monshow=/usr/bin/monshow
 stop_cmd=/etc/init.d/mon stop
+start_cmd=/etc/init.d/mon start
+restart_cmd=/etc/init.d/mon restart
 mon_cgi=/var/www/cgi-bin/mon.cgi
+cfbasedir=/etc/mon
index 4aa74d3052a81ccbb4e491cda99fa270940b6ce2..0fb5df5a782757d209bf8994a3375ca85352f6a7 100644 (file)
@@ -1,10 +1,10 @@
-long_fstypes=1
-sysinfo=1
-nmblookup_path=nmblookup
-auto_file=/etc/am-utils/amd.conf
 fstab_file=/etc/fstab
-autofs_file=/etc/auto.master
+auto_file=/etc/am-utils/amd.conf
+long_fstypes=1
+smbclient_path=smbclient
 show_used=1
 nfs_check=1
 sort_mode=2
-smbclient_path=smbclient
+autofs_file=/etc/auto.master
+sysinfo=1
+nmblookup_path=nmblookup
index cbc913633000e717b31e25261f3fafd6ed0be47a..103ae0d0efeb679e7acb9a476c894b83d59f89f0 100644 (file)
@@ -1,23 +1,23 @@
-mysqldump=/usr/bin/mysqldump
+login=root
+webmin_subs=0
 nopwd=0
+mysql_data=/var/lib/mysql
+nodbi=0
+mysqlimport=/usr/bin/mysqlimport
+date_subs=0
+mysql_libs=/usr/local/mysql/lib
 max_dbs=50
-mysqlshow=/usr/bin/mysqlshow
-perpage=25
 mysql=/usr/bin/mysql
-start_cmd=service mysql start
-add_mode=1
-nodbi=0
-blob_mode=0
+mysqladmin=/usr/bin/mysqladmin
+style=0
+passwd_mode=0
+perpage=25
 max_text=1000
-login=root
+access=*: *
+blob_mode=0
+add_mode=1
 my_cnf=/etc/mysql/mysql.conf.d/mysqld.cnf
 stop_cmd=service mysql stop
-webmin_subs=0
-date_subs=0
-mysqlimport=/usr/bin/mysqlimport
-mysql_data=/var/lib/mysql
-passwd_mode=0
-access=*: *
-mysqladmin=/usr/bin/mysqladmin
-mysql_libs=/usr/local/mysql/lib
-style=0
+mysqldump=/usr/bin/mysqldump
+mysqlshow=/usr/bin/mysqlshow
+start_cmd=service mysql start
index e646d3aea47ccd67f430060c8e956fa0fe1aef9d..6dd3e9498be683ab8ad027fb0a167d57ade08aa3 100644 (file)
@@ -1,5 +1,5 @@
+manual_build=0
+max_size=100
 nsswitch_conf=/etc/nsswitch.conf
 client_conf=/etc/yp.conf
 securenets=/etc/ypserv.securenets
-max_size=100
-manual_build=0
index d5b561a8c3152a78e34f0e36b67d999c34635829..e817b10ebdac26418bfc54ef9083e89d12571b9f 100644 (file)
@@ -1,5 +1,5 @@
 slpd_conf=/etc/slp.conf
 slpd_pid=/var/run/slpd.pid
-slpd_reg=/etc/slp.reg
-slpd_log=/var/log/slpd.log
 slpd=/usr/sbin/slpd
+slpd_log=/var/log/slpd.log
+slpd_reg=/etc/slp.reg
index 226c127d1632e46e5caeb7b0b55aff051b351642..195d872e7272f7216056aa344a080b36cb709aad 100644 (file)
@@ -1,2 +1,2 @@
-cache_time=6
 update_multiple=1
+cache_time=6
index 660b0a595792d2dcb8336edf08b8e0992d9cc318..9662322bba2d921d1d545cac49db1d3e6541d417 100644 (file)
@@ -1,8 +1,8 @@
-login_config=/etc/mgetty+sendfax/login.config
 mgetty=mgetty
-ppp_options=/etc/ppp/options
 dialin_config=/etc/mgetty+sendfax/dialin.config
-encrypt_pass=0
-serials=/dev/ttyS[0-9]*
 pap_file=/etc/ppp/pap-secrets
+login_config=/etc/mgetty+sendfax/login.config
+encrypt_pass=0
 pppd=pppd
+serials=/dev/ttyS[0-9]*
+ppp_options=/etc/ppp/options
index 294c79b71b8dc36a5aaae5e2a8f67717f4f7144f..2ab4c6af195ddf54df41fc1e48bf2e62574345c1 100644 (file)
@@ -1,3 +1,3 @@
-max_users=200
-sort_mode=0
 input_type=0
+sort_mode=0
+max_users=200
index bde43bcef409fdee90fbe76f5fb0d888ea9f56a7..6fa80ba498318a247c2c7c0f76e865cb59422cec 100644 (file)
@@ -1,29 +1,29 @@
-postfix_master=/etc/postfix/master.cf
-sort_mode=0
-delete_confirm=1
-mailq_sort=0
-mailq_count=0
+perpage=20
+max_maps=100
 mailq_cmd=postqueue -p
-ldap_doms=0
+delete_warn=1
+show_cmts=0
+columns=2
+top_buttons=1
+postfix_super_command=/usr/sbin/postsuper
+postfix_newaliases_command=/usr/bin/newaliases
+prefix_cmts=0
+mailq_count=0
+postfix_config_command=/usr/sbin/postconf
+wrap_width=80
 postfix_aliases_table_command=/usr/sbin/postalias
+mailq_sort=0
+sort_mode=0
+postfix_master=/etc/postfix/master.cf
+check_config=1
 index_check=1
-max_maps=100
-postfix_super_command=/usr/sbin/postsuper
+delete_confirm=1
+postfix_lookup_table_command=/usr/sbin/postmap
 mailq_dir=/var/spool/postfix
 postfix_control_command=/usr/sbin/postfix
 postfix_config_file=/etc/postfix/main.cf
-prefix_cmts=0
-postfix_config_command=/usr/sbin/postconf
-perpage=20
-postcat_cmd=/usr/sbin/postcat
-show_cmts=0
-columns=2
-postfix_lookup_table_command=/usr/sbin/postmap
-delete_warn=1
-wrap_width=80
-postfix_queue_command=postqueue
 fwd_mode=0
-postfix_newaliases_command=/usr/bin/newaliases
-check_config=1
-top_buttons=1
+ldap_doms=0
 max_records=200
+postcat_cmd=/usr/sbin/postcat
+postfix_queue_command=postqueue
index add92b298c2b48277beb72c7774a09c807986664..b248bdb9fe46c027f5f8613c5022969b73d60cea 100644 (file)
@@ -1,24 +1,24 @@
-perpage=25
-pid_file=/var/run/postmaster.pid
-start_cmd=/etc/init.d/postgresql* start
-add_mode=1
-simple_sched=0
-blob_mode=0
-nodbi=0
-rstr_cmd=/usr/bin/pg_restore
-max_text=1000
-login=postgres
-max_dbs=50
-dump_cmd=/usr/bin/pg_dump
-pass=
+webmin_subs=0
 plib=
+basedb=template1
+login=postgres
+nodbi=0
 hba_conf=/etc/postgresql/*/main/pg_hba.conf
+dump_cmd=/usr/bin/pg_dump
+date_subs=0
 sameunix=1
-basedb=template1
+max_dbs=50
+perpage=25
+rstr_cmd=/usr/bin/pg_restore
 style=0
-stop_cmd=/etc/init.d/postgresql* stop
-webmin_subs=0
-date_subs=0
+pid_file=/var/run/postmaster.pid
+blob_mode=0
 access_own=0
+simple_sched=0
+pass=
 psql=/usr/bin/psql
+add_mode=1
 access=*: *
+max_text=1000
+start_cmd=/etc/init.d/postgresql* start
+stop_cmd=/etc/init.d/postgresql* stop
index 6525162d63b268316e1ceebe03db7b62c8cfe6e9..e9a9bd08cdbcf64359beba1d480ad98362cce2c8 100644 (file)
@@ -1,5 +1,5 @@
-pap_file=/etc/ppp/chap-secrets
 pptp=pptp
-timeout=30
 pptp_options=/etc/ppp/options.pptp
+timeout=30
 peers_dir=/etc/ppp/peers
+pap_file=/etc/ppp/chap-secrets
index b4bc0bd310c5eca50aa0ad43a7133aac7d01f26c..7dc0f5c416627f6800fce4030f2ccb4ec4578c96 100644 (file)
@@ -1,9 +1,9 @@
+pid_file=/var/run/pptpd.pid
+stop_cmd=/etc/init.d/pptpd stop
+start_cmd=/etc/init.d/pptpd start
+log_file=/var/log/messages
+ppp_options=/etc/ppp/options
 pptp_ppp_options=/etc/ppp/pptpd-options
 file=/etc/pptpd.conf
 pap_file=/etc/ppp/chap-secrets
-ppp_options=/etc/ppp/options
 pptpd=pptpd
-stop_cmd=/etc/init.d/pptpd stop
-log_file=/var/log/messages
-start_cmd=/etc/init.d/pptpd start
-pid_file=/var/run/pptpd.pid
index 3743d078f02c0cfeedc1f77cdfd8fe29b9c86b3d..215df79d29c6432f417ed0cbc2c91afddc45acaf 100644 (file)
@@ -1,6 +1,6 @@
-trace_java=0
-hide_self=1
-cut_length=80
 base_ppid=1
-default_mode=last
 ps_style=linux
+cut_length=80
+hide_self=1
+default_mode=last
+trace_java=0
index d5df9474966c0743f17ed9c89f8934691d577bc9..5b184fd7c80c9d774c788e01de2d674ad25293ce 100644 (file)
@@ -1,3 +1,3 @@
-includes=0
 procmailrc=/etc/procmailrc
+includes=0
 procmail=procmail
index 7745c8c4de8b86b4bebbf0b371d6aa6e3d93935b..0d5aca4384ae0cfa5fdc0f1fcf4285dfba44d48b 100644 (file)
@@ -1,9 +1,9 @@
+proftpd_conf=/etc/proftpd/proftpd.conf
 test_manual=0
-stop_cmd=/etc/init.d/proftpd stop
-ftpusers=/etc/ftpusers
+test_config=1
+proftpd_path=/usr/sbin/proftpd
 start_cmd=/etc/init.d/proftpd start
-pid_file=/var/run/proftpd.pid
 test_always=0
-proftpd_path=/usr/sbin/proftpd
-test_config=1
-proftpd_conf=/etc/proftpd/proftpd.conf
+ftpusers=/etc/ftpusers
+stop_cmd=/etc/init.d/proftpd stop
+pid_file=/var/run/proftpd.pid
index da1b1754174ae2a7cd02528b16cb1c88cd3f3f94..5a1f6b90462dcaf263f2e9af724cf75106869d33 100644 (file)
@@ -1,14 +1,14 @@
-mailq_sort=0
+index_min=1000000
+delete_warn=1
 sort_mode=0
+columns=2
 mail_file=Mailbox
+mailq_sort=0
 mail_dir=
-index_min=1000000
-mail_system=1
-mail_dir_qmail=Maildir
-qmail_dir=/var/qmail
-mailq_count=0
 perpage=20
+mailq_count=0
+qmail_dir=/var/qmail
 fwd_mode=0
-columns=2
-delete_warn=1
 max_records=200
+mail_system=1
+mail_dir_qmail=Maildir
index d0c2eaf2f3483229236286e85da4df7e1cb4f97e..fb384daa24c652f38778749da4be95cc77f00b1a 100644 (file)
@@ -1,25 +1,25 @@
-group_quotaon_command=quotaon -g
-user_edquota_command=edquota -u
-display_max=100
-group_grace_command=edquota -g -t
-user_grace_command=edquota -u -t
-email_msg=Disk usage for user ${USER} on filesystem ${FS} has reached ${PERCENT}% of the       allowed quota.          ${USED} of disk space is being used, out of a maximum of ${QUOTA}.
-user_setquota_command=setquota -u
-group_repquota_command=repquota -g -v
 user_quotaoff_command=quotaoff -u
-user_repquota_command=repquota -u -v
-user_copy_command=edquota -u -p
+group_quotaoff_command=quotaoff -g
+display_max=100
+pc_show=1
+show_grace=1
 user_quotaon_command=quotaon -u
 group_edquota_command=edquota -g
 group_setquota_command=setquota -g
+user_setquota_command=setquota -u
 user_quota_command=quota -v -u
-block_mode=1
-block_size=1024
-group_quota_command=quota -v -g
-pc_show=1
 quotacheck_command=quotacheck -u -g
-hide_uids=0
-group_quotaoff_command=quotaoff -g
 sort_mode=0
+group_quotaon_command=quotaon -g
+user_grace_command=edquota -u -t
+email_msg=Disk usage for user ${USER} on filesystem ${FS} has reached ${PERCENT}% of the       allowed quota.          ${USED} of disk space is being used, out of a maximum of ${QUOTA}.
 group_copy_command=edquota -g -p
-show_grace=1
+group_repquota_command=repquota -g -v
+block_size=1024
+user_repquota_command=repquota -u -v
+group_quota_command=quota -v -g
+group_grace_command=edquota -g -t
+block_mode=1
+hide_uids=0
+user_edquota_command=edquota -u
+user_copy_command=edquota -u -p
index 7e973e1af89a2ebf27e3b020cb1da3b4e75168f6..c4849915b9624a7c9adfff3da495e7ee3187e910 100644 (file)
@@ -1,3 +1,3 @@
-raidtab=/etc/raidtab
 mdstat=/proc/mdstat
 mdadm=/etc/mdadm/mdadm.conf
+raidtab=/etc/raidtab
index e2a27a0d67f6a1f39886d641664ff3551c66b5cf..f67c79355b60e10e9a602925a27b1c4b22d5ec8e 100644 (file)
@@ -1,18 +1,18 @@
-samba_password_program=/usr/bin/smbpasswd
-sort_mode=0
+run_from_inetd=0
 pdbedit=/usr/bin/pdbedit
-name_server=/usr/sbin/nmbd
 swat=/usr/sbin/swat
-list_printers_command=lpc status | grep "[A-z0-9]:" | sed -e 's/://g'
-samba_server=/usr/sbin/smbd
+smb_conf=/etc/samba/smb.conf
 text_lists=0
-restart_cmd=service smbd restart ; service nmbd restart
+dont_convert=-499
+name_server=/usr/sbin/nmbd
+samba_server=/usr/sbin/smbd
+sort_mode=0
+samba_status_program=/usr/bin/smbstatus
 start_cmd=service smbd start ; service nmbd start
-run_from_inetd=0
 smbgroupedit=/usr/bin/smbgroupedit
-samba_status_program=/usr/bin/smbstatus
-net=/usr/bin/net
-dont_convert=-499
-smb_conf=/etc/samba/smb.conf
+samba_password_program=/usr/bin/smbpasswd
 stop_cmd=service smbd stop ; service nmbd stop
+net=/usr/bin/net
 smb_passwd=/etc/samba/smbpasswd
+list_printers_command=lpc status | grep "[A-z0-9]:" | sed -e 's/://g'
+restart_cmd=service smbd restart ; service nmbd restart
index 2afcf8310d8ddcf3e5a9e5fdf83ad90a5725427c..01e5d4b6ffd300dc2f5dddf09826ed0b6563eed7 100644 (file)
@@ -1,4 +1,4 @@
-sarg_conf=/etc/sarg/sarg.conf
-naked=0
-sarg=sarg
 clear=1
+sarg=sarg
+naked=0
+sarg_conf=/etc/sarg/sarg.conf
index 47bb253a3226022a961eb770b332a7302039a3c0..27ac05d06f81f72774f93b3a08093663da29b3f7 100644 (file)
@@ -1,30 +1,30 @@
-delete_confirm=1
-mailq_sort=0
-mail_file=mbox
 sort_mode=0
-smrsh_dir=/etc/smrsh
-mail_dir=/var/spool/mail
-mail_style=0
 index_min=1000000
-mailq_count=0
-sendmail_path=/usr/lib/sendmail
-sendmail_pid=/var/run/sendmail/mta/sendmail.pid
-makemap_path=makemap
-sendmail_cf=/etc/mail/sendmail.cf
-sendmail_command=/usr/lib/sendmail -bd -q1h
 show_to=0
 mail_type=0
-sendmail_features=/usr/share/sendmail/cf
-show_cmts=0
-prefix_cmts=0
-order_mail=0
-mailq_show=Date,From,To,Size,Status
-perpage=20
+mailq_sort=0
+mail_dir=/var/spool/mail
 fwd_mode=0
-wrap_width=80
-columns=2
-delete_warn=1
+sendmail_path=/usr/lib/sendmail
+track_read=0
 max_records=200
+sendmail_cf=/etc/mail/sendmail.cf
+delete_confirm=1
+makemap_path=makemap
+delete_warn=1
+columns=2
+mail_style=0
+sendmail_pid=/var/run/sendmail/mta/sendmail.pid
+show_cmts=0
 sendmail_mc=/etc/mail/sendmail.mc
 top_buttons=1
-track_read=0
+mailq_show=Date,From,To,Size,Status
+sendmail_features=/usr/share/sendmail/cf
+smrsh_dir=/etc/smrsh
+perpage=20
+mail_file=mbox
+sendmail_command=/usr/lib/sendmail -bd -q1h
+mailq_count=0
+wrap_width=80
+prefix_cmts=0
+order_mail=0
index 83ead12c0659b7dcf14d0b2d2463116e3df583a4..ec43319cea8f7b0cff43ef4b1f0818dc7293be16 100644 (file)
@@ -1,11 +1,11 @@
-show_ip=0
-deffast=2
-capath=/usr/share/ca-certificates
+resolve=1
+groups_dir=/etc/cluster/groups
 display_mode=0
 max_servers=100
-scan_time=5
-deflink=0
-resolve=1
-sort_mode=0
+capath=/usr/share/ca-certificates
 show_status=1
-groups_dir=/etc/cluster/groups
+show_ip=0
+sort_mode=0
+deflink=0
+scan_time=5
+deffast=2
index 044e158ce7275da152f8c1d257357e6a87fedd07..4b3e40b527944dd61bb7418468b7358c2f9330aa 100644 (file)
@@ -1,3 +1,3 @@
-clear_envs=0
 max_output=100000
 max_runtime=86400
+clear_envs=0
index c7f719b0ec436042cff763b2256c52eb8c482d70..dc238f69f1422a58b5c1eb786d18c8b47fd1c258 100644 (file)
@@ -1,5 +1,5 @@
-macros=/usr/share/shorewall
+shorewall=shorewall
 display_zone_descriptions=1
-actions=/etc/shorewall/actions /usr/share/shorewall/actions.std
+macros=/usr/share/shorewall
 config_dir=/etc/shorewall
-shorewall=shorewall
+actions=/etc/shorewall/actions /usr/share/shorewall/actions.std
index 96f657a015b34df652c5cadac218d53dd48a6200..6d612cc2a7f0d1933bfb4a93e710c6f598c2ae31 100644 (file)
@@ -1,5 +1,5 @@
+shorewall6=shorewall6
 macros=/usr/share/shorewall6
-display_zone_descriptions=1
 config_dir=/etc/shorewall6
 actions=/etc/shorewall6/actions        /usr/share/shorewall6/actions.std
-shorewall6=shorewall6
+display_zone_descriptions=1
index d018e42e08ccdb95040ff3b86ba727d84c116895..1c8af57542357bd5ff338053c270402e4c6689d7 100644 (file)
@@ -1,4 +1,4 @@
+attribs=1
 smartctl=smartctl
 mode=1
 ata=0
-attribs=1
index bf587ee21d56d9a02ec5f967f81e22fbf433d676..037d899f341a61111e0997162aa1bb44fdb13b3c 100644 (file)
@@ -1,3 +1,3 @@
-package_system=debian
 update_system=apt
 apt_mode=0
+package_system=debian
index bde53ec28694b72ef6e6422c16b324e93f35d7cf..63b5ca66325632b3a0d0ed6c295f5113f2458dbe 100644 (file)
@@ -1,12 +1,12 @@
-processes=spamd amavisd
+procmail_cmd=*
 local_cf=/etc/spamassassin/local.cf
-restart_cmd=/etc/init.d/spamassassin restart
+procmailrc=/etc/procmailrc
+mode=0
+processes=spamd amavisd
 call_spam=1
-procmail_cmd=*
+sa_learn=sa-learn
 spamassassin=spamassassin
 max_awl=200
-mode=0
-sa_learn=sa-learn
-procmailrc=/etc/procmailrc
 warn_procmail=1
 addto=0
+restart_cmd=/etc/init.d/spamassassin restart
index a8d5fb8db9496b7b2bec1e8bd37681e6756e54c0..19e293f32bf908deaed1f97d556de699ee2ba997 100644 (file)
@@ -1,21 +1,21 @@
-sort_conf=0
-sync_delete=0
-cal_args=-aw
-calamaris=calamaris
-cal_max=50000
 restart_pos=0
-pid_file=/var/run/squid.pid
-squid_restart=service squid reload
-squid_conf=/etc/squid/squid.conf
-cal_all=1
-cachemgr_path=/usr/lib/cgi-bin/cachemgr.cgi
 cache_dir=/var/spool/squid
-squid_start=service squid start
+sync_modify=1
+sync_delete=0
 cal_fmt=w
+pid_file=/var/run/squid.pid
+log_dir=/var/log/squid
+sort_conf=0
 sync_create=0
+squid_restart=service squid reload
+squid_start=service squid start
 squidclient=squidclient
-sync_modify=1
+squid_path=squid
+squid_conf=/etc/squid/squid.conf
 crypt_conf=0
-log_dir=/var/log/squid
+calamaris=calamaris
+cachemgr_path=/usr/lib/cgi-bin/cachemgr.cgi
+cal_max=50000
+cal_all=1
+cal_args=-aw
 squid_stop=service squid stop
-squid_path=squid
index 817a6a025506eb32f35ee66b9b7fe17a649d2d5a..0cfe4ace863afceb2ee944c4b49cb0f038922610 100644 (file)
@@ -1,11 +1,11 @@
-sshd_path=/usr/sbin/sshd
-sync_auth=1
 pid_file=/var/run/sshd.pid
-start_cmd=service ssh start
 sync_pass=0
-stop_cmd=service ssh stop
+client_config=/etc/ssh/ssh_config
 keygen_path=/usr/bin/ssh-keygen
 sync_create=0
+sync_auth=1
+sshd_path=/usr/sbin/sshd
+stop_cmd=service ssh stop
+start_cmd=service ssh start
 sshd_config=/etc/ssh/sshd_config
 sync_gnupg=0
-client_config=/etc/ssh/ssh_config
index ae1fa3bad9b32d9f6ed36d7689938117d9d98fe7..53cac72f9909ebd180a91efffe3add0471aa4157 100644 (file)
@@ -1,14 +1,14 @@
-sysinfo=0
+history_purge=30
+index_status=1
+subject_mode=0
+pinger=linux
+history_show=50
 snmp_version=2
-sched_offset=0
 sysinfo_users=0
+sched_offset=0
 output=0
-history_show=50
-sort_mode=0
-subject_mode=0
 snmp_trap=1.3.6.1.4.1.10000.1.1
-index_status=1
+sysinfo=0
 pager_cmd=sms_client
-history_purge=30
+sort_mode=0
 columns=2
-pinger=linux
index b2856685dfffed6f49f41e6f4b31d9d8dde4f3bd..5844016b7b29a9ed00e95ceac264dbbf68bc4b2a 100644 (file)
@@ -1,7 +1,7 @@
 start_cmd=/etc/init.d/syslog-ng start
-pid_file=/var/run/syslog-ng.pid
-stop_cmd=/etc/init.d/syslog-ng stop
-lines=20
 syslogng_conf=/etc/syslog-ng/syslog-ng.conf
+pid_file=/var/run/syslog-ng.pid
 compressed=1
+stop_cmd=/etc/init.d/syslog-ng stop
 syslogng_cmd=syslog-ng
+lines=20
index dcb5b15d1c5be292c434aacaad18d4264b7ae3dd..5527b640d2ee1ae496f92017dea9970edfdb8740 100644 (file)
@@ -1,19 +1,19 @@
-pipe=1
-m4_path=
-tags=0
-reverse=0
-others=1
-sync=1
 start_cmd=/usr/sbin/service rsyslog start
-restart_cmd=/usr/sbin/service rsyslog restart
-pid_file=/var/run/rsyslogd.pid
-signal_cmd=/usr/sbin/service rsyslog restart
-syslog_conf=/etc/rsyslog.conf
-pri_all=1
+syslogd=/usr/sbin/rsyslogd
 compressed=1
+others=1
+syslog_conf=/etc/rsyslog.conf
+restart_cmd=/usr/sbin/service rsyslog restart
+sync=1
 lines=20
-syslogd=/usr/sbin/rsyslogd
+pipe=1
+m4_conf=0
+pri_all=1
+pid_file=/var/run/rsyslogd.pid
+reverse=0
 facilities=auth authpriv cron daemon kern lpr mail mark news syslog user uucp local0 local1 local2 local3 local4 local5 local6 local7
+m4_path=
 socket=0
-m4_conf=0
 pri_dir=1
+tags=0
+signal_cmd=/usr/sbin/service rsyslog restart
index 9539a8514a19c213e6be488ffee32772228ce5af..161d92a01ba8f36d1f1d0c3dff61ca9f2fbc591e 100644 (file)
@@ -1,3 +1,3 @@
+hosts_allow=/etc/hosts.allow
 hosts_deny=/etc/hosts.deny
 inetd_services=0
-hosts_allow=/etc/hosts.allow
index a1751326aded8c52a1ae05d365301077dd883b45..69808889a6a33b98cea5a2325f67c9fb378123bb 100644 (file)
@@ -1,5 +1,5 @@
-detach=0
 sizemode=0
-proxy=0
 no_test=0
+proxy=0
+detach=0
 mode=1
index 49e693e7b6b20d945a0dfe76b0a31b92de5bf88b..819c29f65d603ca6f96c4a807e32e76ea6cfe24a 100644 (file)
@@ -1,6 +1,6 @@
+timeserver=0.pool.ntp.org
 seconds=1
 ntp_only=1
-timeserver_hardware=1
-zone_style=linux
 lease=5
-timeserver=0.pool.ntp.org
+zone_style=linux
+timeserver_hardware=1
index 1f874507834b4ec5d25f04a58a6734258da441e1..ca80dbe9b3b802a13ae614209efe197c3df6de94 100644 (file)
@@ -1,4 +1,4 @@
-user=root
 dir=/
+user=root
 ddir=/
 duser=root
index 2b13dbc9c8a931490dc09210146d3af09492204e..661a389f04403189984d528c7810f5bbac3e975a 100644 (file)
@@ -1,41 +1,41 @@
-gid_mode=1
-membox=0
+gid_calc=0
+passwd_stars=0
+gshadow_file=/etc/gshadow
 passwd_file=/etc/passwd
-shells=fixed,passwd,shells
-sort_mode=0
+default_group=users
+email_type=0
+new_user_group=0
+shadow_file=/etc/shadow
+delete_root=0
+user_files=/etc/skel
+display_mode=1
 home_style=0
-alias_check=0
 passwd_dict=0
-md5=1
-random_password=0
-default_other=1
-delete_root=0
-default_group=users
-uid_calc=0
-new_user_gid=0
 extra_real=0
-empty_mode=0
-email_type=0
+new_user_gid=0
+base_gid=1000
+selinux_con=user_u:object_r:user_home_dir_t
+alias_check=0
+gid_mode=1
 base_uid=1000
+passwd_same=0
+default_other=1
+uid_calc=0
 skip_md5=0
-from_files=0
-homedir_perms=0755
+display_max=400
 passwd_progmode=0
-uid_mode=1
+group_file=/etc/group
+md5=1
+last_show=0
+homedir_perms=0755
+sort_mode=0
+membox=0
 secmode=0
-passwd_stars=0
-user_files=/etc/skel
-display_mode=1
 lock_string=*
-home_base=/home
-selinux_con=user_u:object_r:user_home_dir_t
-shadow_file=/etc/shadow
-last_show=0
-gshadow_file=/etc/gshadow
-passwd_same=0
-new_user_group=0
+shells=fixed,passwd,shells
 delete_only=0
-display_max=400
-base_gid=1000
-gid_calc=0
-group_file=/etc/group
+from_files=0
+uid_mode=1
+random_password=0
+home_base=/home
+empty_mode=0
index 47ae3413f1af244994fd4d05cc6c4975ce3f8fb5..36f06907cb254b3929415c664d139f18500ce3af 100644 (file)
@@ -1,7 +1,7 @@
-upmissing=0
-updays=1
-uphour=4
-cron_mode=0
 upshow=1
+uphour=4
 usermin_dir=/etc/usermin
 update=0
+updays=1
+upmissing=0
+cron_mode=0
index edb5242b570d27783ff9be20447a2dba9917808a..1f83d6797cb67865aabea55be0c77de30b20d657 100644 (file)
@@ -1 +1 @@
-1.995
+1.996
index bb4eec4d2f0a182ed079cffa2fe0fa7d4eef0d14..00f79ad34d13757135b33eaf85df0fed3a34620c 100644 (file)
@@ -1,2 +1,2 @@
-vgetty_cmd=vgetty
 vgetty_config=/etc/mgetty+sendfax/voice.conf
+vgetty_cmd=vgetty
index 5480b3db47b9e3c188abb1710edf1a9edbd3feb9..fd3d0245a42d39f8cc815a8cf5183ff82168059c 100644 (file)
@@ -1,6 +1,6 @@
-auto=apache,squid,proftpd,wuftpd
-alt_conf=/etc/webalizer/webalizer.conf.sample
 webalizer=/usr/bin/webalizer
 webalizer_conf=/etc/webalizer/webalizer.conf
+auto=apache,squid,proftpd,wuftpd
+alt_conf=/etc/webalizer/webalizer.conf.sample
 naked=0
 skip_old=0
index 520e56c8b6e6281db9a20ec46689640f82bb8e74..cb939b82aba06bb376a15ac6a468ddff369aaf57 100644 (file)
@@ -1,12 +1,12 @@
-uphour=23
-last_version_check=1549050668
 cron_mode=0
-upshow=1
-update=0
+upmissing=0
 upmins=47
+last_version_check=1549050668
+update=0
+warn_days=7
 letsencrypt_dns_wait=10
+osdn=1
 updays=1
-upmissing=0
+upshow=1
 last_version_number=1.900
-warn_days=7
-osdn=1
+uphour=23
index c613b3cc8e9db1a61c0faa70a319aa6bbd56603e..8ba082df59f215653fbd6aa204345928891b9a59 100644 (file)
@@ -1,8 +1,8 @@
-ftpd_path=/usr/sbin/wu-ftpd
-ftpconversions=/etc/wu-ftpd/ftpconversions
-ftphosts=/etc/wu-ftpd/ftphosts
-pid_file=/var/run/ftpd.pids-all
 log_file=/var/log/xferlog
 ftpaccess=/etc/wu-ftpd/ftpaccess
-ftpgroups=/etc/wu-ftpd/ftpgroups
+ftpconversions=/etc/wu-ftpd/ftpconversions
+pid_file=/var/run/ftpd.pids-all
 ftpusers=/etc/wu-ftpd/ftpusers
+ftpd_path=/usr/sbin/wu-ftpd
+ftpgroups=/etc/wu-ftpd/ftpgroups
+ftphosts=/etc/wu-ftpd/ftphosts
index 915498a302f3a0c0db8627e115a444892a3dcf33..d24bd2f5254f4f88f912358eec872a5c9c49b492 100644 (file)
@@ -1,5 +1,5 @@
-lookup_servs=1
+start_cmd=/etc/init.d/xinetd start
 xinetd_conf=/etc/xinetd.conf
 pid_file=/var/run/xinetd.pid
-start_cmd=/etc/init.d/xinetd start
+lookup_servs=1
 protocols_file=/etc/protocols