Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=310d22607280bba8d7a1598b1d4b2b47a4f03db8

commit 310d22607280bba8d7a1598b1d4b2b47a4f03db8
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Mon Jun 2 16:14:10 2008 +0200

ipw3945d-1.7.22-4-i686
- bin, the in-kernel iwl driver no longer requires a daemon

diff --git a/source/network-extra/ipw3945d/FrugalBuild 
b/source/network-extra/ipw3945d/FrugalBuild
deleted file mode 100644
index 65cf28a..0000000
--- a/source/network-extra/ipw3945d/FrugalBuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Compiling Time: 0.01 SBU
-# Maintainer: VMiklos <[EMAIL PROTECTED]>
-
-pkgname=ipw3945d
-pkgver=1.7.22
-pkgrel=4
-pkgdesc="Intel PRO/Wireless 3945ABG Network Connection Regulatory Daemon"
-url="http://www.bughost.org/ipw3945/";
-depends=('glibc')
-groups=('network-extra')
-archs=('i686' 'x86_64')
-up2date="lynx -dump $url|grep ipw3945d-|sed 's/.*-\(.*\)\.t.*/\1/;q'"
-source=($url/daemon/$pkgname-$pkgver.tgz rc.$pkgname rc.$pkgname-hu.po 
ipw3945-add ipw3945-rem)
-sha1sums=('516affb782716847154d7387bc057e7644ff1dd2' \
-         '26e2846c5e6c34cea54ec0d176f31f18de85e730' \
-         '91cb6d5a6737fb5904d29675ce2a65d2ad49b127' \
-         '4a3289ce645e3a0a2c37bbe5c1253fb0a5ad6540' \
-         '091bf386d25404e284f77a2c232a6bb50b9fed7a')
-
-build()
-{
-       Fcd
-       if [ "$CARCH" == "i686" ]; then
-               cd x86
-       elif [ "$CARCH" == "x86_64" ]; then
-               cd x86_64
-       else
-               return 1
-       fi
-       Fexerel /sbin/ipw3945d
-       Fmkdir /var/run/ipw3945d
-       Fmkdir /etc/modprobe.d
-       Ffile /etc/modprobe.d/ipw3945-add
-       Ffile /etc/modprobe.d/ipw3945-rem
-       Frcd2 $pkgname
-}
diff --git a/source/network-extra/ipw3945d/ipw3945-add 
b/source/network-extra/ipw3945d/ipw3945-add
deleted file mode 100644
index ee70d28..0000000
--- a/source/network-extra/ipw3945d/ipw3945-add
+++ /dev/null
@@ -1,10 +0,0 @@
-install ipw3945 /sbin/modprobe -i ipw3945 && \
-{ \
-       while [ ! -e /sys/bus/pci/drivers/ipw3945/*/cmd ]; do \
-               sleep 1; \
-       done; \
-       while [ ! -d /var/run ]; do \
-               sleep 1; \
-       done; \
-       /sbin/ipw3945d --pid-file=/var/run/ipw3945d/ipw3945d.pid --quiet; \
-} &
diff --git a/source/network-extra/ipw3945d/ipw3945-rem 
b/source/network-extra/ipw3945d/ipw3945-rem
deleted file mode 100644
index e739581..0000000
--- a/source/network-extra/ipw3945d/ipw3945-rem
+++ /dev/null
@@ -1 +0,0 @@
-remove ipw3945 /sbin/ipw3945d --pid-file=/var/run/ipw3945d/ipw3945d.pid 
--quiet --kill; /sbin/modprobe -i -r ipw3945
diff --git a/source/network-extra/ipw3945d/ipw3945d.install 
b/source/network-extra/ipw3945d/ipw3945d.install
deleted file mode 100644
index b505c45..0000000
--- a/source/network-extra/ipw3945d/ipw3945d.install
+++ /dev/null
@@ -1,22 +0,0 @@
-post_install()
-{
-       echo "In order to use this daemon you have to agree to Intel's license 
located"
-       echo "in /usr/share/doc/ipw3945d-${1/-*}/README.ipw3945d"
-       echo "else please remove this package."
-       chkconfig --add rc.ipw3945d
-}
-
-post_upgrade()
-{
-       chkconfig --del rc.ipw3945d
-       chkconfig --add rc.ipw3945d
-}
-
-pre_remove()
-{
-       chkconfig --add rc.ipw3945d
-}
-
-op=$1
-shift
-$op $*
diff --git a/source/network-extra/ipw3945d/rc.ipw3945d 
b/source/network-extra/ipw3945d/rc.ipw3945d
deleted file mode 100644
index 4b843b8..0000000
--- a/source/network-extra/ipw3945d/rc.ipw3945d
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/bin/bash
-
-# rc.ipw3945 for Frugalware
-# distributed under GPL License
-
-# chkconfig: 2345 06 99
-# description: ipw3945 daemon
-
-source /lib/initscripts/functions
-TEXTDOMAIN=ipw3945d
-TEXTDOMAINDIR=/lib/initscripts/messages
-
-actions=(restart start stop)
-daemon=$"ipw3945"
-PID=`pidof -o %PPID /sbin/ipw3945d`
-
-rc_start()
-{
-       start_msg
-       /sbin/modprobe -C /etc/modprobe.d/ipw3945-add ipw3945
-       ok $?
-}
-
-rc_stop()
-{
-       stop_msg
-       /sbin/modprobe -C /etc/modprobe.d/ipw3945-rem -r ipw3945
-       ok $?
-}
-
-rc_exec $1
diff --git a/source/network-extra/ipw3945d/rc.ipw3945d-hu.po 
b/source/network-extra/ipw3945d/rc.ipw3945d-hu.po
deleted file mode 100644
index d304477..0000000
--- a/source/network-extra/ipw3945d/rc.ipw3945d-hu.po
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright (C) 2006 Frugalware Linux
-# This file is distributed under the same license as the rc.ipw3945d package.
-# Alex Smith <[EMAIL PROTECTED]>, 2006.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: \n"
-"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2006-08-21 18:50+0100\n"
-"PO-Revision-Date: 2006-08-21 18:50+0100\n"
-"Last-Translator: Alex Smith <[EMAIL PROTECTED]>\n"
-"Language-Team: Frugalware Linux <[EMAIL PROTECTED]>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=ISO-8859-2\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#: rc.ipw3945d:14
-msgid "ipw3945d"
-msgstr "ipw3945d"
-
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to