mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Use service command on mandrake instead of init.d
This commit is contained in:
@@ -10,8 +10,8 @@ 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
|
||||
start_cmd=service smb start
|
||||
stop_cmd=service smb stop
|
||||
smbgroupedit=/usr/bin/smbgroupedit
|
||||
pdbedit=/usr/bin/pdbedit
|
||||
net=/usr/bin/net
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
sendmail_cf=/etc/mail/sendmail.cf
|
||||
sendmail_pid=/var/run/sendmail.pid
|
||||
makemap_path=makemap
|
||||
sendmail_command=/etc/rc.d/init.d/sendmail start
|
||||
sendmail_stop_command=/etc/rc.d/init.d/sendmail stop
|
||||
sendmail_command=service sendmail start
|
||||
sendmail_stop_command=service sendmail stop
|
||||
sendmail_path=/usr/lib/sendmail
|
||||
mail_dir=/var/spool/mail
|
||||
perpage=20
|
||||
|
||||
@@ -4,8 +4,8 @@ cache_dir=/var/spool/squid
|
||||
squid_conf=/etc/squid/squid.conf
|
||||
pid_file=/var/run/squid.pid
|
||||
cachemgr_path=/var/www/cgi-bin/cachemgr.cgi
|
||||
squid_start=/etc/rc.d/init.d/squid start
|
||||
squid_stop=/etc/rc.d/init.d/squid stop
|
||||
squid_start=service squid start
|
||||
squid_stop=service squid stop
|
||||
calamaris=calamaris
|
||||
cal_max=50000
|
||||
cal_args=-aw
|
||||
|
||||
@@ -2,8 +2,8 @@ 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
|
||||
start_cmd=service sshd start
|
||||
stop_cmd=service sshd stop
|
||||
keygen_path=/usr/bin/ssh-keygen
|
||||
sync_create=0
|
||||
sync_auth=1
|
||||
|
||||
Reference in New Issue
Block a user