Include 'ext2fsd.sys-v0.10a CheckedBuild' to standard distribution.
authorshort <>
Fri, 12 Sep 2003 20:19:15 +0000 (20:19 +0000)
committershort <>
Fri, 12 Sep 2003 20:19:15 +0000 (20:19 +0000)
captive.spec.in
configure.in
debian/captive.files
src/Makefile.am
src/install/acquire/w32-mod-id.captivemodid.xml
src/w32-mod/Makefile.am [new file with mode: 0644]
src/w32-mod/ext2fsd.sys [new file with mode: 0644]

index 6d56369..92b7f09 100644 (file)
@@ -148,6 +148,7 @@ rm -rf $RPM_BUILD_ROOT
 %config %{_sysconfdir}/gnome-vfs-2.0/modules/@PACKAGE@.conf
 %{_datadir}/locale/*/LC_MESSAGES/@PACKAGE@.mo
 %attr(755,root,root) %{_var}/lib/@PACKAGE@
+%attr(644,root,root) %{_var}/lib/@PACKAGE@/*.sys
 
 %files lufs
 %defattr(-,root,root)
index a6a726b..cd9d5c2 100644 (file)
@@ -337,6 +337,7 @@ Makefile
 ./src/install/fstab/Makefile
 ./src/install/acquire/Makefile
 ./src/TraceFS/Makefile
+./src/w32-mod/Makefile
 ./doc/Makefile
 ./doc/apiref/Makefile
 ])
index b7b4590..1a86cd0 100644 (file)
@@ -4,3 +4,4 @@
 /usr/lib/libcaptive*.so
 /usr/sbin/captive-sandbox-server
 /usr/share/locale/*/LC_MESSAGES/captive.mo
+/var/lib/captive/*.sys
index 10e5aa2..33ad576 100644 (file)
@@ -18,4 +18,4 @@
 
 include $(top_srcdir)/Makefile-head.am
 
-SUBDIRS=libcaptive client install TraceFS
+SUBDIRS=libcaptive client install TraceFS w32-mod
index c5f5c18..20be778 100644 (file)
                        <module type="cabinet"      length="34873"     priority="40"  md5="b6d7f84df4431f79173574b873a9edf0"
                                        id="Microsoft Windows XP (No Service Pack) Free Build U.S. CD-ROM/iso-9660 Filesystem Cabinet" />
 
+       <module type="ext2fsd.sys"  length="171325"    priority="100" md5="39af1cc9b68c662d29b05547342546c7"
+                       id="ext2 Filesystem v0.10a by http://sys.xiloo.com Checked Build U.S." />
        <module type="ext2fsd.sys"  length="59514"     priority="50"  md5="8803c8f4c535d6a58606bcd0ff3f77e9"
                        id="ext2 Filesystem v0.10a by http://sys.xiloo.com Free Build U.S." />
 </modid>
diff --git a/src/w32-mod/Makefile.am b/src/w32-mod/Makefile.am
new file mode 100644 (file)
index 0000000..9a20286
--- /dev/null
@@ -0,0 +1,25 @@
+# $Id$
+# automake source for the makefile of captive-distributed W32 modules
+# Copyright (C) 2003 Jan Kratochvil <project-captive@jankratochvil.net>
+# 
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; exactly version 2 of June 1991 is required
+# 
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+# 
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+
+include $(top_srcdir)/Makefile-head.am
+
+varlibcaptivedir=$(localstatedir)/lib/$(PACKAGE)
+
+varlibcaptive_DATA= \
+               ext2fsd.sys
+EXTRA_DIST+=$(varlibcaptive_DATA)
diff --git a/src/w32-mod/ext2fsd.sys b/src/w32-mod/ext2fsd.sys
new file mode 100644 (file)
index 0000000..a3710a2
Binary files /dev/null and b/src/w32-mod/ext2fsd.sys differ