/[smeserver]/rpms/e-smith-samba/sme8/e-smith-samba-1.14.0-migrate.patch
ViewVC logotype

Contents of /rpms/e-smith-samba/sme8/e-smith-samba-1.14.0-migrate.patch

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


Revision 1.2 - (show annotations) (download)
Sat Dec 15 16:03:54 2007 UTC (16 years, 5 months ago) by slords
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
Import on branch sme8 of package e-smith-samba-1.14.1-1.el5.sme.src.rpm

1 diff -Nur -x '*.orig' -x '*.rej' e-smith-samba-1.14.0/root/etc/e-smith/db/configuration/migrate/20smb mezzanine_patched_e-smith-samba-1.14.0/root/etc/e-smith/db/configuration/migrate/20smb
2 --- e-smith-samba-1.14.0/root/etc/e-smith/db/configuration/migrate/20smb 2005-07-18 13:39:00.000000000 -0400
3 +++ mezzanine_patched_e-smith-samba-1.14.0/root/etc/e-smith/db/configuration/migrate/20smb 2006-04-18 16:54:43.000000000 -0400
4 @@ -1,6 +1,6 @@
5 {
6 - my $smb = $DB->get('smb') ||
7 - $DB->new_record("smb");
8 + my $smb = $DB->get('smb');
9 + return unless $smb;
10
11 my %new_props = ();
12

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