/[smecontribs]/rpms/smeserver-nag/contribs7/nag_2.3.4.patch
ViewVC logotype

Contents of /rpms/smeserver-nag/contribs7/nag_2.3.4.patch

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


Revision 1.1 - (show annotations) (download)
Fri Jan 22 03:18:21 2010 UTC (14 years, 3 months ago) by mrjhb3
Branch: MAIN
CVS Tags: smeserver-nag-2_2-6_el4_sme, smeserver-nag-2_2-7_el4_sme, HEAD
Please see changelog

1 diff -Nur -x '*.orig' -x '*.rej' smeserver-nag-2.2/root/home/httpd/html/horde/smeserver/nag.sql mezzanine_patched_smeserver-nag-2.2/root/home/httpd/html/horde/smeserver/nag.sql
2 --- smeserver-nag-2.2/root/home/httpd/html/horde/smeserver/nag.sql 2009-12-28 00:34:35.000000000 -0600
3 +++ mezzanine_patched_smeserver-nag-2.2/root/home/httpd/html/horde/smeserver/nag.sql 2009-12-27 21:41:16.000000000 -0600
4 @@ -4,7 +4,7 @@
5 task_id VARCHAR(32) NOT NULL,
6 task_owner VARCHAR(255) NOT NULL,
7 task_creator VARCHAR(255) NOT NULL,
8 - task_parent VARCHAR(255) NOT NULL,
9 + task_parent VARCHAR(255),
10 task_assignee VARCHAR(255),
11 task_name VARCHAR(255) NOT NULL,
12 task_uid VARCHAR(255) NOT NULL,
13 @@ -26,10 +26,10 @@
14 share_id INT NOT NULL,
15 share_name VARCHAR(255) NOT NULL,
16 share_owner VARCHAR(255) NOT NULL,
17 - share_flags SMALLINT NOT NULL DEFAULT 0,
18 - perm_creator SMALLINT NOT NULL DEFAULT 0,
19 - perm_default SMALLINT NOT NULL DEFAULT 0,
20 - perm_guest SMALLINT NOT NULL DEFAULT 0,
21 + share_flags SMALLINT DEFAULT 0 NOT NULL,
22 + perm_creator SMALLINT DEFAULT 0 NOT NULL,
23 + perm_default SMALLINT DEFAULT 0 NOT NULL,
24 + perm_guest SMALLINT DEFAULT 0 NOT NULL,
25 attribute_name VARCHAR(255) NOT NULL,
26 attribute_desc VARCHAR(255),
27 PRIMARY KEY (share_id)

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