/[smeserver]/rpms/e-smith-samba/sme7/e-smith-samba-1.14.0-ibayoplocks.patch
ViewVC logotype

Contents of /rpms/e-smith-samba/sme7/e-smith-samba-1.14.0-ibayoplocks.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Tue Jun 12 16:12:58 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-samba-1_14_0-30_el4_sme, e-smith-samba-1_14_0-35_el4_sme, e-smith-samba-1_14_0-36_el4_sme, e-smith-samba-1_14_0-33_el4_sme, e-smith-samba-1_14_0-34_el4_sme, e-smith-samba-1_14_0-31_el4_sme, e-smith-samba-1_14_0-32_el4_sme, e-smith-samba-1_14_0-29_el4_sme
Import on branch sme7 of package e-smith-samba-1.14.0-29.el4.sme.src.rpm

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-samba-1.14.0/root/etc/e-smith/templates/etc/smb.conf/ibays/40vetoOplock mezzanine_patched_e-smith-samba-1.14.0/root/etc/e-smith/templates/etc/smb.conf/ibays/40vetoOplock
2 --- e-smith-samba-1.14.0/root/etc/e-smith/templates/etc/smb.conf/ibays/40vetoOplock 1969-12-31 17:00:00.000000000 -0700
3 +++ mezzanine_patched_e-smith-samba-1.14.0/root/etc/e-smith/templates/etc/smb.conf/ibays/40vetoOplock 2007-01-25 14:58:47.000000000 -0700
4 @@ -0,0 +1,9 @@
5 +{
6 + if ( ($ibay->prop('OpLocks') || 'enabled') eq 'disabled') {
7 + $OUT .= "oplocks = no\n";
8 + $OUT .= "level2 oplocks = no";
9 + } else {
10 + $vetofiles = $ibay->prop('VetoOplockFiles') || return '';
11 + $OUT = "veto oplock files = $vetofiles";
12 + }
13 +}

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed