samba only listens to ipv4 now

This commit is contained in:
Calin Crisan 2016-06-05 20:41:23 +03:00
parent 23e9da359c
commit 01aa1a028c
4 changed files with 5 additions and 3 deletions

View File

@ -12,6 +12,8 @@
printing = bsd
printcap name = /dev/null
disable spoolss = yes
bind interfaces only = yes
interfaces = eth0 wlan0
log level = 0
syslog = 0
preferred master = no

View File

@ -18,7 +18,7 @@ configure() {
case "$1" in
start)
msg_begin "Configuring CPU Frequency"
msg_begin "Configuring CPU frequency"
configure
test $? == 0 && msg_done || msg_fail
;;

View File

@ -18,7 +18,7 @@ configure() {
case "$1" in
start)
msg_begin "Configuring CPU Frequency"
msg_begin "Configuring CPU frequency"
configure
test $? == 0 && msg_done || msg_fail
;;

View File

@ -18,7 +18,7 @@ configure() {
case "$1" in
start)
msg_begin "Configuring CPU Frequency"
msg_begin "Configuring CPU frequency"
configure
test $? == 0 && msg_done || msg_fail
;;