1 |
bytegw |
1.1 |
diff -Nur -x '*.orig' -x '*.rej' e-smith-samba-1.14.1/root/etc/e-smith/templates/etc/smb.conf/ibays/40browseable mezzanine_patched_e-smith-samba-1.14.1/root/etc/e-smith/templates/etc/smb.conf/ibays/40browseable |
2 |
|
|
--- e-smith-samba-1.14.1/root/etc/e-smith/templates/etc/smb.conf/ibays/40browseable 1970-01-01 10:00:00.000000000 +1000 |
3 |
|
|
+++ mezzanine_patched_e-smith-samba-1.14.1/root/etc/e-smith/templates/etc/smb.conf/ibays/40browseable 2008-01-09 11:26:30.000000000 +1100 |
4 |
|
|
@@ -0,0 +1,5 @@ |
5 |
|
|
+{ |
6 |
|
|
+ if ( ($ibay->prop('Browseable') || 'yes') eq 'disabled') { |
7 |
|
|
+ $OUT .= "browseable = no\n"; |
8 |
|
|
+ } |
9 |
|
|
+} |