mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
samba only listens to ipv4 now
This commit is contained in:
parent
23e9da359c
commit
01aa1a028c
@ -12,6 +12,8 @@
|
|||||||
printing = bsd
|
printing = bsd
|
||||||
printcap name = /dev/null
|
printcap name = /dev/null
|
||||||
disable spoolss = yes
|
disable spoolss = yes
|
||||||
|
bind interfaces only = yes
|
||||||
|
interfaces = eth0 wlan0
|
||||||
log level = 0
|
log level = 0
|
||||||
syslog = 0
|
syslog = 0
|
||||||
preferred master = no
|
preferred master = no
|
||||||
|
@ -18,7 +18,7 @@ configure() {
|
|||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
start)
|
start)
|
||||||
msg_begin "Configuring CPU Frequency"
|
msg_begin "Configuring CPU frequency"
|
||||||
configure
|
configure
|
||||||
test $? == 0 && msg_done || msg_fail
|
test $? == 0 && msg_done || msg_fail
|
||||||
;;
|
;;
|
||||||
|
@ -18,7 +18,7 @@ configure() {
|
|||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
start)
|
start)
|
||||||
msg_begin "Configuring CPU Frequency"
|
msg_begin "Configuring CPU frequency"
|
||||||
configure
|
configure
|
||||||
test $? == 0 && msg_done || msg_fail
|
test $? == 0 && msg_done || msg_fail
|
||||||
;;
|
;;
|
||||||
|
@ -18,7 +18,7 @@ configure() {
|
|||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
start)
|
start)
|
||||||
msg_begin "Configuring CPU Frequency"
|
msg_begin "Configuring CPU frequency"
|
||||||
configure
|
configure
|
||||||
test $? == 0 && msg_done || msg_fail
|
test $? == 0 && msg_done || msg_fail
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user