rc scripts: use common library source

This commit is contained in:
bergware
2023-06-03 11:03:11 +02:00
parent 07c5d61c51
commit ec6dfdb2cc
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ this() {
'avahi')
grep -Pom1 "^$1=\K.*" $CONF
;;
'samba')
'smb')
grep -Pom1 "^$1 = \K.*" $CONF
;;
'ntp'|'ssh')

View File

@@ -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"