mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 17:49:58 -06:00
rc scripts: use common library source
This commit is contained in:
@@ -11,7 +11,7 @@ this() {
|
||||
'avahi')
|
||||
grep -Pom1 "^$1=\K.*" $CONF
|
||||
;;
|
||||
'samba')
|
||||
'smb')
|
||||
grep -Pom1 "^$1 = \K.*" $CONF
|
||||
;;
|
||||
'ntp'|'ssh')
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
# limetech - modified to initialize smb-names.conf file from config
|
||||
# bergware - added interface bind functionality
|
||||
|
||||
CALLER="samba"
|
||||
CALLER="smb"
|
||||
SMBD="/usr/sbin/smbd"
|
||||
NMBD="/usr/sbin/nmbd"
|
||||
WINBINDD="/usr/sbin/winbindd"
|
||||
|
||||
Reference in New Issue
Block a user