kadischi Makefile.am, 1.5, 1.6 configure.ac, 1.6, 1.7 kadischi.spec, 1.27, 1.28

Jasper O'neal Hartline (autopsy) fedora-extras-commits at redhat.com
Mon Jul 10 11:49:58 UTC 2006


Author: autopsy

Update of /cvs/devel/kadischi
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9780/kadischi

Modified Files:
	Makefile.am configure.ac kadischi.spec 
Log Message:
Use modified eject.c to handle our LiveCD ejections on shutdown.


Index: Makefile.am
===================================================================
RCS file: /cvs/devel/kadischi/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile.am	9 Jul 2006 00:46:55 -0000	1.5
+++ Makefile.am	10 Jul 2006 11:49:56 -0000	1.6
@@ -13,7 +13,8 @@
 	scanswap                \
         bootsplash              \
         man                     \
-        desktop
+        desktop                 \
+        eject_live_cd           
 
 EXTRA_DIST = \
 	pycheckrc				\


Index: configure.ac
===================================================================
RCS file: /cvs/devel/kadischi/configure.ac,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- configure.ac	9 Jul 2006 00:46:55 -0000	1.6
+++ configure.ac	10 Jul 2006 11:49:56 -0000	1.7
@@ -60,4 +60,5 @@
 bootsplash/Makefile
 man/Makefile
 desktop/Makefile
+eject_live_cd/Makefile
 ])


Index: kadischi.spec
===================================================================
RCS file: /cvs/devel/kadischi/kadischi.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- kadischi.spec	9 Jul 2006 04:14:37 -0000	1.27
+++ kadischi.spec	10 Jul 2006 11:49:56 -0000	1.28
@@ -66,6 +66,7 @@
 %{_datadir}/%{name}/post_install_scripts/*.py
 %{_datadir}/%{name}/post_install_scripts/*.pl
 %{_libexecdir}/%{name}/find-live-cd
+%{_libexecdir}/%{name}/eject-live-cd
 %{_datadir}/%{name}/initrd/livecd-linuxrc
 %{_datadir}/%{name}/ks_examples/*.cfg
 %{_datadir}/%{name}/patches/*.patch
@@ -90,6 +91,10 @@
 %ghost %{_datadir}/%{name}/post_install_scripts/*.pyo
 
 %changelog
+* Sat Jul 8 2006 <jasperhartline at adelphia.net> 2.5-1.20060710cvs
+- Add modified eject.c as eject_live_cd.c to eject our LiveCD
+
+
 * Sat Jul 8 2006 <jasperhartline at adelphia.net> 2.5-1.20060708cvs
 - Make sure files are being installed whether we are
   running an RPM build or compiling from the source archive




More information about the fedora-extras-commits mailing list