Parent Directory | Revision Log | Revision Graph
* Sun Aug 3 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.15.1-6 - Fix oslevel template expansion. [SME: 4470]
1 | snetram | 1.1 | diff -Nur -x '*.orig' -x '*.rej' e-smith-samba+ldap-1.15.1/root/etc/e-smith/templates/etc/smb.conf/11osLevel mezzanine_patched_e-smith-samba+ldap-1.15.1/root/etc/e-smith/templates/etc/smb.conf/11osLevel |
2 | --- e-smith-samba+ldap-1.15.1/root/etc/e-smith/templates/etc/smb.conf/11osLevel 2005-02-18 00:04:02.000000000 +0100 | ||
3 | +++ mezzanine_patched_e-smith-samba+ldap-1.15.1/root/etc/e-smith/templates/etc/smb.conf/11osLevel 2008-08-03 11:32:53.000000000 +0200 | ||
4 | @@ -7,5 +7,5 @@ | ||
5 | |||
6 | my $os_level = $smb{OsLevel} || "65"; | ||
7 | |||
8 | - "os level = ${os_level}"; | ||
9 | + "os level = $os_level"; | ||
10 | } |
admin@koozali.org | ViewVC Help |
Powered by ViewVC 1.2.1 |