[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ipcop-svn
Subject:    [Ipcop-svn] SF.net SVN: ipcop:[2134] ipcop/trunk
From:       owes () users ! sourceforge ! net
Date:       2008-11-29 15:37:42
Message-ID: E1L6Rt8-0003WW-7g () c3vjzd1 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 2134
          http://ipcop.svn.sourceforge.net/ipcop/?rev=2134&view=rev
Author:   owes
Date:     2008-11-29 15:37:41 +0000 (Sat, 29 Nov 2008)

Log Message:
-----------
Drop isapnptools, no longer needed since kernel 2.3 ?

Modified Paths:
--------------
    ipcop/trunk/src/rc.d/rc.sysinit

Removed Paths:
-------------
    ipcop/trunk/config/rootfiles/arch_i486/isapnptools
    ipcop/trunk/lfs/isapnptools

Deleted: ipcop/trunk/config/rootfiles/arch_i486/isapnptools
===================================================================
--- ipcop/trunk/config/rootfiles/arch_i486/isapnptools	2008-11-29 13:41:44 UTC (rev \
                2133)
+++ ipcop/trunk/config/rootfiles/arch_i486/isapnptools	2008-11-29 15:37:41 UTC (rev \
2134) @@ -1,20 +0,0 @@
-## isapnptools-1.26
-##
-#usr/include/isapnp
-#usr/include/isapnp/callbacks.h
-#usr/include/isapnp/errcodes.h
-#usr/include/isapnp/errenum.h
-#usr/include/isapnp/iopl.h
-#usr/include/isapnp/mysnprtf.h
-#usr/include/isapnp/pnp-access.h
-#usr/include/isapnp/pnp.h
-#usr/include/isapnp/realtime.h
-#usr/include/isapnp/release.h
-#usr/include/isapnp/res-access.h
-#usr/include/isapnp/resource.h
-#usr/lib/libisapnp.a
-usr/sbin/isapnp
-#usr/sbin/pnpdump
-#usr/share/man/man5/isapnp.conf.5
-#usr/share/man/man8/isapnp.8
-#usr/share/man/man8/pnpdump.8

Deleted: ipcop/trunk/lfs/isapnptools
===================================================================
--- ipcop/trunk/lfs/isapnptools	2008-11-29 13:41:44 UTC (rev 2133)
+++ ipcop/trunk/lfs/isapnptools	2008-11-29 15:37:41 UTC (rev 2134)
@@ -1,94 +0,0 @@
-###############################################################################
-# This file is part of the IPCop Firewall.                                    #
-#                                                                             #
-# IPCop 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; either version 2 of the License, or           #
-# (at your option) any later version.                                         #
-#                                                                             #
-# IPCop 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 IPCop; if not, write to the Free Software                        #
-# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA    #
-#                                                                             #
-# Makefiles are based on LFSMake, which is                                    #
-# Copyright (C) 2002 Rod Roard <rod@sunsetsystems.com>                        #
-#                                                                             #
-# Modifications by:                                                           #
-# ??-12-2003 Mark Wormgoor < mark@wormgoor.com>                               #
-#          - Modified Makefile for IPCop build                                #
-#                                                                             #
-# $Id$
-#                                                                             #
-###############################################################################
-
-###############################################################################
-# Definitions
-###############################################################################
-
-include Config
-
-PKG_NAME   = isapnptools
-VER        = 1.27
-HOST_ARCH  = i486
-OTHER_SRC  = yes
-
-THISAPP    = isapnptools-$(VER)
-DL_FILE    = $(THISAPP).tgz
-DL_FROM    = ftp://ftp.ibiblio.org/pub/Linux/system/hardware
-DIR_APP    = $(DIR_SRC)/$(THISAPP)
-TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
-
-###############################################################################
-# Top-level Rules
-###############################################################################
-
-objects		= $(DL_FILE)
-
-$(DL_FILE)	= $(DL_FROM)/$(DL_FILE)
-
-$(DL_FILE)_MD5	= b997ba56583dc850fce9b93d658dfa0c
-
-install : $(TARGET)
-
-check : $(patsubst %,$(DIR_CHK)/%,$(objects))
-
-download :$(patsubst %,$(DIR_DL)/%,$(objects))
-
-md5 : $(subst %,%_MD5,$(objects))
-
-###############################################################################
-# Downloading, checking, md5sum
-###############################################################################
-
-$(patsubst %,$(DIR_CHK)/%,$(objects)) :
-	@$(CHECK)
-
-$(patsubst %,$(DIR_DL)/%,$(objects)) :
-	@$(LOAD)
-
-$(subst %,%_MD5,$(objects)) :
-	@$(MD5)
-
-###############################################################################
-# Installation Details
-###############################################################################
-
-$(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
-	@$(PREBUILD)
-	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-
-	cd $(DIR_APP) && ./configure --prefix=/usr --disable-pci
-	cd $(DIR_APP) && make
-	cd $(DIR_APP) && make install
-	-mkdir -p $(CONFIG_ROOT)/isapnp
-	chown -R 99:99 $(CONFIG_ROOT)/isapnp
-	touch $(CONFIG_ROOT)/isapnp/isapnp.conf
-	chown -R 99:99 $(CONFIG_ROOT)/isapnp/isapnp.conf
-
-	@rm -rf $(DIR_APP)
-	@$(POSTBUILD)

Modified: ipcop/trunk/src/rc.d/rc.sysinit
===================================================================
--- ipcop/trunk/src/rc.d/rc.sysinit	2008-11-29 13:41:44 UTC (rev 2133)
+++ ipcop/trunk/src/rc.d/rc.sysinit	2008-11-29 15:37:41 UTC (rev 2134)
@@ -221,11 +221,6 @@
 /bin/chgrp utmp /var/run/utmp /var/log/wtmp
 /bin/chmod 0664 /var/run/utmp /var/log/wtmp
 
-if [ -x /usr/sbin/isapnp -a -f /var/ipcop/isapnp/isapnp.conf -a ! -f /proc/isapnp ]; \
                then
-    echo "Running isapnp"
-    /usr/sbin/isapnp /var/ipcop/isapnp/isapnp.conf 2>/dev/null
-fi
-
 if [ ! -e /etc/ssh/ssh_host_key ]; then
     echo -n "Generating SSH RSA1 key.  This may take several minutes... "
     /usr/bin/ssh-keygen -q -t rsa1 -f /etc/ssh/ssh_host_key -N ""


This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic