mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
samba only listens to ipv4 now
This commit is contained in:
parent
23e9da359c
commit
01aa1a028c
@ -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
|
||||
|
@ -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
|
||||
;;
|
||||
|
@ -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
|
||||
;;
|
||||
|
@ -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
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user