Merge lp:~jontai/openvista-gtm-integration/bug378140 into lp:openvista-gtm-integration

Proposed by Jon Tai
Status: Merged
Merged at revision: not available
Proposed branch: lp:~jontai/openvista-gtm-integration/bug378140
Merge into: lp:openvista-gtm-integration
Diff against target: None lines
To merge this branch: bzr merge lp:~jontai/openvista-gtm-integration/bug378140
Reviewer Review Type Date Requested Status
jeff.apple Approve
Review via email: mp+6714@code.launchpad.net
To post a comment you must log in.
Revision history for this message
jeff.apple (jeff-apple) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'packages/rpm/openvista-libs-5.3003.spec'
2--- packages/rpm/openvista-libs-5.3003.spec 2009-04-30 07:03:03 +0000
3+++ packages/rpm/openvista-libs-5.3003.spec 2009-05-20 16:15:13 +0000
4@@ -6,7 +6,7 @@
5
6 Name: openvista-libs-5.3003
7 Version: 0.8
8-Release: 2
9+Release: 3
10 Summary: GT.M External Calls for OpenVista
11 License: AGPL
12 Vendor: Medsphere Systems Corporation
13@@ -69,6 +69,7 @@
14 %defattr(-,bin,gtm)
15 %{gtm_dist}/libopenvista.so
16 %{gtm_dist}/openvista.xc
17+%defattr(-,root,gtm)
18 %{gtm_dist}/gtmsignal
19
20 %post
21
22=== modified file 'src/suidwrapper/gtmsignal.c'
23--- src/suidwrapper/gtmsignal.c 2009-05-01 16:09:10 +0000
24+++ src/suidwrapper/gtmsignal.c 2009-05-18 23:15:22 +0000
25@@ -113,7 +113,7 @@
26 fprintf( fp, " -a, --all send signal to all GT.M processes\n" );
27 fprintf( fp, " -s, --stop send STOP instead of INTRPT\n" );
28 fprintf( fp, " -h, --help print this help\n" );
29- fprintf( fp, " -q, --quite quiet; do not display warnings\n" );
30+ fprintf( fp, " -q, --quiet quiet; do not display warnings\n" );
31 }
32
33 int main( int argc, char **argv ) {

Subscribers

People subscribed via source and target branches