SF.net SVN: morphix: [2308] trunk/mmaker/debian
[email protected] Mon, 12 Jun 2006 18:43:06 -0700
| Newsgroups | gmane.linux.morphix.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 2308
Author: alextreme
Date: 2006-06-12 18:42:59 -0700 (Mon, 12 Jun 2006)
ViewCVS: http://svn.sourceforge.net/morphix/?rev=2308&view=rev
Log Message:
-----------
* fallback incase .REAL already removed
* disable/enable daemons seems to work now, bumping
Modified Paths:
--------------
trunk/mmaker/debian/changelog
trunk/mmaker/libmorphix/makemodule.c
Modified: trunk/mmaker/debian/changelog
===================================================================
--- trunk/mmaker/debian/changelog 2006-06-12 22:32:17 UTC (rev 2307)
+++ trunk/mmaker/debian/changelog 2006-06-13 01:42:59 UTC (rev 2308)
@@ -1,3 +1,9 @@
+morphix-mmaker (0.4-32) unstable; urgency=low
+
+ * bumping
+
+ -- root <[email protected]> Tue, 13 Jun 2006 03:35:07 +0200
+
morphix-mmaker (0.4-31) unstable; urgency=low
* Updating documentation
Modified: trunk/mmaker/libmorphix/makemodule.c
===================================================================
--- trunk/mmaker/libmorphix/makemodule.c 2006-06-12 22:32:17 UTC (rev 2307)
+++ trunk/mmaker/libmorphix/makemodule.c 2006-06-13 01:42:59 UTC (rev 2308)
@@ -383,9 +383,7 @@
ExecuteCommand(cmdline);
}
else {
- g_free(cmdline);
- fprintf(stderr, "Warning: Unable to enable daemons, module might be defect!\n");
- return FALSE;
+ fprintf(stderr, "Warning: Unable to re-enable daemons. Possibly this has already been done\n");
}
g_free(cmdline);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.