|
|
How do I stop SAMBA from starting up? |
| Applies to all versions of NetMAX.
address-suppressed | |
|
If you are not using the SAMBA sharing services on your NetMAX machine, you might want to stop the smb daemon from starting up. Please note that this is not supported by Cybernet, and these changes could get overwritten during certain upgrades or patches.
To do this, you should edit the /usr/netmax/etc/rc.d/cifs.sh file. Add the following line to the beginning of this file: exit 0 That's a zero, not an oh. So the beginning of the file should read:
#!/bin/sh exit 0 # address-suppressed |
| Previous: |
|
| Next: |
|
| ||||||||