|
Lines 1-11
Link Here
|
| 1 |
--- smb4k/core/smb4kfileio.cpp.bak Mon Oct 31 17:09:18 2005 |
|
|
| 2 |
+++ smb4k/core/smb4kfileio.cpp Mon Oct 31 17:09:18 2005 |
| 3 |
@@ -221,7 +221,7 @@ |
| 4 |
contents.append( "smb4k_mount\t"+m_config->readPathEntry( "smb4k_mount" )+"\t$(Smb4KUsers)\tuid=root\tgid=root\tenv=PASSWD,USER" ); |
| 5 |
#else |
| 6 |
contents.append( "smb4k_kill\t"+m_config->readPathEntry( "smb4k_kill" )+"\t$(Smb4KUsers)\tuid=root\tgid=wheel" ); |
| 7 |
- contents.append( "smb4k_umount\t"+m_config->readPathEntry( "smb4k_umount" )+"\t$(Smb4KUsers)\tuid=root\tgid=wheel" );item |
| 8 |
+ contents.append( "smb4k_umount\t"+m_config->readPathEntry( "smb4k_umount" )+"\t$(Smb4KUsers)\tuid=root\tgid=wheel" ); |
| 9 |
contents.append( "smb4k_mount\t"+m_config->readPathEntry( "smb4k_mount" )+"\t$(Smb4KUsers)\tuid=root\tgid=wheel\tsetenv=HOME=$CALLER_HOME\tenv=PASSWD,USER" ); |
| 10 |
#endif |
| 11 |
contents.append( "# End of Smb4K user entries." ); |