[isdn4k-utils] drop old ibod

Than Ngo than at fedoraproject.org
Mon Oct 8 21:16:37 UTC 2012


commit dd91e41cf9d1cfe6fe2ce9db6d51023d0cd044d7
Author: Than Ngo <than at redhat.com>
Date:   Mon Oct 8 23:16:18 2012 +0200

    drop old ibod

 ibod-1.4-license.patch |  346 ------------------------------------------------
 ibod-config.patch      |   11 --
 isdn-manpages.patch    |   60 ---------
 isdn4k-utils.spec      |   23 ---
 sources                |    1 -
 5 files changed, 0 insertions(+), 441 deletions(-)
---
diff --git a/isdn-manpages.patch b/isdn-manpages.patch
index b1d66e2..5fae3f0 100644
--- a/isdn-manpages.patch
+++ b/isdn-manpages.patch
@@ -180,66 +180,6 @@
  Add this line to the /etc/inittab file for server 1 (192.168.0.1):
  .IP
  p0:23:respawn:/usr/sbin/pppd call leased-v42bis controller 1 channels 1 192.168.0.1:192.168.0.2
---- ibod/ibod.1	2011-01-11 11:59:54.000000000 +0000
-+++ ibod/ibod.1	2011-01-31 23:34:56.000000000 +0000
-@@ -12,7 +12,7 @@
- It is normally started at boot time, but can be started and stopped
- at any time. The program monitors inbound and outbound traffic on
- the ISDN interface. When the required bandwidth exceeds the capacity
--for one IDSN B-channel (64kbps) a second (slave) channel is connected
-+for one ISDN B-channel (64kbps) a second (slave) channel is connected
- according to the MPPP protocol. When the traffic decreases below
- one channel capacity, the slave channel is disconnected.
- .PP
-@@ -27,8 +27,7 @@
- interface.
- .PP
- .B Ibod
--is also listening on TCP port 6050 for eventual connection from control
--panel
-+also listens on TCP port 6050 for connections from control panel
- .Bxibod(1).
- 
- .SH SIGNALS
-@@ -39,8 +38,7 @@
- .SH ENVIRONMENT
- Variable
- .I IBOD_HOME
--specifies the directory where to look for the
--configuration file
-+specifies the search directory for the configuration file
- .I ibod.cf.
- 
- .SH DIAGNOSTICS
---- ibod/ibod.cf.4	2011-02-06 20:07:20.000000000 +0000
-+++ ibod/ibod.cf.4	2011-02-07 09:38:36.000000000 +0000
-@@ -16,7 +16,7 @@
- .br
- 1. Keywords are case sensitive.
- .br
--2. Kewords must begin at the first column.
-+2. Keywords must begin at the first column.
- .br
- 3. Keywords and values must be separated by exactly one (1)
- space or tab character.
-@@ -53,7 +53,7 @@
- .TP
- .I STAYUP 0|1
- Enable/disable slave channel stay up function.
--If enabled, the 2:nd cannel (slave link) will stay
-+If enabled, the 2nd channel (slave link) will stay
- up even if the average bytes/sec decrease the value
- defined by LIMIT. In this case the slave link will
- stay up until hangup time is reached.
-@@ -64,7 +64,7 @@
- 
- .TP
- .I STAYUP_TIME <n>
--Defines the minimum time in seconds the 2:nd
-+Defines the minimum time in seconds the 2nd
- channel will unconditionally stay up after it has
- been brought up. Default value is 30.
- 
 --- ipppd/ipppd.man.in	2010-12-16 10:20:09.000000000 +0000
 +++ ipppd/ipppd.man.in	2010-12-22 16:51:39.000000000 +0000
 @@ -133,7 +133,7 @@
diff --git a/isdn4k-utils.spec b/isdn4k-utils.spec
index dc61abf..ad48e2b 100644
--- a/isdn4k-utils.spec
+++ b/isdn4k-utils.spec
@@ -13,12 +13,7 @@ Url: http://www.isdn4linux.de/
 
 # license issue, remove the isdn_lzscomp.c and firmwares
 Source0: ftp://ftp.isdn4linux.de/pub/isdn4linux/utils/isdn4k-utils-%{interver}-patched.tar.bz2
-# license GPL, http://www.datenwelt.net/oss/ibod
-Source1: http://www.datenwelt.net/oss/ibod/ibod-1.4-src.tar.gz
 Source2: isdn.init
-Source4: isdndial
-Source5: isdnstatus
-Source6: isdnhangup
 Source7: capi20.conf
 Source8: capi.service
 Source9: capiinit.8
@@ -28,11 +23,9 @@ Source11: isdn.service
 
 Patch0: isdn4k-utils-CVS-2009-10-20-redhat.patch
 Patch1: isdn4k-utils-CVS-2009-10-20-lib64.patch
-Patch2: ibod-config.patch
 Patch3: isdn4k-utils-man.patch
 Patch4: isdn4k-utils-CVS-2004-11-18-autoconf25x.patch
 Patch5: isdn4k-utils-0202131200-true.patch
-Patch6: ibod-1.4-license.patch
 
 Patch11: isdn4k-utils-statfs.patch
 Patch12: isdn4k-utils-CVS-2005-03-09-xmon.patch
@@ -130,16 +123,9 @@ The isdn4k-utils-doc package contains the documentation for isdn4k-utils.
 %patch0 -p1 -b .redhat
 %patch1 -p1 -b .lib64
 
-mkdir -p ibod
-pushd ibod
-tar zxf %{SOURCE1}
-%patch2 -p1 -b .ibod
-popd
-
 %patch3 -p1 -b .man
 %patch4 -p1 -b .ac25x
 %patch5 -p1 -b .true
-%patch6 -p0
 
 %patch11 -p1 -b .statfs
 %patch12 -p1 -b .xmon
@@ -191,9 +177,6 @@ sed -e "s,',,g" .config > .config.h
 make subconfig
 make
 
-# build ibod
-gcc $RPM_OPT_FLAGS ibod/ibod.c -o ibod/ibod
-
 %install
 mkdir -p %{buildroot}/dev \
          %{buildroot}/etc/{rc.d/init.d,ppp,isdn} \
@@ -211,11 +194,6 @@ make install DESTDIR=%{buildroot} \
              MANPATH=%{_mandir} \
              MANSUFFIX=1
 
-install -m 644 ibod/ibod.1 %{buildroot}%{_mandir}/man1/
-install -m 644 ibod/ibod.cf.4 %{buildroot}%{_mandir}/man4/
-install -m 644 ibod/ibod.cf %{buildroot}/etc/isdn/
-install -m 755 ibod/ibod %{buildroot}%{_sbindir}
-
 touch %{buildroot}/etc/ppp/ioptions
 
 if [ -f %{buildroot}/etc/isdn/isdn.conf.new ] ; then
@@ -340,7 +318,6 @@ fi
 %{_unitdir}/capi.service
 %{_bindir}/*
 %{_sbindir}/capiinit
-%{_sbindir}/ibod
 %{_sbindir}/imon
 %{_sbindir}/imontty
 %{_sbindir}/ipppd
diff --git a/sources b/sources
index 7e39129..01f9e7c 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,2 @@
-38b45be27c0a82b38380f680fdee0aff  ibod-1.4-src.tar.gz
 45e047c31ebbdfd2865532a80393223b  capiinit.8
 8c4184ad6c614f9a3ee8fdd291372507  isdn4k-utils-CVS-2010-05-01-patched.tar.bz2


More information about the scm-commits mailing list