Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=gnometesting.git;a=commitdiff;h=78168d69b9927fe2f7703268b474fa4a45de4388

commit 78168d69b9927fe2f7703268b474fa4a45de4388
Author: bouleetbil <bouleet...@frogdev.info>
Date:   Sun Mar 20 16:03:27 2011 +0100

connman-0.71-1-x86_64
*version bump
*clean up FB

diff --git a/source/network-extra/connman/FrugalBuild 
b/source/network-extra/connman/FrugalBuild
index 346c865..9f0f6bc 100644
--- a/source/network-extra/connman/FrugalBuild
+++ b/source/network-extra/connman/FrugalBuild
@@ -2,24 +2,20 @@
# Maintainer: bouleetbil <bouleet...@frogdev.info>

pkgname=connman
-pkgver=0.70
+pkgver=0.71
pkgrel=1
url="http://connman.net/";
pkgdesc="open source connection manager"
up2date="Flasttar http://www.kernel.org/pub/linux/network/connman/";
-source=(http://www.kernel.org/pub/linux/network/connman/$pkgname-$pkgver.tar.gz
 rc.connman connman.sysconfig \
-       allow_group_netdev.diff)
+source=(http://www.kernel.org/pub/linux/network/connman/$pkgname-$pkgver.tar.gz
 allow_group_netdev.diff)
depends=('wpa_supplicant' 'bluez>=4.61' 'dhclient' 'polkit' 'udev' 'ppp' 
'wireless_tools' 'iptables' 'openvpn' 'gnutls')
makedepends=('systemd')
groups=('network-extra')
archs=('i686' 'x86_64')
replaces=("connman-gnome")
-sha1sums=('9ddfd57d957d9266af81b9db1c23da3ae8ff53a6' \
-          'f8f75c71b634bcd5617ab12f5c5b7f4e249eda77' \
-          '0c47baa8afa47c0a0ffec9644f5104ed5ee767ef' \
+sha1sums=('2a382d5a31d2edc9af088d4f6d3c7da3ee125c7f' \
'c9dd34f11a2d9313152171e60f2775c95b47e323')

-backup=(etc/sysconfig/connman)
Fconfopts="$Fconfopts \
--sysconfdir=/etc --localstatedir=/var \
--enable-ethernet \
@@ -39,9 +35,6 @@ Fconfopts="$Fconfopts \
#--enable-resolvconf debian/ubuntu
build() {
Fbuild
-       Fmkdir etc/sysconfig
-       Ffile connman.sysconfig /etc/sysconfig/connman
-       Frcd2 connman
Fmkdir usr/bin
Fcp $pkgname-$pkgver/client/cm usr/bin
}
diff --git a/source/network-extra/connman/connman.sysconfig 
b/source/network-extra/connman/connman.sysconfig
deleted file mode 100644
index 1b0f268..0000000
--- a/source/network-extra/connman/connman.sysconfig
+++ /dev/null
@@ -1,13 +0,0 @@
-# Please check connmand --help for more information.
-# Useful options are:
-#    -c, --compat: enable NetworkManager compatibility mode.
-#    -W, --wifi=NAME: select wpa_supplicant wifi driver to use.
-#                     This is useful if your wpa_supplicant is < 0.7
-#                     since connmand by default gives wpa_supplicant a
-#                     comma separated list of values and < 0.7 does not
-#                     understand or accept it.
-#    -i, --device=DEV: force use of given interface name.
-#    -I, --nodevice=DEV: force ignore of given interface name.
-#    -p, --plugin=NAME: specify plugins to load.
-#    -P, --noplugin=NAME: specify plugins not to load.
-CONNMAN_OPTS="--compat"
diff --git a/source/network-extra/connman/rc.connman 
b/source/network-extra/connman/rc.connman
deleted file mode 100644
index a7da60e..0000000
--- a/source/network-extra/connman/rc.connman
+++ /dev/null
@@ -1,43 +0,0 @@
-#!/bin/bash
-
-# (c) 2009 bouleetbil <bouleet...@frogdev.info>
-# rc.networkmanager for FrugalWare
-# distributed under GPL License
-
-# chkconfig: 2345 99 02
-# description: Network Manager.
-
-source /lib/initscripts/functions
-TEXTDOMAIN=networkmanager
-TEXTDOMAINDIR=/lib/initscripts/messages
-daemon="connman"
-
-actions=(restart start status stop)
-
-pid="pidof /usr/sbin/connmand 2> /dev/null"
-[ -e /etc/sysconfig/connman ] && . /etc/sysconfig/connman
-
-rc_start()
-{
-       start_msg
-       if [ -z "$(eval $pid)" ]; then
-               /usr/sbin/connmand $CONNMAN_OPTS -- 2>/dev/null 1>/dev/null
-               ok $?
-       else
-               ok 999
-       fi
-}
-
-rc_stop()
-{
-       stop_msg
-       if [ ! -z "$(eval $pid)" ] ;then
-               killall /usr/sbin/connmand
-               ok $?
-       else
-               ok 999
-       fi
-}
-
-rc_exec $1
-
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to