~ubuntu-branches/ubuntu/trusty/monit/trusty

« back to all changes in this revision

Viewing changes to debian/patches/06_contrib.patch

  • Committer: Package Import Robot
  • Author(s): Sergey B Kirpichev
  • Date: 2013-10-08 15:47:02 UTC
  • Revision ID: package-import@ubuntu.com-20131008154702-t940ouwu9ptvfqly
Tags: 1:5.6-2
* disable ssl patch for now & reformat patches/series
* Refresh 06_contrib.patch
* Document apt's configuration to enable monit's restart while
  upgrade (Closes: #726658).  Thanks to Michael Vogt.
* Fix lintian error: vcs-field-not-canonical

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
Forwarded: not-needed
5
5
 
6
6
---
7
 
 contrib/monit.service |   12 ++++++------
8
 
 contrib/monit.upstart |    6 +++---
9
 
 2 files changed, 9 insertions(+), 9 deletions(-)
 
7
 contrib/monit.service |    6 +++---
 
8
 contrib/monit.upstart |    4 ++--
 
9
 2 files changed, 5 insertions(+), 5 deletions(-)
10
10
 
11
11
--- a/contrib/monit.upstart
12
12
+++ b/contrib/monit.upstart
13
 
@@ -12,7 +12,7 @@
14
 
 #   initctl reload-configuration
15
 
 #
16
 
 # You can manually start and stop monit like this:
17
 
-# 
18
 
+#
19
 
 # start monit
20
 
 # stop monit
21
 
 #
22
13
@@ -27,7 +27,7 @@
23
14
 expect daemon
24
15
 respawn
31
22
 
32
23
--- a/contrib/monit.service
33
24
+++ b/contrib/monit.service
34
 
@@ -1,11 +1,11 @@
35
 
 # This file is a systemd template for the monit service. To
36
 
-# register monit with systemd, place this file in 
37
 
+# register monit with systemd, place this file in
38
 
 # /lib/systemd/system/ and start monit using systemctl:
39
 
 #
40
 
-# Enable monit to start on boot: 
41
 
+# Enable monit to start on boot:
42
 
 #         systemctl enable monit.service
43
 
 #
44
 
-# Start monit immediately: 
45
 
+# Start monit immediately:
46
 
 #         systemctl start monit.service
47
 
 #
48
 
 # Stop monit:
49
25
@@ -20,9 +20,9 @@
50
26
 
51
27
 [Service]