~zulcss/ubuntu/lucid/likewise-open/likewise-open-sru

« back to all changes in this revision

Viewing changes to packaging/debian/patches/daemon_restart.patch

  • Committer: Bazaar Package Importer
  • Author(s): Rick Clark
  • Date: 2008-08-27 08:56:20 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080827085620-5q0f58b9qtog9myq
Tags: 4.1.0.2956-0ubuntu1
* missing-likewise-logo.diff: removed
* fixed copyright notice
* updated Standards-Version to 3.8.0
* removed path from command in prerm
* removed stop in S runlevel

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: likewise-open-4.1.2956/domainjoin/libdomainjoin/src/djdaemonmgr_nonmac.c
 
2
===================================================================
 
3
--- likewise-open-4.1.2956.orig/domainjoin/libdomainjoin/src/djdaemonmgr_nonmac.c       2008-08-04 01:01:17.000000000 -0500
 
4
+++ likewise-open-4.1.2956/domainjoin/libdomainjoin/src/djdaemonmgr_nonmac.c    2008-08-12 13:50:57.000000000 -0500
 
5
@@ -615,8 +615,13 @@
 
6
 
 
7
     }
 
8
 
 
9
+#if 0  /* Disabled to allow Ubuntu's upstart process and packaging 
 
10
+         to manage the daemon's restart on boot */
 
11
+
 
12
     LW_TRY(exc, DJConfigureForDaemonRestart(pszName, bStatus, pszStartPriority, pszStopPriority, &LW_EXC));
 
13
 
 
14
+#endif
 
15
+
 
16
 cleanup:
 
17
     ;
 
18
 }