Issue with init.d script failing with _: not found
by CaptainMart from LinuxQuestions.org on (#59DMH)
I'm running a SliTaz 4.0 box which was running Samba; one of the PCs on the network is now running Windows 10 meaning I require SMB3 support. I've installed Samba 4.6.14 but when I try to start it from the init.d/samba script, it throws several errors all of the form Quote:
Looking at the original samba init.d script, it didn't use the form
Code:DESC="$(_ '%s server' Samba)"but instead used Code:DESC="Samba server"So it is clear why the original script ran OK, but what's causing the updated one to fail; has there been a change to the shell that might cause this?


_: not found |
Code:DESC="$(_ '%s server' Samba)"but instead used Code:DESC="Samba server"So it is clear why the original script ran OK, but what's causing the updated one to fail; has there been a change to the shell that might cause this?