oaf-slay ...




Hi guys,

	The attached patch ( committed ) generates oaf-slay nicely for you
and installes it by default;

	oaf-slay is an ugly little script that tried to kill all oaf
factories, and then kills oafd.

	ie. before reporting a bonobo related bug it is best to run
oaf-slay and try and replicate it to ensure that there are no subtle
version mismatches.

	NB. this does what evolution/tools/killev does but in a more
generic fashion.

	Regards,

		Michael.

-- 
 mmeeks@gnu.org  <><, Pseudo Engineer, itinerant idiot
? mjs
? docs/oaf-naming.txt
? liboaf/a.out
? liboaf/a.c
? test/config.h
? test/stamp-h
? test/oaf.spec
? test/idl
? test/docs
? test/liboaf
? test/oafd
? test/test
? test/oaf-config
? test/oafConf.sh
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/oaf/ChangeLog,v
retrieving revision 1.34
diff -u -r1.34 ChangeLog
--- ChangeLog	2000/07/05 21:49:59	1.34
+++ ChangeLog	2000/07/06 17:26:19
@@ -1,3 +1,9 @@
+2000-07-06  Michael Meeks  <michael@helixcode.com>
+
+	* test/oaf-slay.tmpl: add.
+
+	* test/Makefile.am (oaf-slay): add oaf-slay generation.
+
 2000-07-05  Michael Meeks  <michael@helixcode.com>
 
 	* test/oaf-test-client.c (main): update to return a value
Index: test/Makefile.am
===================================================================
RCS file: /cvs/gnome/oaf/test/Makefile.am,v
retrieving revision 1.10
diff -u -r1.10 Makefile.am
--- test/Makefile.am	2000/07/05 21:50:01	1.10
+++ test/Makefile.am	2000/07/06 17:26:21
@@ -26,6 +26,11 @@
 emptydatadir=$(datadir)/oaf
 emptydata_DATA=$(oaffiles)
 
+bin_SCRIPTS=oaf-slay
+
+oaf-slay: oaf-slay.tmpl
+	sed 's|@oafdir@|'$(pkgdatadir)'|g' < $< > $@
+
 EXTRA_DIST=empty.idl $(oaffiles)
 
 TESTS=oaf-test-client


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]