Differences
This shows you the differences between the selected revision and the current version of the page.
howto:bettersamba 2010/04/05 23:38 | howto:bettersamba 2017/09/06 18:38 current | ||
---|---|---|---|
Line 113: | Line 113: | ||
* Save the file and load it back up onto the DNS-323 (Using 'Load Configuration Settings') | * Save the file and load it back up onto the DNS-323 (Using 'Load Configuration Settings') | ||
* You're done! | * You're done! | ||
+ | |||
==== Some Side Notes: ==== | ==== Some Side Notes: ==== | ||
Line 123: | Line 124: | ||
# fun_plug part | # fun_plug part | ||
if [ -r "${FUNPLUGDIR}/etc/smb.conf" ]; then | if [ -r "${FUNPLUGDIR}/etc/smb.conf" ]; then | ||
- | mv ${FUNPLUGDIR}/etc/smb.conf /etc/samba >>${LOGFILE} | + | cp ${FUNPLUGDIR}/etc/smb.conf /etc/samba >>${LOGFILE} |
exec smb restart >>${LOGFILE} | exec smb restart >>${LOGFILE} | ||
else | else | ||
Line 195: | Line 196: | ||
===== How To Create A Recycle Bin ===== | ===== How To Create A Recycle Bin ===== | ||
- | In a message posted in the [[http://forum.dsmg600.info/p19826-2008-08-28-16%3A38%3A32.html#p19826|DNS323 forum]], jrbilodeau wrote; ....here is what i did to get it working perfectly. | + | In a message posted in the [[http://dns323.kood.org/forum/p19826-2008-08-28-16%3A38%3A32.html#p19826|DNS323 forum]], jrbilodeau wrote; ....here is what i did to get it working perfectly. |
* Open a telnet session (I use putty) and type; | * Open a telnet session (I use putty) and type; |